Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions commandLine/compile_flags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
-Wno-c++11-extensions
-std=c17
-std=c++2b
-fobjc-arc
-lstdc++fs
-stdlib=libc++
-mmacosx-version-min=12.0
-MMD
-MP
-MF
-O3
-mtune=native
-DNDEBUG
-Wall
-Werror=return-type
-fexceptions
-fpascal-strings
-x
objective-c++
-I../../../libs/openFrameworks
-I../../../libs/openFrameworks/3d
-I../../../libs/openFrameworks/app
-I../../../libs/openFrameworks/communication
-I../../../libs/openFrameworks/events
-I../../../libs/openFrameworks/gl
-I../../../libs/openFrameworks/graphics
-I../../../libs/openFrameworks/math
-I../../../libs/openFrameworks/sound
-I../../../libs/openFrameworks/types
-I../../../libs/openFrameworks/utils
-I../../../libs/openFrameworks/video
-I../../../libs/FreeImage/include
-I../../../libs/brotli/include
-I../../../libs/cairo/include
-I../../../libs/curl/include
-I../../../libs/fmt/include
-I../../../libs/freetype/include
-I../../../libs/glew/include
-I../../../libs/glfw/include
-I../../../libs/glm/include
-I../../../libs/json/include
-I../../../libs/kiss/include
-I../../../libs/libpng/include
-I../../../libs/libusb/include
-I../../../libs/metalangle/include
-I../../../libs/openssl/include
-I../../../libs/pixman/include
-I../../../libs/pugixml/include
-I../../../libs/rtAudio/include
-I../../../libs/tess2/include
-I../../../libs/uriparser/include
-I../../../libs/utf8/include
-I../../../libs/zlib/include


-Isrc
-Isrc/addons
-Isrc/projects
-Isrc/utils
-Isrc/uuidxx
-Isrc/uuidxx/src
2 changes: 1 addition & 1 deletion commandLine/src/defines.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define OFPROJECTGENERATOR_MAJOR_VERSION "0"
#define OFPROJECTGENERATOR_MINOR_VERSION "92"
#define OFPROJECTGENERATOR_MINOR_VERSION "93"
#define OFPROJECTGENERATOR_PATCH_VERSION "0"

#define PG_VERSION (OFPROJECTGENERATOR_MAJOR_VERSION "." OFPROJECTGENERATOR_MINOR_VERSION "." OFPROJECTGENERATOR_PATCH_VERSION)
Expand Down
Loading