OSDN Git Service

Revert "V308 update FF_SPECS.f"
[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 ::@call  SelectTarget.bat
4 @call  %~d1\config\Select.bat SelectTemplate
5 @start  %~d1\config\Preprocess.bat %1 %~d1\inc\%template% %2
6 exit
7 :: %1 is file.f to be preprocessed
8 :: %2 is used by Preprocess.bat as an unexpected third parameter