mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 17:52:07 +00:00
Added little comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2525952cd6
commit
cd620532a1
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ ifneq ($(strip $(DLL_DEF)),)
|
|||
DLL_DEF_FLAG = --input-def $(DLL_DEF)
|
||||
endif
|
||||
|
||||
# Pass -DBUILD_lib{library_name}_DLL=1 to the preprocessor
|
||||
CLEAN_library_NAME = $(shell echo $(INTERNAL_library_NAME)|tr '-' '_')
|
||||
SHARED_CFLAGS += -DBUILD_$(CLEAN_library_NAME)_DLL=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue