From c30d0d174828daa627f7e92006ee233e8cd9f9fe Mon Sep 17 00:00:00 2001 From: wittend99 Date: Sat, 29 Dec 2012 19:10:49 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@1153 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/build/codelite/fdmdv2.mk | 6 +++--- fdmdv2/build/codelite/fdmdv2.project | 3 ++- fdmdv2/build/codelite/fdmdv2_wsp.mk | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/fdmdv2/build/codelite/fdmdv2.mk b/fdmdv2/build/codelite/fdmdv2.mk index d198432c..65c138c8 100644 --- a/fdmdv2/build/codelite/fdmdv2.mk +++ b/fdmdv2/build/codelite/fdmdv2.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=wittend -Date :=12/16/2012 +Date :=12/29/2012 CodeLitePath :="D:\bin\CodeLite" LinkerName :=g++ SharedObjectLinkerName :=g++ -shared -fPIC @@ -52,8 +52,8 @@ LibPath := $(LibraryPathSwitch). $(LibraryPathSwitch)d:/Projects/ AR := ar rcus CXX := g++ CC := gcc -CXXFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"1140\" $(Preprocessors) -CFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"1140\" $(Preprocessors) +CXXFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"1145\" $(Preprocessors) +CFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"1145\" $(Preprocessors) ## diff --git a/fdmdv2/build/codelite/fdmdv2.project b/fdmdv2/build/codelite/fdmdv2.project index d0de4483..9d64d3de 100644 --- a/fdmdv2/build/codelite/fdmdv2.project +++ b/fdmdv2/build/codelite/fdmdv2.project @@ -36,7 +36,6 @@ - @@ -46,6 +45,8 @@ + + diff --git a/fdmdv2/build/codelite/fdmdv2_wsp.mk b/fdmdv2/build/codelite/fdmdv2_wsp.mk index bc8f9a8e..e920a49f 100644 --- a/fdmdv2/build/codelite/fdmdv2_wsp.mk +++ b/fdmdv2/build/codelite/fdmdv2_wsp.mk @@ -1,8 +1,8 @@ .PHONY: clean All All: - @echo "----------Building project:[ libCTB - Release ]----------" - @cd "libCTB" && "$(MAKE)" -f "libCTB.mk" + @echo "----------Building project:[ fdmdv2 - Release ]----------" + @"$(MAKE)" -f "fdmdv2.mk" clean: - @echo "----------Cleaning project:[ libCTB - Release ]----------" - @cd "libCTB" && "$(MAKE)" -f "libCTB.mk" clean + @echo "----------Cleaning project:[ fdmdv2 - Release ]----------" + @"$(MAKE)" -f "fdmdv2.mk" clean -- 2.25.1