mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
* 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
This commit is contained in:
parent
fd25e2545d
commit
38846c5556
27 changed files with 407 additions and 3007 deletions
16
Makefile.am
16
Makefile.am
|
|
@ -58,23 +58,15 @@ EXTRA_DIST += Mkfiles/Makefile.flat
|
|||
EXTRA_DIST += Mkfiles/Makefile.dj
|
||||
EXTRA_DIST += Mkfiles/dj/config.h
|
||||
EXTRA_DIST += Mkfiles/vc/yasm-module.c
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.dep
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.dsp
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.dsw
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.mak
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.sln
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.suo
|
||||
EXTRA_DIST += Mkfiles/vc/yasm.vcproj
|
||||
EXTRA_DIST += Mkfiles/vc/config.h
|
||||
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.dep
|
||||
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.dsp
|
||||
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.mak
|
||||
EXTRA_DIST += Mkfiles/vc/genmacro/genmacro.vcproj
|
||||
EXTRA_DIST += Mkfiles/vc/genmacro/run.bat
|
||||
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.vcproj
|
||||
EXTRA_DIST += Mkfiles/vc/modules/build.bat
|
||||
EXTRA_DIST += Mkfiles/vc/modules/modules.dep
|
||||
EXTRA_DIST += Mkfiles/vc/modules/modules.dsp
|
||||
EXTRA_DIST += Mkfiles/vc/modules/modules.mak
|
||||
EXTRA_DIST += Mkfiles/vc/modules/modules.vcproj
|
||||
EXTRA_DIST += Mkfiles/vc/re2c/re2c.vcproj
|
||||
EXTRA_DIST += Mkfiles/vc/re2c/run.bat
|
||||
|
||||
# Until this gets fixed in automake
|
||||
DISTCLEANFILES = libyasm/stamp-h libyasm/stamp-h[0-9]*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue