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
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# File: makefile.nt
|
# File: makefile.nt
|
||||||
# Author: Julian Smart
|
# Author: Julian Smart
|
||||||
# Created: 1999
|
# Created: 1999
|
||||||
# Updated:
|
# Updated:
|
||||||
# Copyright: (c) Julian Smart
|
# Copyright: (c) Julian Smart
|
||||||
#
|
#
|
||||||
# Makefile environment for building samples. Include this from
|
# Makefile environment for building samples. Include this from
|
||||||
@@ -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