OSDN Git Service

V4.0
[fast-forth/master.git] / config / asm.properties
index 45a4b61..9d35e71 100644 (file)
@@ -1,7 +1,7 @@
 position.maximize=1
 # Define SciTE settings for MACROASSEMBLER AS for MSP430
 
-file.patterns.asm=*.asm;*.inc;*.lst;*.mac
+file.patterns.asm=*.asm;*.inc;*.lst;*.mac;*.pat
 
 # add '*.inc;*.asm;' to 'source.files' variable in 'SciTEGlobal.properties'
 # if you want to include these file patterns into default source file list
@@ -103,27 +103,27 @@ style.asm.13=fore:#FFFFFF,back:#000000
 # the star at the start of this command line is to display the parameters box
 # $(1) = target, example : MSP_EXP430FR5969
 # $(2) = extension, example : _8MHz
-
+# $(3) = "COMx"
+#command.subsystem.4.*.asm=2
 if PLAT_WIN
         command.name.0.*.asm=Assemble 1:[target]
         command.0.*.asm=*.\config\build.bat $(FileNameExt) $(1)$(2)
     
         command.name.1.*.asm=FET Prog 1:[target]
-        command.1.*.asm=*\config\FET_prog.bat $(1)$(2)
+        command.1.*.asm=*.\config\FET_prog.bat $(1)$(2)
     
-# $(3) = "COMx"
         command.name.2.*.asm=BSL Prog 1:[target] with 3:[COMx]
-        command.2.*.asm=*\config\BSL_prog.bat $(1)$(2) $(3) 
+        command.2.*.asm=*.\config\BSL_prog.bat $(1)$(2) $(3) 
     
     
         command.name.3.*.asm=Assemble target CurrentSelection
-        command.3.*.asm=\config\build.bat $(FileNameExt) $(CurrentSelection)
+        command.3.*.asm=.\config\build.bat $(FileNameExt) $(CurrentSelection)
     
         command.name.4.*.asm=FET Prog target CurrentSelection
-        command.4.*.asm=\config\FET_prog.bat $(CurrentSelection)
+        command.4.*.asm=.\config\FET_prog.bat $(CurrentSelection)
 
         command.name.5.*.asm=BSL Prog target CurrentSelection with 3:[COMx]
-        command.5.*.asm=*\config\BSL_prog.bat $(CurrentSelection) $(3)
+        command.5.*.asm=*.\config\BSL_prog.bat $(CurrentSelection) $(3)
 
 if PLAT_GTK
     # variable $FF = /home/thoorens/CloudStation/projets/msp430 is defined in my ~.profile