From ef3a42faf426fad517452d0bdc644fa30adf6930 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 24 Oct 2004 05:05:39 +0000 Subject: [PATCH] Correction for MinGW for win32. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20253 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 13 +++++++++++-- Palettes/0Menus/GNUmakefile.preamble | 2 +- Palettes/1Windows/GNUmakefile.preamble | 2 +- Palettes/2Controls/GNUmakefile.preamble | 2 +- Palettes/3Containers/GNUmakefile.preamble | 2 +- Palettes/4Data/GNUmakefile.preamble | 2 +- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc170bda..1ef6c5bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2004-10-23 08:16 Gregory John Casamento +2004-10-24 01:13 Gregory John Casamento + + * Palettes/0Menus/GNUmakefile.preamble + * Palettes/1Windows/GNUmakefile.preamble + * Palettes/2Controls/GNUmakefile.preamble + * Palettes/3Containers/GNUmakefile.preamble + * Palettes/4Data/GNUmakefile.preamble: Removed extra slash for + compilation under MinGW on win32. + +2004-10-23 20:16 Gregory John Casamento * GormLib/GNUmakefile.postamble: Changed the build process a little - to be more compatible with mingw on win32. + to be more compatible with MinGW on win32. 2004-10-17 12:51 Gregory John Casamento diff --git a/Palettes/0Menus/GNUmakefile.preamble b/Palettes/0Menus/GNUmakefile.preamble index c717b9b3..442e1ffd 100644 --- a/Palettes/0Menus/GNUmakefile.preamble +++ b/Palettes/0Menus/GNUmakefile.preamble @@ -1,2 +1,2 @@ # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../../ +ADDITIONAL_INCLUDE_DIRS += -I../.. diff --git a/Palettes/1Windows/GNUmakefile.preamble b/Palettes/1Windows/GNUmakefile.preamble index c717b9b3..442e1ffd 100644 --- a/Palettes/1Windows/GNUmakefile.preamble +++ b/Palettes/1Windows/GNUmakefile.preamble @@ -1,2 +1,2 @@ # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../../ +ADDITIONAL_INCLUDE_DIRS += -I../.. diff --git a/Palettes/2Controls/GNUmakefile.preamble b/Palettes/2Controls/GNUmakefile.preamble index c717b9b3..442e1ffd 100644 --- a/Palettes/2Controls/GNUmakefile.preamble +++ b/Palettes/2Controls/GNUmakefile.preamble @@ -1,2 +1,2 @@ # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../../ +ADDITIONAL_INCLUDE_DIRS += -I../.. diff --git a/Palettes/3Containers/GNUmakefile.preamble b/Palettes/3Containers/GNUmakefile.preamble index c717b9b3..442e1ffd 100644 --- a/Palettes/3Containers/GNUmakefile.preamble +++ b/Palettes/3Containers/GNUmakefile.preamble @@ -1,2 +1,2 @@ # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../../ +ADDITIONAL_INCLUDE_DIRS += -I../.. diff --git a/Palettes/4Data/GNUmakefile.preamble b/Palettes/4Data/GNUmakefile.preamble index c717b9b3..442e1ffd 100644 --- a/Palettes/4Data/GNUmakefile.preamble +++ b/Palettes/4Data/GNUmakefile.preamble @@ -1,2 +1,2 @@ # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../../ +ADDITIONAL_INCLUDE_DIRS += -I../..