mirror of
https://github.com/chocolate-doom/launcher.git
synced 2025-02-18 01:31:42 +00:00
25 lines
568 B
Text
25 lines
568 B
Text
#
|
|
# GNUmakefile.preamble - Generated by ProjectCenter
|
|
#
|
|
|
|
# Additional flags to pass to the preprocessor
|
|
ADDITIONAL_CPPFLAGS +=
|
|
|
|
# Additional flags to pass to Objective C compiler
|
|
ADDITIONAL_OBJCFLAGS +=
|
|
|
|
# Additional flags to pass to C compiler
|
|
ADDITIONAL_CFLAGS +=
|
|
|
|
# Additional flags to pass to the linker
|
|
ADDITIONAL_LDFLAGS +=
|
|
|
|
# Additional include directories the compiler should search
|
|
ADDITIONAL_INCLUDE_DIRS +=
|
|
|
|
# Additional library directories the linker should search
|
|
ADDITIONAL_LIB_DIRS +=
|
|
|
|
# Additional GUI libraries to link
|
|
ADDITIONAL_GUI_LIBS +=
|
|
|