OSDN Git Service

modified QNUMBER, simplified project structure
[fast-forth/master.git] / config / asm.properties
similarity index 93%
rename from config/scite/AS_MSP430/asm.properties
rename to config/asm.properties
index e32c7ab..0e42f37 100644 (file)
@@ -112,17 +112,17 @@ style.asm.13=fore:#FFFFFF,back:#000000
 
 if PLAT_WIN
     command.name.0.*.asm=Assemble for 1:[target]
-    command.0.*.asm=*\config\msp430\build.bat $(FileNameExt) $(1)$(2)
+    command.0.*.asm=*\config\build.bat $(FileNameExt) $(1)$(2)
     
     command.name.1.*.asm=FET Prog 1:[target]
-    command.1.*.asm=*\config\msp430\prog.bat $(1)$(2)
+    command.1.*.asm=*\config\prog.bat $(1)$(2)
     
     
     command.name.2.*.asm=Assemble for target CurrentSelection
-    command.2.*.asm=\config\msp430\build.bat $(FileNameExt) $(CurrentSelection)
+    command.2.*.asm=\config\build.bat $(FileNameExt) $(CurrentSelection)
     
     command.name.3.*.asm=FET Prog target CurrentSelection
-    command.3.*.asm=\config\msp430\prog.bat $(CurrentSelection)
+    command.3.*.asm=\config\prog.bat $(CurrentSelection)
 
 if PLAT_GTK
     # variable $FF = /media/my/DATA/CloudStation is defined in my ~.profile