summaryrefslogtreecommitdiffstats
path: root/Project/Project.mk
diff options
context:
space:
mode:
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/