Rev 17 | Rev 19 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17 | Rev 18 | ||
---|---|---|---|
Line 96... | Line 96... | ||
96 | 96 | ||
97 | echo. |
97 | echo. |
98 | echo Launching Duke Nukem 3D . . . |
98 | echo Launching Duke Nukem 3D . . . |
99 | echo Thanks for %action%^! |
99 | echo Thanks for %action%^! |
100 | 100 | ||
- | 101 | if "%editor%"=="1" ( |
|
- | 102 | type "%exedir%\names.h" > "%exedir%\VacaNames.h" |
|
- | 103 | echo. >> "%exedir%\VacaNames.h" |
|
- | 104 | type "%addondir%\VacaNames.def" >> "%exedir%\VacaNames.h" |
|
- | 105 | ) |
|
- | 106 | ||
101 | :arguments |
107 | :arguments |
102 | set args= |
108 | set args= |
103 | if exist polymer_hrp\ set args=%args% -jpolymer_hrp |
109 | if exist polymer_hrp\ set args=%args% -jpolymer_hrp |
104 | if exist duke3d_voxel.zip set args=%args% -gduke3d_voxel.zip |
110 | if exist duke3d_voxel.zip set args=%args% -gduke3d_voxel.zip |
105 | if exist duke3d_hrp.zip set args=%args% -gduke3d_hrp.zip |
111 | if exist duke3d_hrp.zip set args=%args% -gduke3d_hrp.zip |