Differences From:
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]
To:
File
Makefile
part of check-in
[8372cc0b81]
- Socket operations now functional in Win32 port. Added quotes around the filename portion of the command to edit thus working of windows in paths where the temp directory contains spaces. Added -all flag to clean command. If not specified each file is prompted for before removing.
by
jnc on
2007-09-22 18:34:49.
Also file
Makefile.w32
part of check-in
[3c5482959c]
- Merge in the w32 changes.
by
drh on
2007-09-22 19:43:55.
[view]
@@ -35,9 +35,9 @@
# so that we can build a static executable that will run in a
# chroot jail.
#
#LIB = -lz
-LIB = -lz -lwsock32
+LIB = -lz -lws2_32
#### Tcl shell for use in running the fossil testsuite.
#