OSDN Git Service

V4.0
[fast-forth/master.git] / config / PreprocessSourceFile.bat
1 ::PreProcessSourceFile.bat
2 ::used as link in any folder to drag and drop file.f on it.
3
4 :: %1 is file.f to be preprocessed
5 :: %2 is used by Preprocess.bat as error : "unexpected third parameter"
6
7 call  ..\config\Select.bat SelectTemplate
8 call  ..\config\Preprocess.bat %1 ..\inc\%template% %2
9 pause
10 exit