Removed some uneeded includes from GormPalettesPref.m and changed the build process slightly to fix an issue with compilation on win32 under mingw.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20250 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-10-24 00:08:42 +00:00
parent 3d23397134
commit e8f162808e
4 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2004-10-23 08: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.
2004-10-17 12:51 Gregory John Casamento <greg_casamento@yahoo.com>
* GormControlEditor.m: Added necessary methods for dragging

View file

@ -23,8 +23,9 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
before-all::
rm -f InterfaceBuilder
$(LN_S) . InterfaceBuilder
rm -rf ./InterfaceBuilder
rm -rf ../InterfaceBuilder
$(LN_S) GormLib ../InterfaceBuilder
after-clean::
rm -f InterfaceBuilder
rm -rf ../InterfaceBuilder

View file

@ -47,7 +47,7 @@
# ADDITIONAL_CFLAGS += -Wall -Werror
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS +=
ADDITIONAL_INCLUDE_DIRS += -I../InterfaceBuilder
# Additional LDFLAGS to pass to the linker
#ADDITIONAL_LDFLAGS +=

View file

@ -2,12 +2,10 @@
#include "GormPrivate.h"
#include <Foundation/NSUserDefaults.h>
#include <AppKit/NSButton.h>
#include <AppKit/NSTableView.h>
#include <AppKit/NSWindow.h>
#include <AppKit/NSNibLoading.h>
#include <AppKit/NSOpenPanel.h>
#include <AppKit/NSStringDrawing.h>
@class NSTableView;
// data source...
@interface PaletteDataSource : NSObject