Differences From:
File
Makefile
part of check-in
[464a46dad2]
- Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list.
by
aku on
2007-08-26 06:45:02.
[view]
To:
File
Makefile
part of check-in
[83c876b447]
- Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next
by
anonymous on
2007-09-21 21:53:28.
[view]
@@ -25,17 +25,20 @@
# for building intermediate code-generator tools.
#
#TCC = gcc -O6
#TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage
-TCC = gcc -g -Os -Wall
+#TCC = gcc -g -Os -Wall
+TCC = gcc -g -Os -Wall -DFOSSIL_I18N=0
#### 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
# so that we can build a static executable that will run in a
# chroot jail.
#
-LIB = -lz
+#LIB = -lz
+LIB = -lz -lwsock32
+
#### Tcl shell for use in running the fossil testsuite.
#
TCLSH = tclsh