mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* Source/Makefile.postamble: Add flag filter for libgnustep-base-entry.m (for GCC 4.4 on MinGW).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
acb28bb1c2
commit
b3a520b2fe
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-10-26 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble: Add flag filter for
|
||||
libgnustep-base-entry.m (for GCC 4.4 on MinGW).
|
||||
|
||||
2009-10-20 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSObject.m (NSIncrementExtraRefCount): Properly release
|
||||
|
|
|
@ -146,6 +146,7 @@ $(GNUSTEP_TARGET_DIR)/mframe.h: mframe/config.status
|
|||
mframe.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
NSConnection.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
NSInvocation.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
libgnustep-base-entry.m_FILE_FILTER_OUT_FLAGS = -O% # gcc 4.4 on mingw
|
||||
|
||||
#
|
||||
# Make list of class names for DLL exports. Uses the actual classes from
|
||||
|
|
Loading…
Reference in a new issue