diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 00:22:44 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 00:22:44 -0300 |
commit | fa58befffe0c0520f50cf9414c3de9949d8c0eed (patch) | |
tree | 6a545f2227229ce293c40b9911f1df7bc90dda55 /Project/compile_flags.txt | |
parent | ab30228b1a57053323363674fa7f137c0329a180 (diff) | |
download | PSP.git-fa58befffe0c0520f50cf9414c3de9949d8c0eed.tar.gz PSP.git-fa58befffe0c0520f50cf9414c3de9949d8c0eed.tar.xz PSP.git-fa58befffe0c0520f50cf9414c3de9949d8c0eed.zip |
Code fixes to compile in MinGW and MSVC
CMakeLists includes
Diffstat (limited to 'Project/compile_flags.txt')
-rw-r--r-- | Project/compile_flags.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Project/compile_flags.txt b/Project/compile_flags.txt index 84934dd..ebae363 100644 --- a/Project/compile_flags.txt +++ b/Project/compile_flags.txt @@ -5,13 +5,17 @@ -IC:\TDM-GCC-32\include -IC:\TDM-GCC-32\lib\gcc\mingw32\9.2.0\include-fixed -IC:\Users\thale\Documents\GitHub\PSP\Project +-IC:\Users\thale\Documents\GitHub\PSP\Project\vendor +-IC:\Users\thale\Documents\GitHub\PSP\ExtLibs\GLEW\include +-IC:\Users\thale\Documents\GitHub\PSP\ExtLibs\GLFW\include -IC:\wxWidgets313\lib\gcc_lib\mswu -IC:\wxWidgets313\include -D_UNICODE -DHAVE_W32API_H +-DUNICODE +-DGLEW_STATIC -D__WXMSW__ -DNDEBUG --DUNICODE -std=gnu++11 -target i686-pc-windows-gnu |