c6566c8f17
RagePhoto-Extract: removed unnecessary includes Windows RagePhoto-Extract: included Windows resource file RagePhotoA: include iostream to fix undefined std:: RagePhoto: seperate C and CXX exports to export only C functions with WebAssembly Windows RagePhoto: changed Windows resource file language to 0x0 Doxyfile: change PROJECT_VERSION variable to ragephoto_VERSION variable
12 lines
496 B
Text
12 lines
496 B
Text
PROJECT_NAME = "libragephoto"
|
|
PROJECT_NUMBER = "Version: @ragephoto_VERSION@"
|
|
INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/index.doc" \
|
|
"src"
|
|
OUTPUT_DIRECTORY = "@CMAKE_CURRENT_BINARY_DIR@"
|
|
EXTRACT_PRIVATE = NO
|
|
ENABLE_PREPROCESSING = YES
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
PREDEFINED = "protected=private" \
|
|
"__cplusplus" \
|
|
"@LIBRAGEPHOTO_API@"
|