diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-05-03 17:22:22 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-05-03 17:22:22 -0300 |
commit | 726ec7832947397e61196e94f2f3ee66d6f6340d (patch) | |
tree | 01e93fcf1240a9a0243cb9a61f8c7256caed641f /Project/Project.project | |
parent | 2b7409b5dd3714d14112e40a1ead8776a6da1576 (diff) | |
download | PSP.git-726ec7832947397e61196e94f2f3ee66d6f6340d.tar.gz PSP.git-726ec7832947397e61196e94f2f3ee66d6f6340d.tar.xz PSP.git-726ec7832947397e61196e94f2f3ee66d6f6340d.zip |
Clipboard fix
Diffstat (limited to 'Project/Project.project')
-rw-r--r-- | Project/Project.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Project.project b/Project/Project.project index 1447966..2d8fb46 100644 --- a/Project/Project.project +++ b/Project/Project.project @@ -513,7 +513,7 @@ <Preprocessor Value="NDEBUG"/> <Preprocessor Value="UNICODE"/> </Compiler> - <Linker Options="$(shell wx-config --libs std,ribbon,aui,propgrid,richtext,gl);-mwindows" Required="yes"/> + <Linker Options="$(shell wx-config --libs std,ribbon,aui,propgrid,richtext,stc,gl);-mwindows" 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"/> |