Correction for MinGW for win32.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20253 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-10-24 05:05:39 +00:00
parent e82c5ffffe
commit ef3a42faf4
6 changed files with 16 additions and 7 deletions

View file

@ -1,7 +1,16 @@
2004-10-23 08:16 Gregory John Casamento <greg_casamento@yahoo.com>
2004-10-24 01:13 Gregory John Casamento <greg_casamento@yahoo.com>
* 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 <greg_casamento@yahoo.com>
* 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 <greg_casamento@yahoo.com>

View file

@ -1,2 +1,2 @@
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../../
ADDITIONAL_INCLUDE_DIRS += -I../..

View file

@ -1,2 +1,2 @@
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../../
ADDITIONAL_INCLUDE_DIRS += -I../..

View file

@ -1,2 +1,2 @@
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../../
ADDITIONAL_INCLUDE_DIRS += -I../..

View file

@ -1,2 +1,2 @@
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../../
ADDITIONAL_INCLUDE_DIRS += -I../..

View file

@ -1,2 +1,2 @@
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../../
ADDITIONAL_INCLUDE_DIRS += -I../..