mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Source/GNUmakefile: Remove reference to synchonization.m.
* Source/synchronization.m: Remove, since ObjectiveC2 has been merged. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29903 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8632d7f34a
commit
b5dbc1afc5
3 changed files with 6 additions and 230 deletions
|
@ -280,15 +280,6 @@ NSZone.m \
|
|||
externs.m \
|
||||
objc-load.m
|
||||
|
||||
# Not sure that the following is ever needed ...
|
||||
# we should have synchronisation support from the ObjC2 runtime or
|
||||
# we should have synchronisation support from the ObjC2 compatibility code or
|
||||
# we are without native exception and @synchronize support anyway.
|
||||
#
|
||||
#ifeq ($(HAVE_OBJC_SYNC_ENTER), no)
|
||||
# GNU_MFILES += synchronization.m
|
||||
#endif
|
||||
|
||||
ifneq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
BASE_MFILES += \
|
||||
GSFileHandle.m \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue