diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-15 17:23:10 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-15 17:23:10 -0200 |
commit | 5cdfee44e75b9a3635350aa261818e0a3bb44c5f (patch) | |
tree | 7896e1bb7cc5f42751c5d31ec99ba2bdf19d6f6c /Project/Project.mk | |
parent | 341fd025a924f779acebcfa0ffcf07f46f8240c9 (diff) | |
download | PSP.git-5cdfee44e75b9a3635350aa261818e0a3bb44c5f.tar.gz PSP.git-5cdfee44e75b9a3635350aa261818e0a3bb44c5f.tar.xz PSP.git-5cdfee44e75b9a3635350aa261818e0a3bb44c5f.zip |
File handling implemented
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 d9dfca6..bd0847f 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=Thales -Date :=14/12/2016 +Date :=15/12/2016 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC |