mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Add missing preprocessor value mappings
This commit is contained in:
parent
2e3740566b
commit
7dfe3c56a5
1 changed files with 12 additions and 2 deletions
|
@ -257,11 +257,15 @@ Base_AGSDOC_FLAGS = \
|
|||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
GS_EXPORT_CLASS="";\
|
||||
GS_PRIVATE_INTERNAL="//";\
|
||||
BLOCK_SCOPE="";\
|
||||
DEFINE_BLOCK_TYPE="//";\
|
||||
DEFINE_BLOCK_TYPE_NO_ARGS="//";\
|
||||
GS_EXPORT_CLASS="";\
|
||||
GS_IMPORT="";\
|
||||
GS_PRIVATE_INTERNAL="//";\
|
||||
WEAK_ATTRIBUTE="";\
|
||||
WINAPI="";\
|
||||
WSAAPI="";\
|
||||
}' -Up Base
|
||||
|
||||
BaseAdditions_AGSDOC_FLAGS = \
|
||||
|
@ -277,9 +281,15 @@ BaseAdditions_AGSDOC_FLAGS = \
|
|||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
BLOCK_SCOPE="";\
|
||||
DEFINE_BLOCK_TYPE="//";\
|
||||
DEFINE_BLOCK_TYPE_NO_ARGS="//";\
|
||||
GS_EXPORT_CLASS="";\
|
||||
GS_IMPORT="";\
|
||||
GS_PRIVATE_INTERNAL="//";\
|
||||
WEAK_ATTRIBUTE="";\
|
||||
WINAPI="";\
|
||||
WSAAPI="";\
|
||||
}' -Up BaseAdditions
|
||||
|
||||
# Use local version of autogsdoc in case it is not installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue