diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-11 17:07:11 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-11 17:07:11 -0300 |
commit | 6cf253651521f0cdaf3a80f8ae58e9917fe2ec57 (patch) | |
tree | 2b5e7680483e44caa3bb96a5384ec2c7e4a920bb /Project/Project.mk | |
parent | 4269e9370873ac31fe671c710536958ca4374aad (diff) | |
download | PSP.git-6cf253651521f0cdaf3a80f8ae58e9917fe2ec57.tar.gz PSP.git-6cf253651521f0cdaf3a80f8ae58e9917fe2ec57.tar.xz PSP.git-6cf253651521f0cdaf3a80f8ae58e9917fe2ec57.zip |
Initialization 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 cbf6e8f..e472ddd 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=10/05/2017 +Date :=11/05/2017 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC |