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../..