diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-24 17:50:36 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-24 17:50:36 -0300 |
commit | c91e58bb903adeff1e8c0fff1868e80783010e58 (patch) | |
tree | d9eaa3ff5b186cddb8bd658a8386e58591fd8174 /Project/Project.mk | |
parent | 2c60c7c13ecc8e45e072346193a820f697fb6fdf (diff) | |
download | PSP.git-c91e58bb903adeff1e8c0fff1868e80783010e58.tar.gz PSP.git-c91e58bb903adeff1e8c0fff1868e80783010e58.tar.xz PSP.git-c91e58bb903adeff1e8c0fff1868e80783010e58.zip |
Dynamic elements 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 9f59536..f8cd070 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=23/05/2017 +Date :=24/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 |