aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrischka <grischka>2008-01-16 22:33:56 +0000
committergrischka <grischka>2008-01-16 22:33:56 +0000
commit265dddbecf8c8a5df5492caa72cf2b4e36bf00d7 (patch)
treed4c0436c24605b319212ab6e40e591daa12b7fe5 /Makefile
parent3667408a5756a47edcc99d38535f544de7e5867a (diff)
downloadtinycc-265dddbecf8c8a5df5492caa72cf2b4e36bf00d7.tar.gz
tinycc-265dddbecf8c8a5df5492caa72cf2b4e36bf00d7.tar.bz2
Udated and cleaned up TODO.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 502b0d4..ffd5d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ tiny_impdef$(EXESUF): tiny_impdef.c
ifdef CONFIG_WIN32
# for windows, we must use TCC because we generate ELF objects
LIBTCC1_OBJS=$(addprefix win32/lib/, crt1.o wincrt1.o dllcrt1.o dllmain.o chkstk.o) libtcc1.o
-LIBTCC1_CC=./tcc.exe -Bwin32
+LIBTCC1_CC=./tcc.exe -Bwin32 -DTCC_TARGET_PE
else
LIBTCC1_OBJS=libtcc1.o
LIBTCC1_CC=$(CC)