Only set WXUSINGDLL=0 when not set (patch 620174)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-10-14 12:48:08 +00:00
parent 800e14138e
commit 252b2c1c34

View File

@@ -13,7 +13,9 @@
# Set WXDIR for your system
WXDIR = $(WXWIN)
!ifndef WXUSINGDLL
WXUSINGDLL=0
!endif
!include $(WXDIR)\src\makevc.env