mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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 \
|
-TypedefsTemplate TypesAndConstants \
|
||||||
-VariablesTemplate TypesAndConstants \
|
-VariablesTemplate TypesAndConstants \
|
||||||
-WordMap '{\
|
-WordMap '{\
|
||||||
GS_EXPORT_CLASS="";\
|
BLOCK_SCOPE="";\
|
||||||
GS_PRIVATE_INTERNAL="//";\
|
|
||||||
DEFINE_BLOCK_TYPE="//";\
|
DEFINE_BLOCK_TYPE="//";\
|
||||||
|
DEFINE_BLOCK_TYPE_NO_ARGS="//";\
|
||||||
|
GS_EXPORT_CLASS="";\
|
||||||
|
GS_IMPORT="";\
|
||||||
|
GS_PRIVATE_INTERNAL="//";\
|
||||||
WEAK_ATTRIBUTE="";\
|
WEAK_ATTRIBUTE="";\
|
||||||
WINAPI="";\
|
WINAPI="";\
|
||||||
|
WSAAPI="";\
|
||||||
}' -Up Base
|
}' -Up Base
|
||||||
|
|
||||||
BaseAdditions_AGSDOC_FLAGS = \
|
BaseAdditions_AGSDOC_FLAGS = \
|
||||||
|
@ -277,9 +281,15 @@ BaseAdditions_AGSDOC_FLAGS = \
|
||||||
-TypedefsTemplate TypesAndConstants \
|
-TypedefsTemplate TypesAndConstants \
|
||||||
-VariablesTemplate TypesAndConstants \
|
-VariablesTemplate TypesAndConstants \
|
||||||
-WordMap '{\
|
-WordMap '{\
|
||||||
|
BLOCK_SCOPE="";\
|
||||||
|
DEFINE_BLOCK_TYPE="//";\
|
||||||
|
DEFINE_BLOCK_TYPE_NO_ARGS="//";\
|
||||||
GS_EXPORT_CLASS="";\
|
GS_EXPORT_CLASS="";\
|
||||||
|
GS_IMPORT="";\
|
||||||
GS_PRIVATE_INTERNAL="//";\
|
GS_PRIVATE_INTERNAL="//";\
|
||||||
|
WEAK_ATTRIBUTE="";\
|
||||||
WINAPI="";\
|
WINAPI="";\
|
||||||
|
WSAAPI="";\
|
||||||
}' -Up BaseAdditions
|
}' -Up BaseAdditions
|
||||||
|
|
||||||
# Use local version of autogsdoc in case it is not installed
|
# Use local version of autogsdoc in case it is not installed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue