Fixed Windows building

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20951 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2005-03-21 22:19:23 +00:00
parent b324bfa6c7
commit 06f235397f

View file

@ -1,3 +1,17 @@
2005-03-21 23:30 Nicola Pero <n.pero@mi.flashnet.it>
* GormLib/IBSystem.h: Fixed windows32 check for building
the library. The library name is libGorm, not libGormLib!
Also, simply use extern when exporting on Mingw.
* GormLib/GNUmakefile.preamble: Removed special linking
additions on Mingw, not needed.
* Palettes/0Menus/GNUmakefile.preamble: Use ADDITIONAL_GUI_LIBS,
not xxx_LIBRARIES_DEPEND_UPON, to link libGorm on Mingw.
* Palettes/1Windows/GNUmakefile.preamble: Same change.
* Palettes/2Controls/GNUmakefile.preamble: Same change.
* Palettes/3Containers/GNUmakefile.preamble: Same change.
* Palettes/4Data/GNUmakefile.preamble: Same change.
2005-03-20 10:17 Gregory John Casamento <greg_casamento@yahoo.com>
* GormViewEditor.m: [GormViewEditor performDragOperation:]