From 35af98e48251a60b9a275796989ba5e8aa26c394 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Wed, 5 Mar 2003 20:21:32 +0000 Subject: [PATCH] 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 --- src/makeg95.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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