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 /Project/Project.mk | |
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 'Project/Project.mk')
-rw-r--r-- | Project/Project.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Project.mk b/Project/Project.mk index 4aa8df3..b6cfdfa 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=11/10/2017 +Date :=17/10/2017 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC |