summaryrefslogtreecommitdiffstats
path: root/Project/Project.mk
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-12 18:57:10 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-12 18:57:10 -0300
commit52931022eb25080e33f2362c3b0bd4361f0cdb0b (patch)
tree90d83cb3c68f66d41971099887c321e56dd6d00f /Project/Project.mk
parentd2aa79321df798c297334dbcf4e56320b84400ba (diff)
downloadPSP.git-52931022eb25080e33f2362c3b0bd4361f0cdb0b.tar.gz
PSP.git-52931022eb25080e33f2362c3b0bd4361f0cdb0b.tar.xz
PSP.git-52931022eb25080e33f2362c3b0bd4361f0cdb0b.zip
Open control implementation
Diffstat (limited to 'Project/Project.mk')
-rw-r--r--Project/Project.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/Project/Project.mk b/Project/Project.mk
index 3dc3138..117bc4c 100644
--- a/Project/Project.mk
+++ b/Project/Project.mk
@@ -2,18 +2,18 @@
## Auto Generated makefile by CodeLite IDE
## any manual changes will be erased
##
-## Release
+## Debug
ProjectName :=Project
-ConfigurationName :=Release
+ConfigurationName :=Debug
WorkspacePath :=C:/Users/NDSE-69/Documents/GitHub/PSP
ProjectPath :=C:/Users/NDSE-69/Documents/GitHub/PSP/Project
-IntermediateDirectory :=./Release
+IntermediateDirectory :=./Debug
OutDir := $(IntermediateDirectory)
CurrentFileName :=
CurrentFilePath :=
CurrentFileFullPath :=
User :=NDSE-69
-Date :=10/04/2017
+Date :=12/04/2017
CodeLitePath :="C:/Program Files/CodeLite"
LinkerName :=C:/TDM-GCC-64/bin/g++.exe
SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC
@@ -28,7 +28,7 @@ LibraryPathSwitch :=-L
PreprocessorSwitch :=-D
SourceSwitch :=-c
OutputFile :=$(IntermediateDirectory)/pspufu
-Preprocessors :=$(PreprocessorSwitch)NDEBUG $(PreprocessorSwitch)UNICODE
+Preprocessors :=$(PreprocessorSwitch)UNICODE
ObjectSwitch :=-o
ArchiveOutputSwitch :=
PreprocessOnlySwitch :=-E
@@ -52,8 +52,8 @@ LibPath := $(LibraryPathSwitch).
AR := C:/TDM-GCC-64/bin/ar.exe rcu
CXX := C:/TDM-GCC-64/bin/g++.exe
CC := C:/TDM-GCC-64/bin/gcc.exe
-CXXFLAGS := -O2 -Wall $(shell wx-config --cflags) $(Preprocessors)
-CFLAGS := -O2 -Wall $(Preprocessors)
+CXXFLAGS := -g -O0 -Wall $(shell wx-config --cflags) $(Preprocessors)
+CFLAGS := -g -O0 -Wall $(Preprocessors)
ASFLAGS :=
AS := C:/TDM-GCC-64/bin/as.exe
@@ -89,11 +89,11 @@ $(OutputFile): $(IntermediateDirectory)/.d $(Objects)
$(LinkerName) $(OutputSwitch)$(OutputFile) @$(ObjectsFileList) $(LibPath) $(Libs) $(LinkOptions)
MakeIntermediateDirs:
- @$(MakeDirCommand) "./Release"
+ @$(MakeDirCommand) "./Debug"
$(IntermediateDirectory)/.d:
- @$(MakeDirCommand) "./Release"
+ @$(MakeDirCommand) "./Debug"
PreBuild:
@@ -645,6 +645,6 @@ $(IntermediateDirectory)/IOControlForm.cpp$(PreprocessSuffix): IOControlForm.cpp
## Clean
##
clean:
- $(RM) -r ./Release/
+ $(RM) -r ./Debug/