Differences From:
File
Makefile.w32
part of check-in
[5a30fa45df]
- Build from build directory
by
anonymous on
2007-09-24 19:32:26.
[view]
To:
File
Makefile.w32
part of check-in
[c841af0d50]
- Fixed error with absolute pathnames when opening a repo on Win32
by
mjanssen on
2007-09-24 19:42:15.
Also file
Makefile.w32
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
@@ -26,9 +26,9 @@
#
#TCC = gcc -O6
#TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage
#TCC = gcc -g -Os -Wall
-TCC = gcc -g -Os -Wall -DFOSSIL_I18N=0
+TCC = gcc -g -Os -Wall -DFOSSIL_I18N=0 -L/usr/local/lib -I/usr/local/include
#### Extra arguments for linking the finished binary. Fossil needs
# to link against the Z-Lib compression library. There are no
# other dependencies. We sometimes add the -static option here