|
|
@@ -31,13 +31,13 @@
|
|
|
#endif
|
|
|
|
|
|
#foreach scriptname $[BUILD_P3D_SCRIPTS]
|
|
|
- #if $[eq $[PLATFORM],Win32]
|
|
|
+ #if $[MAKE_BAT_SCRIPTS]
|
|
|
#set INSTALL_SCRIPTS $[INSTALL_SCRIPTS] $[scriptname].bat
|
|
|
#else
|
|
|
#set INSTALL_SCRIPTS $[INSTALL_SCRIPTS] $[scriptname]
|
|
|
#endif
|
|
|
|
|
|
- #if $[eq $[PLATFORM],Win32]
|
|
|
+ #if $[MAT_BAT_SCRIPTS]
|
|
|
#output $[scriptname].bat notouch
|
|
|
@echo off
|
|
|
rem #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
|
|
|
@@ -46,7 +46,7 @@ rem ################################# DO NOT EDIT ###########################
|
|
|
$[python] -u $[osfilename $[install_bin_dir]/$[scriptname].py] %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|
#end $[scriptname].bat
|
|
|
|
|
|
- #else // Win32
|
|
|
+ #else // MAKE_BAT_SCRIPTS
|
|
|
|
|
|
#output $[scriptname] binary notouch
|
|
|
#! /bin/sh
|
|
|
@@ -66,7 +66,7 @@ $[python] -u '$[osfilename $[install_bin_dir]/$[scriptname].py]' "$@"
|
|
|
#endif
|
|
|
#end $[scriptname]
|
|
|
|
|
|
- #endif // Win32
|
|
|
+ #endif // MAKE_BAT_SCRIPTS
|
|
|
|
|
|
#end scriptname
|
|
|
|