summaryrefslogtreecommitdiffstats
path: root/Project/Project.project
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-10-31 22:15:41 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-10-31 22:15:41 -0300
commit65c5187620aa1efde0104e70d02c67fc7b26cca1 (patch)
tree51e47c359857070a221e2257d83e20a8dc81ae22 /Project/Project.project
parent38722eb732fb0e9f1dbe4a518df43fc5c6cc913c (diff)
downloadPSP.git-65c5187620aa1efde0104e70d02c67fc7b26cca1.tar.gz
PSP.git-65c5187620aa1efde0104e70d02c67fc7b26cca1.tar.xz
PSP.git-65c5187620aa1efde0104e70d02c67fc7b26cca1.zip
Code changes to use Mingw-w64 compiler and WxWidgets 3.1.3
Diffstat (limited to 'Project/Project.project')
-rw-r--r--Project/Project.project6
1 files changed, 3 insertions, 3 deletions
diff --git a/Project/Project.project b/Project/Project.project
index 57d3707..b575519 100644
--- a/Project/Project.project
+++ b/Project/Project.project
@@ -519,13 +519,13 @@
<SearchPaths/>
</Completion>
</Configuration>
- <Configuration Name="Release_Windows_x64" CompilerType="MinGW ( TDM-GCC-64 )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
- <Compiler Options="-O2;-Wall;$(shell wx-config --cflags);-std=gnu++11" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <Configuration Name="Release_Windows_x64" CompilerType="MinGW 64bit ( MSYS2 64bit )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-O2;-std=c++17;-Wall;$(shell wx-config --cflags)" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<Preprocessor Value="NDEBUG"/>
<Preprocessor Value="UNICODE"/>
</Compiler>
- <Linker Options="$(shell wx-config --libs std,adv,ribbon,aui,propgrid,richtext,stc,gl);-mwindows" Required="yes"/>
+ <Linker Options="$(shell wx-config --libs std,adv,ribbon,aui,propgrid,richtext,stc,gl);-mwindows;-static" Required="yes"/>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
<General OutputFile="$(IntermediateDirectory)/pspufu" IntermediateDirectory="./Release_Windows_x64" Command="./pspufu" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="no" IsGUIProgram="yes" IsEnabled="yes"/>
<BuildSystem Name="Default"/>