From: Mattia Barbon Date: Wed, 5 Mar 2003 20:21:32 +0000 (+0000) Subject: Applied patch [ 696990 ] fix makeg95.env so it can find version.mak X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35af98e48251a60b9a275796989ba5e8aa26c394 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 --- diff --git a/src/makeg95.env b/src/makeg95.env index 1a9851fdaf..aee6753014 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -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