diff options
| author | grischka <grischka> | 2008-03-25 21:05:48 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2008-03-25 21:05:48 +0000 |
| commit | cd24bd05b4fe44f46b009a7fdcfe0efe5a03cbb2 (patch) | |
| tree | c2ccb69e39860dc276ca32663d9b871f363cffc2 /win32/build-tcc.bat | |
| parent | 9bcc0b970b899cca2273d17572b078e9c7a75032 (diff) | |
| download | tinycc-cd24bd05b4fe44f46b009a7fdcfe0efe5a03cbb2.tar.gz tinycc-cd24bd05b4fe44f46b009a7fdcfe0efe5a03cbb2.tar.bz2 | |
get rid of a warning and fix .bat
Diffstat (limited to 'win32/build-tcc.bat')
| -rw-r--r-- | win32/build-tcc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build-tcc.bat b/win32/build-tcc.bat index e21fdeb..21da4fa 100644 --- a/win32/build-tcc.bat +++ b/win32/build-tcc.bat @@ -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 |
