fixing windows build x3 | replacing compile commands by compile flags

This commit is contained in:
2024-09-15 07:52:25 +02:00
parent 91b51a5621
commit 4c17f2e165
7 changed files with 45 additions and 825 deletions

12
compile_flags.txt git.filemode.normal_file
View File

@@ -0,0 +1,12 @@
-xc++
-std=c++20
-Iruntime/Includes
-Iruntime/Sources
-Iincludes
-Ithird_party
-DMLX_BUILD
-DSDL_MAIN_HANDLED
-DDEBUG
-DIMAGE_OPTIMIZED
-D_REENTRANT
-isystem/usr/include/SDL2