Update of /cvsroot/mahogany/M/src
In directory usw-pr-cvs1:/tmp/cvs-serv3724/src

Modified Files:
        Makefile 
Log Message:
run Rez on the M binary under Mac OS X


Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/src/Makefile,v
retrieving revision 1.86
retrieving revision 1.87
diff -b -u -2 -r1.86 -r1.87
--- Makefile    9 Jan 2002 21:11:53 -0000       1.86
+++ Makefile    3 Jul 2002 00:43:20 -0000       1.87
@@ -45,6 +45,10 @@
 binary:        M $(MSOS)
        @true
+
 M:     $(MOBJS)
        $(LINK) -o M $(MOBJS) $(LDFLAGS) $(GUI_LIBS) $(LIBS)
+ifdef USE_MAC
+       $(REZ) -t APPL Carbon.r -o M
+endif
 
 Mdll:  libM.so



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to