mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-19 05:30:07 +08:00
win32/build-tcc.bat: define CONFIG_SYSROOT
This commit is contained in:
parent
7bebf1f59a
commit
78f288bc87
@ -5,6 +5,7 @@
|
|||||||
@echo>..\config.h #define TCC_VERSION "0.9.24"
|
@echo>..\config.h #define TCC_VERSION "0.9.24"
|
||||||
@echo>>..\config.h #define TCC_TARGET_PE 1
|
@echo>>..\config.h #define TCC_TARGET_PE 1
|
||||||
@echo>>..\config.h #define CONFIG_TCCDIR "."
|
@echo>>..\config.h #define CONFIG_TCCDIR "."
|
||||||
|
@echo>>..\config.h #define CONFIG_SYSROOT ""
|
||||||
:
|
:
|
||||||
gcc -Os -fno-strict-aliasing ../tcc.c -o tcc.exe -s
|
gcc -Os -fno-strict-aliasing ../tcc.c -o tcc.exe -s
|
||||||
gcc -Os -fno-strict-aliasing ../tcc.c -D LIBTCC -c -o libtcc.o
|
gcc -Os -fno-strict-aliasing ../tcc.c -D LIBTCC -c -o libtcc.o
|
||||||
|
Loading…
Reference in New Issue
Block a user