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:
Robin Dunn
1999-12-17 19:47:51 +00:00
parent 5ebdc86afc
commit 3e1ed7d709
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
# Use FINAL=1 argument to nmake to build final version with no debugging
# 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)
!include $(WXDIR)\src\makevc.env

View File

@@ -2,7 +2,7 @@
# File: makefile.nt
# Author: Julian Smart
# Created: 1999
# Updated:
# Updated:
# Copyright: (c) Julian Smart
#
# 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
# info
# Set WXDIR for your system
WXDIR = j:\dev\wx2\wxWindows
# Set WXDIR for your system (hint, set an environment variable named WXWIN)
WXDIR = $(WXWIN)
WXUSINGDLL=0