diff options
author | Thales Lima <thaleslima.ufu@gmail.com> | 2017-10-21 11:57:45 -0200 |
---|---|---|
committer | Thales Lima <thaleslima.ufu@gmail.com> | 2017-10-21 11:57:45 -0200 |
commit | b1b026397c58c45c46ca7a525fb1e98b20ddfab8 (patch) | |
tree | 224130696322c70d8296119603b36b7fcee3cc25 /PSP.workspace | |
parent | f6a410c1c23bb0cf75d218354cb1f7e21c420fb3 (diff) | |
download | PSP.git-b1b026397c58c45c46ca7a525fb1e98b20ddfab8.tar.gz PSP.git-b1b026397c58c45c46ca7a525fb1e98b20ddfab8.tar.xz PSP.git-b1b026397c58c45c46ca7a525fb1e98b20ddfab8.zip |
Several changes and bugfixes to compile the program on linux (ubuntu-xenial-amb64)
Diffstat (limited to 'PSP.workspace')
-rw-r--r-- | PSP.workspace | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/PSP.workspace b/PSP.workspace index 42ccea7..94a6477 100644 --- a/PSP.workspace +++ b/PSP.workspace @@ -2,17 +2,25 @@ <CodeLite_Workspace Name="PSP" Database="" Version="10.0.0"> <Project Name="Project" Path="Project/Project.project" Active="Yes"/> <BuildMatrix> - <WorkspaceConfiguration Name="Debug" Selected="no"> + <WorkspaceConfiguration Name="Release_Windows_x32" Selected="no"> <Environment/> - <Project Name="Project" ConfigName="Debug"/> + <Project Name="Project" ConfigName="Release_Windows_x32"/> </WorkspaceConfiguration> - <WorkspaceConfiguration Name="Release" Selected="yes"> + <WorkspaceConfiguration Name="Release_Windows_x64" Selected="no"> <Environment/> - <Project Name="Project" ConfigName="Release"/> + <Project Name="Project" ConfigName="Release_Windows_x64"/> </WorkspaceConfiguration> - <WorkspaceConfiguration Name="Release_x86_32" Selected="no"> + <WorkspaceConfiguration Name="Debug_Windows_x64" Selected="no"> <Environment/> - <Project Name="Project" ConfigName="Release_x86_32"/> + <Project Name="Project" ConfigName="Debug_Windows_x64"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release_Ubuntu_x64" Selected="yes"> + <Environment/> + <Project Name="Project" ConfigName="Release_Ubuntu_x64"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Debug_Ubuntu_x64" Selected="no"> + <Environment/> + <Project Name="Project" ConfigName="Debug_Ubuntu_x64"/> </WorkspaceConfiguration> </BuildMatrix> </CodeLite_Workspace> |