OSDN Git Service

improve pat files
[fast-forth/master.git] / config / scite / AS_MSP430 / forth.properties
index 0a8958a..0aeee95 100644 (file)
@@ -121,7 +121,7 @@ style.forth.11=fore:#0077FF,$(font.base)
 #command.compile.*.f=spf.cmd $(FileNameExt)
 
 if PLAT_WIN
-    command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4TH without ECHO
+    command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4TH
     command.0.*.f=*\config\msp430\SendSource.bat $(FileDir)\$(FileName).f $(1) NOECHO
     
     command.name.1.*.f=preprocess file.f with 1:[target].pat then download file.4TH with ECHO
@@ -137,7 +137,7 @@ if PLAT_WIN
     command.4.*.f=*\config\msp430\Preprocess.bat $(FileDir)\$(FileName).f $(1)
     
     command.name.5.*.f=preprocess file.f with for target CurrentSelection then download
-    command.5.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection)
+    command.5.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection) NOECHO
     
     command.name.6.*.f=preprocess file.f with for target CurrentSelection then download with ECHO
     command.6.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection) ECHO
@@ -157,7 +157,7 @@ if PLAT_WIN
     command.name.11.*.f=convert TI registers to FORTH's ones
     command.11.*.f=\prog\gema\gema -line -t -f \config\gema\TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
     
-    command.name.0.*.4th=send file.4th to target without ECHO
+    command.name.0.*.4th=send file.4th to target
     command.0.*.4th=\config\msp430\SendSource.bat $(FileDir)\$(FileName).4TH NOECHO
     
     command.name.1.*.4th=send file.4th to target with ECHO
@@ -178,54 +178,71 @@ if PLAT_WIN
 if PLAT_GTK
     # variable $FF = /media/jeanmi/DATA/CloudStation is defined in my ~.profile 
     command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4th without ECHO
-    command.0.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) NOECHO
+    command.0.*.f=*/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName) $(1) NOECHO
+    #command.0.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) NOECHO
     
     command.name.1.*.f=preprocess file.f with 1:[target].pat then download file.4th with ECHO
-    command.1.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) ECHO
+    command.1.*.f=*/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName) $(1) ECHO
+    #command.1.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) ECHO
     
     command.name.2.*.f=preprocess file.f with 1:[target].pat then download file.4th HALFDUPLEX
-    command.2.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) HALF
+    command.2.*.f=*/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName) $(1) HALF
+    #command.2.*.f=*/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName) $(1) HALF
     
     command.name.3.*.f=preprocess file.f with 1:[target].pat then download file.4th to target SD_CARD
-    command.3.*.f=*$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName) $(1)
+    command.3.*.f=*/media/jeanmi/DATA/CloudStation/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName) $(1)
+    #command.3.*.f=*$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName) $(1)
     
     command.name.4.*.f=preprocess file.f with 1:[target].pat to LAST.4th (for debug)
-    command.4.*.f=*$FF/config/msp430/Preprocess $(FileDir)/$(FileName) $(1)
+    command.4.*.f=*/media/jeanmi/DATA/CloudStation/config/msp430/Preprocess $(FileDir)/$(FileName) $(1)
+    #command.4.*.f=*$FF/config/msp430/Preprocess $(FileDir)/$(FileName) $(1)
     
     command.name.5.*.f=preprocess file.f with for target CurrentSelection then download
-    command.5.*.f=$FF/config/msp430/SendSourceFileToTarget $(FileDir)/$(FileName) $(CurrentSelection)
+    command.5.*.f=/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName) $(CurrentSelection)
+    #command.5.*.f=$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(CurrentSelection)
     
     command.name.6.*.f=preprocess file.f with for target CurrentSelection then download with ECHO
-    command.6.*.f=$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(CurrentSelection) ECHO
+    command.6.*.f=/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName) $(CurrentSelection) ECHO
+    #command.6.*.f=$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(CurrentSelection) ECHO
     
     command.name.7.*.f=preprocess file.f with for target CurrentSelection then download file.4th to target SD_CARD
-    command.7.*.f=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).f  $(CurrentSelection)
+    command.7.*.f=/media/jeanmi/DATA/CloudStation/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).f  $(CurrentSelection)
+    #command.7.*.f=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).f  $(CurrentSelection)
     
     command.name.8.*.f=preprocess file.f with for target CurrentSelection to LAST.4th (for debug)
-    command.8.*.f=$FF/config/msp430/Preprocess $(FileDir)/$(FileName)  $(CurrentSelection)
+    command.8.*.f=/media/jeanmi/DATA/CloudStation/config/msp430/Preprocess $(FileDir)/$(FileName)  $(CurrentSelection)
+    #command.8.*.f=$FF/config/msp430/Preprocess $(FileDir)/$(FileName)  $(CurrentSelection)
     
     command.name.9.*.f=convert FORTH registers to TI's ones
-    command.9.*.f=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    command.9.*.f=gema -line -t -f /media/jeanmi/DATA/CloudStation/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    #command.9.*.f=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
     
     command.name.10.*.f=convert TI registers to FORTH's ones
-    command.10.*.f=gema -line -t -f $FF/config/gema/tiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    command.10.*.f=gema -line -t -f /media/jeanmi/DATA/CloudStation/config/gema/tiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    #command.10.*.f=gema -line -t -f $FF/config/gema/tiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
     
     command.name.0.*.4th=send file.4th to target without ECHO
-    command.0.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th NOECHO
+    command.0.*.4th=/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName).4th NOECHO
+    #command.0.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th NOECHO
     
     command.name.1.*.4th=send file.4th to target with ECHO
-    command.1.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th ECHO
+    command.1.*.4th=/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName).4th ECHO
+    #command.1.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th ECHO
     
     command.name.2.*.4th=send file.4th to target with HALFDUPLEX
-    command.2.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th HALF
+    command.2.*.4th=/media/jeanmi/DATA/CloudStation/config/msp430/SendSource $(FileDir)/$(FileName).4th HALF
+    #command.2.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th HALF
     
     command.name.3.*.4th=send file.4th to target SD_CARD
-    command.3.*.4th=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).4th
+    command.3.*.4th=$/media/jeanmi/DATA/CloudStation/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).4th
+    #command.3.*.4th=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).4th
     
     command.name.4.*.4th=convert TI registers to FORTH's ones
-    command.4.*.4th=gema -line -t -f $FF/config/gema/TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    command.4.*.4th=gema -line -t -f /media/jeanmi/DATA/CloudStation/config/gema/TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    #command.4.*.4th=gema -line -t -f $FF/config/gema/TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
     
     command.name.5.*.4th=convert FORTH registers to TI's ones
-    command.5.*.4th=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    command.5.*.4th=gema -line -t -f /media/jeanmi/DATA/CloudStation/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    #command.5.*.4th=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)