]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 696990 ] fix makeg95.env so it can find version.mak
authorMattia Barbon <mbarbon@cpan.org>
Wed, 5 Mar 2003 20:21:32 +0000 (20:21 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 5 Mar 2003 20:21:32 +0000 (20:21 +0000)
from Derry Bryson.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeg95.env

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