diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-17 18:29:14 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-17 18:29:14 -0200 |
commit | f6a410c1c23bb0cf75d218354cb1f7e21c420fb3 (patch) | |
tree | cbcf0affc743662f9f3f891065f6ba95a4e7ef47 /PSP.workspace | |
parent | 28760ff098cf5ef68cb95c869c2cd96ea5c324ec (diff) | |
download | PSP.git-f6a410c1c23bb0cf75d218354cb1f7e21c420fb3.tar.gz PSP.git-f6a410c1c23bb0cf75d218354cb1f7e21c420fb3.tar.xz PSP.git-f6a410c1c23bb0cf75d218354cb1f7e21c420fb3.zip |
Project support to 32 bits (Windows)
Download via github release
Gitignore update
Diffstat (limited to 'PSP.workspace')
-rw-r--r-- | PSP.workspace | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PSP.workspace b/PSP.workspace index 8132425..42ccea7 100644 --- a/PSP.workspace +++ b/PSP.workspace @@ -10,5 +10,9 @@ <Environment/> <Project Name="Project" ConfigName="Release"/> </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release_x86_32" Selected="no"> + <Environment/> + <Project Name="Project" ConfigName="Release_x86_32"/> + </WorkspaceConfiguration> </BuildMatrix> </CodeLite_Workspace> |