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:
Nicola Pero 2001-09-24 10:47:09 +00:00
parent 2525952cd6
commit cd620532a1

View file

@ -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