mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix for bug #29203
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29996 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
198245af66
commit
50317ec849
6 changed files with 8024 additions and 8170 deletions
|
@ -34,7 +34,11 @@ SUBPROJECT_NAME = ObjectiveC2
|
|||
ObjectiveC2_OBJC_FILES = \
|
||||
blocks_runtime.m\
|
||||
properties.m\
|
||||
sync.m
|
||||
|
||||
|
||||
ifeq ($(OBJCSYNC), 0)
|
||||
ObjectiveC2_OBJC_FILES += sync.m
|
||||
endif
|
||||
|
||||
ObjectiveC2_C_FILES = \
|
||||
runtime.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue