]> granicus.if.org Git - yasm/commit
* ins.h, scanner.h, dfa.h, code.c, re.h, parse.h, token.h, substr.h:
authorPeter Johnson <peter@tortall.net>
Sun, 12 Sep 2004 07:57:47 +0000 (07:57 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 12 Sep 2004 07:57:47 +0000 (07:57 -0000)
commit38846c5556bb748bb9b43a8468988e23f3e0599f
tree5fa4aa1816e81f8e19f35cdc51588efcdbd26270
parentfd25e2545dc834c6c5fc7a9aa62f3d0368ba8ff9
* ins.h, scanner.h, dfa.h, code.c, re.h, parse.h, token.h, substr.h:
Remove use of "inline".  This could cause breakage on non-gcc systems (as
these files do not use config.h because of cross-build reasons).

* yasm.dep, yasm.mak, yasm.dsp, yasm.dsw: Remove support for VC6 builds.
* libyasm.dsp, libyasm.mak, libyasm.dep: Likewise.
* modules.dsp, modules.mak, modules.dep: Likewise.

* yasm.suo: Remove unneeded user options file.

* vc: Update svn:ignore property to reflect removal of VC6 builds and user
options file.

* genmacro.vcproj: Generate genmacro tool.
* genmacro/run.bat: Use genmacro to generate nasm-macros.c.
* modules.vcproj: Point to the new location for nasm-macros.c.

* re2c.vcproj: Generate re2c tool.
* re2c/run.bat: Use re2c to generate re2c-generated .c files.

* yasm.sln: Utilize genmacro and re2c.

svn path=/trunk/yasm/; revision=1144
27 files changed:
Makefile.am
Mkfiles/vc/genmacro/genmacro.vcproj [new file with mode: 0644]
Mkfiles/vc/genmacro/run.bat [new file with mode: 0644]
Mkfiles/vc/libyasm/libyasm.dep [deleted file]
Mkfiles/vc/libyasm/libyasm.dsp [deleted file]
Mkfiles/vc/libyasm/libyasm.mak [deleted file]
Mkfiles/vc/modules/build.bat [deleted file]
Mkfiles/vc/modules/modules.dep [deleted file]
Mkfiles/vc/modules/modules.dsp [deleted file]
Mkfiles/vc/modules/modules.mak [deleted file]
Mkfiles/vc/modules/modules.vcproj
Mkfiles/vc/re2c/re2c.vcproj [new file with mode: 0644]
Mkfiles/vc/re2c/run.bat [new file with mode: 0644]
Mkfiles/vc/yasm.dep [deleted file]
Mkfiles/vc/yasm.dsp [deleted file]
Mkfiles/vc/yasm.dsw [deleted file]
Mkfiles/vc/yasm.mak [deleted file]
Mkfiles/vc/yasm.sln
Mkfiles/vc/yasm.suo [deleted file]
tools/re2c/code.c
tools/re2c/dfa.h
tools/re2c/ins.h
tools/re2c/parse.h
tools/re2c/re.h
tools/re2c/scanner.h
tools/re2c/substr.h
tools/re2c/token.h