Fix to properly find OS/2 wx.rc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2002-01-25 22:49:51 +00:00
parent 9167e34072
commit 1c54466d98

View File

@ -37,7 +37,7 @@ $(OPATH)\$(PROGRAM).obj: $(THISDIR)\$(PROGRAM).cpp
$(PROGRAM).res:: $(PROGRES)
$(PROGRES):
$(RC) -I $(WXDIR)\include -D __VISAGECPP__ -r $(PROGRC) $(PROGRES)
$(RC) -I $(WXDIR)\include\wx\os2 -D __VISAGECPP__ -r $(PROGRC) $(PROGRES)
$(PROGRAM).exe:: $(PROGTARGET)
$(PROGTARGET): $(OBJECTS) $(PROGRES) $(DUMMYOBJ) $(WXLIB)