Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7356/src
Modified Files:
Makefile.am
Log Message:
Applied patch [ 871350 ] Added creation of the wxInterface.app package for Mac OS X
Index: Makefile.am
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am 2 Jan 2004 13:42:10 -0000 1.13
+++ Makefile.am 10 Jan 2004 23:01:57 -0000 1.14
@@ -100,6 +100,7 @@
echo -e "$(WARNINGCOLOR)$(BUILD)\\c"; \
echo -e "$(OUTPUTCOLOR)$@$(WELLCOLOR) binary!$(ACTIONCOLOR)"; \
echo -e "$(ACTIONCOLOR)Now cd to src/ dir and type $(OUTPUTCOLOR)./$@$(ACTIONCOLOR) to start the application."; \
+ echo -e "$(ACTIONCOLOR)or if you are under Mac OS X, type $(OUTPUTCOLOR)make dist$(ACTIONCOLOR) to build $(OUTPUTCOLOR)$@.app"; \
else \
echo -e "failed:"; \
cat .err; \
|