Skip to content

Commit

Permalink
Changes in compiler settings and wxWidgets libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thales1330 committed Aug 20, 2020
1 parent b63f43a commit 2a0008c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.codelite/
AvaliadorCAAC/Debug_x64/
AvaliadorCAAC/Release_x64/
AvaliadorCAAC/Release_x32/

# Compiled source #
###################
Expand Down
10 changes: 5 additions & 5 deletions AvaliadorCAAC/AvaliadorCAAC.project
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@
<SearchPaths/>
</Completion>
</Configuration>
<Configuration Name="Release" CompilerType="MinGW 64bit ( MSYS2 64bit )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Configuration Name="Release" CompilerType="MinGW ( TDM-GCC-32 )" 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="."/>
<IncludePath Value="C:\Users\thale\Documents\GitHub\CAAC\wxPdfDocument"/>
<IncludePath Value="C:\Users\thale\Documents\GitHub\CAAC\wxPDFDocument\wxPDFDocument"/>
<Preprocessor Value="NDEBUG"/>
<Preprocessor Value="UNICODE"/>
</Compiler>
<Linker Options="$(shell wx-config --libs std,adv,ribbon,aui,propgrid,richtext,stc);-mwindows;-static" Required="yes">
<LibraryPath Value="C:\Users\thale\Documents\GitHub\CAAC\wxPdfDocument\Release"/>
<Library Value="libwxPdfDocument"/>
<LibraryPath Value="C:\Users\thale\Documents\GitHub\CAAC\wxPDFDocument\build-Release\lib"/>
<Library Value="wxPDFDocument"/>
</Linker>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
<General OutputFile="$(IntermediateDirectory)/AvaliadorCAAC" IntermediateDirectory="./Release_x64" Command="./AvaliadorCAAC" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="no" IsGUIProgram="yes" IsEnabled="yes"/>
<General OutputFile="$(IntermediateDirectory)/AvaliadorCAAC" IntermediateDirectory="./Release_x32" Command="./AvaliadorCAAC" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="no" IsGUIProgram="yes" IsEnabled="yes"/>
<BuildSystem Name="Default"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
Expand Down
14 changes: 10 additions & 4 deletions AvaliadorCAAC/compile_flags.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
-IC:\TDM-GCC-32\lib\gcc\mingw32\9.2.0\include\c++
-IC:\TDM-GCC-32\lib\gcc\mingw32\9.2.0\include\c++\mingw32
-IC:\TDM-GCC-32\lib\gcc\mingw32\9.2.0\include\c++\backward
-IC:\TDM-GCC-32\lib\gcc\mingw32\9.2.0\include
-IC:\TDM-GCC-32\include
-IC:\TDM-GCC-32\lib\gcc\mingw32\9.2.0\include-fixed
-IC:\Users\thale\Documents\GitHub\Avaliador-CAAC\AvaliadorCAAC
-IC:\Users\thale\Documents\GitHub\CAAC\wxPdfDocument
-IC:\wxWidgets-3.1.3\lib\gcc_dll\mswu
-IC:\wxWidgets-3.1.3\include
-IC:\Users\thale\Documents\GitHub\CAAC\wxPDFDocument\wxPDFDocument
-IC:\wxWidgets313\lib\gcc_lib\mswu
-IC:\wxWidgets313\include
-D_UNICODE
-DHAVE_W32API_H
-DWXUSINGDLL
-D__WXMSW__
-DNDEBUG
-DUNICODE
-std=gnu++11
-target
i686-pc-windows-gnu

0 comments on commit 2a0008c

Please sign in to comment.