mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed debug=yes and building palettes on Windows/Mingw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bd43003b54
commit
ba348bb0d7
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2005-03-21 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/palette.make (internal-palette-all_): Use the old dll
|
||||
rules only if OLD_DLL_SUPPORT is YES. In all other cases,
|
||||
including Mingw, use the standard ones.
|
||||
(Info-gnustep.plist): Include PALETTE_OBJ_EXT in NSExecutable.
|
||||
|
||||
2005-03-21 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/bundle.make: Use make quotes, not shell quotes, for
|
||||
BUNDLE_OBJ_EXT when used in rules.
|
||||
|
||||
2005-03-21 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* target.make (SHARED_LIBEXT): Set to .dll.a for Mingw so that
|
||||
which_lib manages to find the libs and building with debug=yes now
|
||||
works on Mingw.
|
||||
|
||||
2005-03-10 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/library.make: On Windows, try to link against all
|
||||
|
|
Loading…
Reference in a new issue