Subversion Repositories nw_plus

Rev

Rev 20 | Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
Line 112... Line 112...
112
if exist hrp_update.zip set args=%args% -ghrp_update.zip
112
if exist hrp_update.zip set args=%args% -ghrp_update.zip
113
if exist maphacks.zip set args=%args% -gmaphacks.zip
113
if exist maphacks.zip set args=%args% -gmaphacks.zip
114
if exist eduke32_mus.zip set args=%args% -geduke32_mus.zip
114
if exist eduke32_mus.zip set args=%args% -geduke32_mus.zip
115
if exist "%addondir%" set args=%args% -j"%addondir:\=/%"
115
if exist "%addondir%" set args=%args% -j"%addondir:\=/%"
116
if exist "%addonhrpdir%" set args=%args% -j"%addonhrpdir:\=/%"
116
if exist "%addonhrpdir%" set args=%args% -j"%addonhrpdir:\=/%"
117
set args=%args% -gnwinter.grp -hnwinter.def
117
set args=%args% -gnwinter.grp -hnwinter.def -xNWEDuke.con
118
if "%editor%"=="1" set args=%args% -namesfile NWNames.h
118
if "%editor%"=="1" set args=%args% -namesfile NWNames.h
119
if not "%editor%"=="1" set args=%args% -xNWEDuke.con
-
 
120
if "%dp%"=="1" (
119
if "%dp%"=="1" (
121
set args=%args% -hnw_dp.def
120
set args=%args% -hnw_dp.def -xNWDP.con
122
if not "%editor%"=="1" set args=%args% -xNWDP.con
-
 
123
)
121
)
124
if "%xxx%"=="1" (
122
if "%xxx%"=="1" (
125
if exist xxx_lite.zip set args=%args% -gxxx_lite.zip
123
if exist xxx_lite.zip set args=%args% -gxxx_lite.zip
126
if exist xxx_pack.zip set args=%args% -gxxx_pack.zip
124
if exist xxx_pack.zip set args=%args% -gxxx_pack.zip
127
set args=%args% -hnw_xxx.def
125
set args=%args% -hnw_xxx.def
128
if "%dp%"=="1" (
126
if "%dp%"=="1" (
129
set args=%args% -hnw_dp_xxx.def
127
set args=%args% -hnw_dp_xxx.def -xNWDPXXX.con
130
if not "%editor%"=="1" set args=%args% -xNWDPXXX.con
-
 
131
) )
128
) )
132
set args=%args% %*
129
set args=%args% %*
133
if "%dp%"=="1" set args=%args% -jDukePlus
130
if "%dp%"=="1" set args=%args% -jDukePlus
134
 
131
 
135
set exe=%exename%
132
set exe=%exename%