OSDN Git Service

V4.0
[fast-forth/master.git] / config / Preprocess.bat
index 0c7ae9c..ded1c4e 100644 (file)
@@ -1,7 +1,7 @@
 ::Preprocess.bat
 ::used by PreprocessSourceFile.bat or by scite editor Tools menu
 
-@ECHO OFF
+::@ECHO OFF
 
 ::echo %2
 ::echo %~dp1..\inc\%~n2.pat
@@ -31,15 +31,16 @@ exit
 
 
 :preprocess
-%~d1\prog\gema.exe -nobackup -line -t '-\r\n=\r\n' -f %~dp1..\inc\%~n2.pat  %~dpn1.f %~dp1LAST.4TH
-
-call  %~d1\config\Select.bat SelectDevice %~dp1..\inc\%~n2.pat
+%~dp1..\prog\gema.exe -nobackup -line -t '-\r\n=\r\n' -f %~dp1..\inc\%~n2.pat  %~dpn1.f %~dp1LAST.4TH
+set target=%~n2
+call  %~dp1..\config\Select.bat SelectDevice %%target%%
 if not exist  %~dp1SD_%device:~3% MD %~dp1SD_%device:~3% > NUL 
 COPY /y %~dp1LAST.4TH %~dp1SD_%device:~3%\%~n1.4TH > NUL
+::pause
 exit
 
 :: %~dpn1.f is the symbolic source file
-:: %~d1\inc\%~n2.pat is the pattern file for preprocessor gema.exe
+:: %~dp1..\inc\%~n2.pat is the pattern file for preprocessor gema.exe
 :: %~dp1LAST.4TH is the output source file (ready to send to the target)
 :: %~d1 is the drive of arg %1
 :: %~n2 is your selected template by SelectTarget.bat or your scite $(1)