Does anyone object to the following makefile changes for win32?  I can
check them in if there are no objections.

 

PS C:\fossil\fossil> fossil diff Makefile.w32

--- Makefile.w32

+++ Makefile.w32

@@ -25,24 +25,25 @@

 #    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 -DFOSSIL_I18N=0 -L/usr/local/lib
-I/usr/local/include

+#TCC = gcc -g -Os -Wall -DFOSSIL_I18N=0 -L/usr/local/lib
-I/usr/local/include

+TCC = gcc -Os -Wall -DFOSSIL_I18N=0 -L/mingw/lib -I/mingw/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

 #    so that we can build a static executable that will run in a

 #    chroot jail.

 #

 #LIB = -lz

-LIB = -lz -lws2_32

-

+#LIB = -lz -lws2_32

+LIB = -lmingwex -lz -lws2_32

 

 #### Tcl shell for use in running the fossil testsuite.

 #

 TCLSH = tclsh

 

 # You should not need to change anything below this line

 
########################################################################
#######

 include $(SRCDIR)/main.mk

 

 

Ron Wilson, Engineering Project Lead

(o) 434.455.6453, (m) 434.851.1612, www.harris.com

 

 HARRIS CORPORATION   |   RF Communications Division
assuredcommunications(tm)


NOTICE:  This e-mail transmission (and any of its attachments) may
contain confidential, proprietary and/or privileged information.  The
sender intends this transmission only for the designated recipient(s).
If you are not a designated recipient (or authorized to receive for a
designated recipient), you are hereby notified that the disclosure,
copying, distribution or use of any of the information contained in this
transmission is strictly prohibited.  If you have received this
transmission in error, please destroy this message, delete any copies
which may exist on your system and notify the sender immediately.  Thank
you.

 

 

<<image001.png>>

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to