]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.va
forgot to uncomment a few things
[wxWidgets.git] / src / makeprog.va
index d8128feffe064af488611fd534882a11120e0c7a..6cc7218ea03fe963fb4873c0cce2e3052d20593a 100644 (file)
@@ -10,8 +10,8 @@
 # Use FINAL=1 argument to nmake to build final version with no debugging
 # info
 
-# Set WXDIR for your system
-WXDIR = j:\dev\wx2\wxWindows
+# Set and environment variable to point to WXDIR for your system
+WXDIR = $(WXWIN)
 
 WXUSINGDLL=0
 
@@ -39,8 +39,8 @@ $(PROGRAM).exe:      $(DUMMYOBJ) $(WXLIB) $(OBJECTS) $(PROGRAM).res
 <<
   $(RC) $(PROGRAM).res $(PROGRAM).exe
 
-$(PROGRAM).res :      $(PROGRAM).rc $(WXDIR)\include\wx\os2\wx.rc
-    $(RC) -I $(WXDIR)\include -D __VISAGECPP__ -r $(PROGRAM).rc $(PROGRAM).res
+$(PROGRAM).res :      $(PROGRAM).rcO $(WXDIR)\include\wx\os2\wx.rc
+    $(RC) -I $(WXDIR)\include -D __VISAGECPP__ -r $(PROGRAM).rcO $(PROGRAM).res
 
 clean:
         -erase $(OBJECTS)