From: wittend99 Date: Thu, 25 Oct 2012 13:50:56 +0000 (+0000) Subject: Just update my IDE configuration probably of no interest to anyone but me. DMW X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=ef0734aeeaeee54c72eaadd79e0e7685b257b94e;p=freetel-svn-tracking.git Just update my IDE configuration probably of no interest to anyone but me. DMW git-svn-id: https://svn.code.sf.net/p/freetel/code@811 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/build/fdmdv2.mk b/fdmdv2/build/fdmdv2.mk index 885cd99c..6cdc5253 100644 --- a/fdmdv2/build/fdmdv2.mk +++ b/fdmdv2/build/fdmdv2.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=OFA-Staff -Date :=10/23/2012 +Date :=10/24/2012 CodeLitePath :="C:\bin\CodeLite" LinkerName :=g++ SharedObjectLinkerName :=g++ -shared -fPIC @@ -50,8 +50,8 @@ LibPath := $(LibraryPathSwitch). $(LibraryPathSwitch)/bin/Project AR := ar rcus CXX := g++ CC := gcc -CXXFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"799\" $(Preprocessors) -CFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"799\" $(Preprocessors) +CXXFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"803\" $(Preprocessors) +CFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) -DSVN_REVISION=\"803\" $(Preprocessors) ##