get rid of a warning and fix .bat

This commit is contained in:
grischka
2008-03-25 21:05:48 +00:00
parent 9bcc0b970b
commit cd24bd05b4
2 changed files with 8 additions and 9 deletions

View File

@ -4,7 +4,7 @@
:
@echo>..\config.h #define TCC_VERSION "0.9.24"
@echo>>..\config.h #define TCC_TARGET_PE 1
@echo>>..\config.h #define CONFIG_TCCDIR NULL
@echo>>..\config.h #define CONFIG_TCCDIR "."
:
gcc -Os -fno-strict-aliasing ../tcc.c -o tcc.exe -s
gcc -Os -fno-strict-aliasing ../tcc.c -D LIBTCC -c -o libtcc.o