summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-10-20 10:28:50 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-10-20 10:28:50 +0000
commitd14c20c9747073d2752af20cb5f5c55725fe3db1 (patch)
treed10406cf5b4562fe2f313adef7af5a03fdd63de4 /xdelta3/Makefile
parentcfdf9bf3be42b455a77d72cc58bcdfca76b7a889 (diff)
working on inline functions
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r--xdelta3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index 17fd314..8ce2113 100644
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -104,6 +104,8 @@ wix: xdelta3.wxs xdelta3.wxi readme.txt Release\xdelta3.exe
104 $(WIXDIR)/candle.exe xdelta3.wxs -out xdelta3.wixobj 104 $(WIXDIR)/candle.exe xdelta3.wxs -out xdelta3.wixobj
105 $(WIXDIR)/light.exe xdelta3.wixobj -out xdelta3.msi 105 $(WIXDIR)/light.exe xdelta3.wixobj -out xdelta3.msi
106 106
107CC=gcc-4.2.0
108
107xdelta3: $(SOURCES) 109xdelta3: $(SOURCES)
108 $(CC) -O3 -Wall -Wshadow xdelta3.c -lm -o xdelta3 \ 110 $(CC) -O3 -Wall -Wshadow xdelta3.c -lm -o xdelta3 \
109 -DXD3_DEBUG=0 \ 111 -DXD3_DEBUG=0 \