Sounds fine to me, while you are there, can you also change add the E = .exe suffix?

one less change i have to keep locally..


On 20/10/2009 3:51 AM, Wilson, Ronald wrote:

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


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.

 

 

_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to