Applied patch [ 696990 ] fix makeg95.env so it can find version.mak

from Derry Bryson.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-03-05 20:21:32 +00:00
parent da494b405d
commit 35af98e482

View File

@ -69,7 +69,7 @@ OSTYPE=msys
endif
# If building DLL, the version
include version.mak
include $(WXDIR)/src/version.mak
WXVERSION=$(wxMAJOR_VERSION)$(wxMINOR_VERSION)$(wxRELEASE_NUMBER_IFUNSTABLE)
ifndef UNICODE