git-svn-id: https://svn.code.sf.net/p/freetel/code@815 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 25 Oct 2012 19:27:38 +0000 (19:27 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 25 Oct 2012 19:27:38 +0000 (19:27 +0000)
fdmdv2/tests/pa_enum/Makefile.linux.dmw
fdmdv2/tests/pa_enum/pa_enum.mk

index 95843eb26bd2369b09a790124d648acfc75ed48c..14224cb2a8e8e1749ce801fa8431ca4563a86836 100644 (file)
@@ -3,14 +3,14 @@
 #
 # $ make -f Makefile.linux.dmw
 
-WX_GTK_PATH=/home/david/Desktop/wxWidgets-2.9.4/build_gtk
-#CODEC2_PATH=/home/david/codec2-dev
+WX_GTK_PATH=/home/wittend/Projects/wxWidgets-2.9.4/build_gtk
+#CODEC2_PATH=/home/wittend/codec2-dev
 
 WX_CONFIG=$(WX_GTK_PATH)/wx-config
 WX_CPPFLAGS = $(shell $(WX_CONFIG) --cxxflags)
 WX_LIBS = $(shell $(WX_CONFIG) --libs core, base, aui, adv)
 
-CPP_FLAGS = $(WX_CPPFLAGS) -I../extern/include -g -Wall
+CPP_FLAGS = $(WX_CPPFLAGS) -I../../extern/include -g -Wall
 LIBS = $(WX_LIBS) -lm -lportaudiocpp -lpthread
 
 OBJS =  main.o \
index c40f6ef805d6485c7c04bb4bdaf4568f982fb4a9..8acfd0bc23f0e1a322af391b991b439f1c4547a2 100644 (file)
@@ -50,8 +50,8 @@ LibPath                := $(LibraryPathSwitch). $(LibraryPathSwitch)/bin/MinGW-4
 AR       := ar rcus\r
 CXX      := g++\r
 CC       := gcc\r
-CXXFLAGS :=  -g -O0 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=yes)  -DSVN_REVISION=\"810\"  $(Preprocessors)\r
-CFLAGS   :=  -g -O0 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=yes)  -DSVN_REVISION=\"810\"  $(Preprocessors)\r
+CXXFLAGS :=  -g -O0 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=yes)  -DSVN_REVISION=\"812\"  $(Preprocessors)\r
+CFLAGS   :=  -g -O0 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=yes)  -DSVN_REVISION=\"812\"  $(Preprocessors)\r
 \r
 \r
 ##\r