NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / cesetup.bat
blob6043152046925a97fda5bd7a69d5a99e612fc741
1 @REM  aNetHack 0.0.1 cesetup.bat        $ANH-Date: 1432512801 2015/05/25 00:13:21 $ $ANH-Branch: master $:$ANH-Revision: 1.15 $ */
2 @REM  Copyright (c) Alex Kompel, 2002
3 @REM  aNetHack may be freely redistributed.  See license for details. 
4 @REM  Win32 nhsetup batch file, see Install.ce for details
5 @REM
6 @echo off
7 REM
8 REM  Make sure directories necessary for build exist
9 REM
10 if NOT exist ..\..\wince\*.* mkdir ..\..\wince
11 REM
12 REM  Get these files from the win\win32 port
13 REM
14 copy ..\..\win\win32\mnsel.uu    ..\..\wince\mnsel.uu
15 copy ..\..\win\win32\mnselcnt.uu ..\..\wince\mnselcnt.uu
16 copy ..\..\win\win32\mnunsel.uu  ..\..\wince\mnunsel.uu
17 copy ..\..\win\win32\petmark.uu  ..\..\wince\petmark.uu
18 copy ..\..\sys\wince\menubar.uu    ..\..\wince\menubar.uu
19 copy ..\..\sys\wince\keypad.uu    ..\..\wince\keypad.uu
20 copy ..\..\sys\wince\nhico.uu    ..\..\wince\nhico.uu
21 REM
22 REM  Get these files from sys\wince
23 REM
24 copy bootstrp.mak ..\..\wince\bootstrp.mak
25 copy wince.vcw    ..\..\wince.vcw
26 copy hpc.vcp      ..\..\wince\wince_hpc.vcp
27 copy palmpc.vcp   ..\..\wince\wince_palm_pc.vcp
28 copy pocketpc.vcp ..\..\wince\wince_pocket_pc.vcp
29 copy smartphn.vcp ..\..\wince\wince_smartphone.vcp
30 echo.
31 echo Proceed with the following steps:
32 echo.
33 echo        cd ..\..\wince
34 echo        nmake /f bootstrp.mak
35 echo.
36 echo Then start Embedded Visual C and open 
37 echo the workspace wince.vcw (at the top of the aNetHack tree)
38 echo to build.  See Install.ce for details.
39 echo.