Browse Source

drat, try to fix it again

cxgeorge 23 years ago
parent
commit
67e69fe741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/pptempl/Template.gmsvc.pp

+ 1 - 1
dtool/pptempl/Template.gmsvc.pp

@@ -636,7 +636,7 @@ $[TAB] cp -f $[ODIR]/$[local] $[dest]
 #define dest $[install_bin_dir]
 #define dest $[install_bin_dir]
 
 
 $[ODIR]/$[bin_postprocess_target].exe : $[ODIR]/$[TARGET].exe
 $[ODIR]/$[bin_postprocess_target].exe : $[ODIR]/$[TARGET].exe
-$[TAB] $[bin_postprocess_cmd] $[ODIR]/$[TARGET].exe $[ODIR]/$[exename]
+$[TAB] $[bin_postprocess_cmd] $[ODIR]/$[TARGET].exe $[bin_postprocess_arg1] $[ODIR]/$[exename]
 
 
 $[install_bin_dir]/$[bin_postprocess_target].exe : $[ODIR]/$[exename]
 $[install_bin_dir]/$[bin_postprocess_target].exe : $[ODIR]/$[exename]
 $[TAB] cp -f $[ODIR]/$[exename] $[dest]
 $[TAB] cp -f $[ODIR]/$[exename] $[dest]