Skip to content

Commit

Permalink
wxC: linker error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Apr 18, 2022
1 parent 9a30fcd commit 832a217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wxcrafter/wxcrafter.project
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
<Dependencies Name="Win_x86_Release">
<Project Name="wxcLib"/>
</Dependencies>
<Settings Type="Dynamic Library">
<Settings Type="Executable">
<GlobalSettings>
<Compiler Options="" C_Options="" Assembler="">
<IncludePath Value="."/>
Expand Down Expand Up @@ -922,7 +922,7 @@
<Preprocessor Value="WXUSINGDLL_CL"/>
<Preprocessor Value="STANDALONE_BUILD=1"/>
</Compiler>
<Linker Options="-mwindows;$(shell wx-config --debug=no --libs std,stc,propgrid,webview,ribbon,richtext --unicode=yes)" Required="yes">
<Linker Options="-mwindows;$(shell wx-config --debug=no --libs std,stc,propgrid,webview,ribbon,richtext,aui --unicode=yes)" Required="yes">
<LibraryPath Value="$(WorkspacePath)/build-$(WorkspaceConfiguration)/lib"/>
<LibraryPath Value="lib"/>
<LibraryPath Value="$(CL_SRC_DIR)/Runtime"/>
Expand Down

0 comments on commit 832a217

Please sign in to comment.