mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
b324bfa6c7
commit
06f235397f
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -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:]
|
||||
|
|
Loading…
Reference in a new issue