Update of /cvsroot/mahogany/M/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18082/src
Modified Files:
Makefile
Log Message:
resources for cygwin
Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/src/Makefile,v
retrieving revision 1.89
retrieving revision 1.90
diff -b -u -2 -r1.89 -r1.90
--- Makefile 8 Apr 2003 15:04:23 -0000 1.89
+++ Makefile 23 Jun 2003 19:15:59 -0000 1.90
@@ -48,4 +48,11 @@
endif
+# for cygwin/mingw we need to add resources to the main binary
+ifdef USE_RESOURCES
+M_RES := ../res/M.res
+else
+M_RES :=
+endif
+
# OK, we've got all the names and the rules to generate them; we can
# now actually specify the dependencies.
@@ -54,5 +61,5 @@
M: $(MOBJS)
- $(LINK) -o M $(MOBJS) $(LDFLAGS) $(GUI_LIBS) $(LIBS)
+ $(LINK) -o M $(MOBJS) $(LDFLAGS) $(GUI_LIBS) $(LIBS) $(M_RES)
ifdef USE_MAC
$(REZ) -t APPL Carbon.r -o $@
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates