OSDN Git Service

9567f5a0efe0baa8ebad093e8ca57ebdafde8a6b
[fast-forth/master.git] / config / PreprocessSourceFile.bat
1 ::PreProcessSourceFile.bat
2 ::used as link in any folder to drag and drop source file.f on it.
3
4 :: %~dp0 is the path of this file.bat
5 :: %1 is file.f to be preprocessed
6
7 call  %~dp0Select.bat SelectTarget
8 start  %~dp0Preprocess.bat %1 %~dp0..\inc\%target%
9
10 @pause > NUL
11 exit