get rid of a warning and fix .bat
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user