Skip to content

Commit

Permalink
Windows: don't link against wxWidgets built in debug mode when buildi…
Browse files Browse the repository at this point in the history
…ng CodeLite in debug (after all, we are not debugging wxWidgets)
  • Loading branch information
eranif committed Jul 27, 2018
1 parent a4fb263 commit 518f325
Show file tree
Hide file tree
Showing 58 changed files with 202 additions and 202 deletions.
4 changes: 2 additions & 2 deletions AutoSave/AutoSave.project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="Win_x64_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../Interfaces"/>
<IncludePath Value="../CodeLite"/>
Expand All @@ -58,7 +58,7 @@
<Preprocessor Value="WXUSINGDLL_CL"/>
<Preprocessor Value="YY_NEVER_INTERACTIVE=1"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs std,stc --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs std,stc --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libcodeliteud.dll"/>
Expand Down
8 changes: 4 additions & 4 deletions CMakePlugin/CMakePlugin.project
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="Win_wxWidgets_29" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="..//Interfaces"/>
<IncludePath Value="../CodeLite"/>
<IncludePath Value="../Plugin"/>
<IncludePath Value="../sqlite3"/>
<IncludePath Value="../sdk/wxsqlite3/include"/>
</Compiler>
<Linker Options="-O2;$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes">
<Linker Options="-O2;$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libCodeLiteud.dll"/>
Expand Down Expand Up @@ -160,7 +160,7 @@
</Completion>
</Configuration>
<Configuration Name="Win_x64_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes);-Winvalid-pch" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes );-Winvalid-pch" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../Interfaces"/>
<IncludePath Value="../CodeLite"/>
Expand All @@ -169,7 +169,7 @@
<IncludePath Value="../sqlite3"/>
<IncludePath Value="../sdk/wxsqlite3/include"/>
</Compiler>
<Linker Options="-O2;$(shell wx-config --debug=yes --libs std,stc --unicode=yes);" Required="yes">
<Linker Options="-O2;$(shell wx-config --libs std,stc --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libCodeLiteud.dll"/>
Expand Down
8 changes: 4 additions & 4 deletions CallGraph/CallGraph.project
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="DebugUnicode" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../../CodeLite_dev/Interfaces"/>
<IncludePath Value="../../CodeLite_dev/CodeLite"/>
Expand All @@ -87,7 +87,7 @@
<Preprocessor Value="WXUSINGDLL_CL"/>
<Preprocessor Value="YY_NEVER_INTERACTIVE=1"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../../CodeLite_dev/lib"/>
<Library Value="libpluginud.dll"/>
<Library Value="libcodeliteud.dll"/>
Expand Down Expand Up @@ -239,7 +239,7 @@
</Completion>
</Configuration>
<Configuration Name="Win_x64_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../Interfaces"/>
<IncludePath Value="../CodeLite"/>
Expand All @@ -254,7 +254,7 @@
<Preprocessor Value="WXUSINGDLL_SDK"/>
<Preprocessor Value="WXUSINGDLL_CL"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libCodeLiteud.dll"/>
Expand Down
12 changes: 6 additions & 6 deletions CodeCompletionsTests/CCTest/CCTest.project
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="CMake_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes );-Wall" C_Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes );-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no );-Wall" C_Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no );-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="$(CL_HOME)/CodeLite"/>
<IncludePath Value="$(CL_HOME)/sdk/wxsqlite3/include"/>
<IncludePath Value="$(CL_HOME)/Plugin"/>
<Preprocessor Value="__WX__"/>
<Preprocessor Value="WXUSINGDLL_SDK"/>
<Preprocessor Value="WXUSINGDLL_CL"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes --static=no --universal=no );" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes --static=no --universal=no );" Required="yes">
<LibraryPath Value="$(CL_HOME)/lib/gcc_lib"/>
<Library Value="libCodeLiteud.dll"/>
<Library Value="libwxsqlite3ud.dll"/>
Expand Down Expand Up @@ -164,15 +164,15 @@ PATH=../../../lib/gcc_lib;$(WXWIN)/lib/gcc_dll;$(PATH)]]>
</Completion>
</Configuration>
<Configuration Name="Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes );-Wall" C_Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes );-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no );-Wall" C_Options="-g;;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no );-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="$(CL_HOME)/CodeLite"/>
<IncludePath Value="$(CL_HOME)/sdk/wxsqlite3/include"/>
<IncludePath Value="$(CL_HOME)/Plugin"/>
<Preprocessor Value="__WX__"/>
<Preprocessor Value="WXUSINGDLL_SDK"/>
<Preprocessor Value="WXUSINGDLL_CL"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes --static=no --universal=no );" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes --static=no --universal=no );" Required="yes">
<LibraryPath Value="$(CL_HOME)/lib/gcc_lib"/>
<Library Value="libCodeLiteud.dll"/>
<Library Value="libwxsqlite3ud.dll"/>
Expand Down Expand Up @@ -213,13 +213,13 @@ PATH=../../../lib/gcc_lib;$(WXWIN)/lib/gcc_dll;$(PATH)]]>
</Completion>
</Configuration>
<Configuration Name="Debug_Unix" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no --debug=yes )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --static=no --universal=no )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="$(CL_HOME)/CodeLite"/>
<IncludePath Value="$(CL_HOME)/sdk/wxsqlite3/include"/>
<IncludePath Value="$(CL_HOME)/Plugin"/>
<Preprocessor Value="__WX__"/>
</Compiler>
<Linker Options="$(shell wx-config --libs --unicode=yes --debug=yes )" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes )" Required="yes">
<LibraryPath Value="$(CL_HOME)/lib/"/>
<Library Value="libcodeliteud.so"/>
<Library Value="libwxsqlite3ud.so"/>
Expand Down
8 changes: 4 additions & 4 deletions CodeDesigner/CodeDesigner.project
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="DebugUnicode" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)" Required="yes" PreCompiledHeader="">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes)" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
<IncludePath Value="../../CodeLite_dev/Interfaces"/>
<IncludePath Value="../../CodeLite_dev/CodeLite"/>
Expand All @@ -51,7 +51,7 @@
<Preprocessor Value="WXUSINGDLL_CL"/>
<Preprocessor Value="YY_NEVER_INTERACTIVE=1"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../../CodeLite_dev/lib"/>
<Library Value="libpluginud.dll"/>
<Library Value="libcodeliteud.dll"/>
Expand Down Expand Up @@ -127,7 +127,7 @@
</AdditionalRules>
</Configuration>
<Configuration Name="Win_x64_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Required="yes" PreCompiledHeader="">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes )" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
<IncludePath Value="../../CodeLite_dev/Interfaces"/>
<IncludePath Value="../../CodeLite_dev/CodeLite"/>
Expand All @@ -142,7 +142,7 @@
<Preprocessor Value="WXUSINGDLL_SDK"/>
<Preprocessor Value="WXUSINGDLL_CL"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../../CodeLite_dev/lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libCodeLiteud.dll"/>
Expand Down
8 changes: 4 additions & 4 deletions CodeFormatter/CodeFormatter.project
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@
</Completion>
</Configuration>
<Configuration Name="Win_wxWidgets_29" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../Interfaces"/>
<IncludePath Value="../CodeLite"/>
<IncludePath Value="../Plugin"/>
<IncludePath Value="../sdk/wxsqlite3/include"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libCodeLiteud.dll"/>
Expand Down Expand Up @@ -203,14 +203,14 @@
</Completion>
</Configuration>
<Configuration Name="Win_x64_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes )" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes )" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../Interfaces"/>
<IncludePath Value="../CodeLite"/>
<IncludePath Value="../Plugin"/>
<IncludePath Value="../sdk/wxsqlite3/include"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs std,stc,propgrid --unicode=yes)" Required="yes">
<Linker Options="$(shell wx-config --libs std,stc,propgrid --unicode=yes)" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libplugin_sdkud.dll"/>
<Library Value="libCodeLiteud.dll"/>
Expand Down
8 changes: 4 additions & 4 deletions CodeLite/CodeLite.project
Original file line number Diff line number Diff line change
Expand Up @@ -424,13 +424,13 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="Win_wxWidgets_29" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="$(shell wx-config --cxxflags --debug=yes --unicode=yes);-g;-Wall" C_Options="$(shell wx-config --cxxflags --debug=yes --unicode=yes);-g;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="$(shell wx-config --cxxflags --unicode=yes);-g;-Wall" C_Options="$(shell wx-config --cxxflags --unicode=yes);-g;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="./include"/>
<IncludePath Value="../sdk/wxsqlite3/include"/>
<IncludePath Value="../sdk/codelite_indexer/network"/>
</Compiler>
<Linker Options="$(shell wx-config --libs --debug=yes --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<Library Value="libwxsqlite3ud.dll"/>
</Linker>
Expand Down Expand Up @@ -471,7 +471,7 @@
</Completion>
</Configuration>
<Configuration Name="Win_x64_Debug" CompilerType="g++-64" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="$(shell wx-config --cxxflags --debug=yes --unicode=yes);-g;-Wall" C_Options="-g;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<Compiler Options="$(shell wx-config --cxxflags --unicode=yes);-g;-Wall" C_Options="-g;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="./include"/>
<IncludePath Value="../sdk/wxsqlite3/include"/>
Expand All @@ -481,7 +481,7 @@
<Preprocessor Value="USE_SFTP=1"/>
<Preprocessor Value="wxUSE_GUI=1"/>
</Compiler>
<Linker Options="$(shell wx-config --libs std,stc --debug=yes --unicode=yes);" Required="yes">
<Linker Options="$(shell wx-config --libs std,stc --unicode=yes);" Required="yes">
<LibraryPath Value="../lib/gcc_lib"/>
<LibraryPath Value="../sdk/libssh/lib"/>
<Library Value="libwxsqlite3ud.dll"/>
Expand Down
Loading

0 comments on commit 518f325

Please sign in to comment.