Author: egon
Date: 2004-10-12 01:47:23 -0400 (Tue, 12 Oct 2004)
New Revision: 394

Added:
   trunk/clients/wxhaver/win32/
   trunk/clients/wxhaver/win32/Makefile
Log:


Added: trunk/clients/wxhaver/win32/Makefile
===================================================================
--- trunk/clients/wxhaver/win32/Makefile        2004-10-12 05:40:25 UTC (rev 
393)
+++ trunk/clients/wxhaver/win32/Makefile        2004-10-12 05:47:23 UTC (rev 
394)
@@ -0,0 +1,18 @@
+# Makefile for wxHaver
+WXFLAGS = `wx-config --libs` `wx-config --cxxflags`
+OBJ = wxHaverFrame.o wxHaverParser.o
+DEV = clean
+
+all: $(DEV) wxHaver
+
+wxHaverParser:
+       g++ -c wxHaverParser.cpp $(WXFLAGS) -o wxHaverParser.o
+
+wxHaverFrame:
+       g++ -c wxHaverFrame.cpp $(WXFLAGS) -o wxHaverFrame.o
+
+wxHaver:
+       g++ wxHaver.cpp $(OBJ) $(WXFLAGS) -o wxHaver.exe
+
+clean:
+       rm -f wxHaver.exe


Property changes on: trunk/clients/wxhaver/win32/Makefile
___________________________________________________________________
Name: svn:eol-style
   + native


Reply via email to