Fixing another hard-coded WXDIR path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# Use FINAL=1 argument to nmake to build final version with no debugging
|
# Use FINAL=1 argument to nmake to build final version with no debugging
|
||||||
# info
|
# info
|
||||||
|
|
||||||
# Set WXDIR for your system (hint, set an environment variable anmed WXWIN)
|
# Set WXDIR for your system (hint, set an environment variable named WXWIN)
|
||||||
WXDIR = $(WXWIN)
|
WXDIR = $(WXWIN)
|
||||||
|
|
||||||
!include $(WXDIR)\src\makevc.env
|
!include $(WXDIR)\src\makevc.env
|
||||||
|
@@ -10,8 +10,8 @@
|
|||||||
# Use FINAL=1 argument to nmake to build final version with no debugging
|
# Use FINAL=1 argument to nmake to build final version with no debugging
|
||||||
# info
|
# info
|
||||||
|
|
||||||
# Set WXDIR for your system
|
# Set WXDIR for your system (hint, set an environment variable named WXWIN)
|
||||||
WXDIR = j:\dev\wx2\wxWindows
|
WXDIR = $(WXWIN)
|
||||||
|
|
||||||
WXUSINGDLL=0
|
WXUSINGDLL=0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user