mirror of https://github.com/yasm/yasm.git
This includes defaulting to yapp for ./yasm -e passes. svn path=/trunk/yasm/; revision=4820.3
parent
62750a30d3
commit
6b65e7a522
7 changed files with 11 additions and 4 deletions
@ -1,8 +1,10 @@ |
||||
# $IdPath$ |
||||
|
||||
EXTRA_DIST += \ |
||||
src/preprocs/raw/Makefile.inc |
||||
src/preprocs/raw/Makefile.inc \ |
||||
src/preprocs/yapp/Makefile.inc |
||||
|
||||
YASMPREPROCFILES = |
||||
include src/preprocs/raw/Makefile.inc |
||||
include src/preprocs/yapp/Makefile.inc |
||||
yasm_SOURCES += $(YASMPREPROCFILES) |
||||
|
@ -1,8 +1,10 @@ |
||||
# $IdPath$ |
||||
|
||||
EXTRA_DIST += \ |
||||
src/preprocs/raw/Makefile.inc |
||||
src/preprocs/raw/Makefile.inc \ |
||||
src/preprocs/yapp/Makefile.inc |
||||
|
||||
YASMPREPROCFILES = |
||||
include src/preprocs/raw/Makefile.inc |
||||
include src/preprocs/yapp/Makefile.inc |
||||
yasm_SOURCES += $(YASMPREPROCFILES) |
||||
|
Loading…
Reference in new issue