]> granicus.if.org Git - yasm/commitdiff
Update VC build files for GAS parser.
authorPeter Johnson <peter@tortall.net>
Wed, 28 Sep 2005 06:07:24 +0000 (06:07 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 28 Sep 2005 06:07:24 +0000 (06:07 -0000)
svn path=/trunk/yasm/; revision=1253

Mkfiles/vc/modules/modules.vcproj
Mkfiles/vc/re2c/run.bat

index 06b3021bb6dcd3e853220480993b03e26fe6756d..f407fd19ad3f4ec50dfc99b5684d78de56259487 100644 (file)
                        <Filter\r
                                Name="parsers"\r
                                Filter="">\r
+                               <File\r
+                                       RelativePath="..\..\..\gas-bison.c">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\gas-bison.h">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\parsers\gas\gas-defs.h">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\parsers\gas\gas-parser.c">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\parsers\gas\gas-parser.h">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\gas-token.c">\r
+                               </File>\r
                                <File\r
                                        RelativePath="..\..\..\nasm-bison.c">\r
                                        <FileConfiguration\r
index 2615ea18d7dea5ee8fe4b07b046f4382ebbce599..e2b513773e4fac9c2c5f2099882c63755160ea9f 100644 (file)
@@ -2,3 +2,4 @@ cd ..\..\..\
 %1 -s modules\arch\lc3b\lc3bid.re > lc3bid.c\r
 %1 -s modules\arch\x86\x86id.re > x86id.c\r
 %1 -s modules\parsers\nasm\nasm-token.re > nasm-token.c\r
+%1 -s modules\parsers\gas\gas-token.re > gas-token.c\r