[ekiga/gnome-2-26] [windows] Remove -DPTRACING, which is the default since longtime ago
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Remove -DPTRACING, which is the default since longtime ago
- Date: Tue, 20 Apr 2010 20:14:51 +0000 (UTC)
commit 4083a4a81a85c48d8f0435ace84bdf4d809776dd
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Apr 20 22:13:53 2010 +0200
[windows] Remove -DPTRACING, which is the default since longtime ago
win32/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index bfa9c78..f595f07 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -55,8 +55,8 @@ export OBJDUMP:=$(HOST_TOOL_PREFIX)-objdump
export RC:=$(HOST_TOOL_PREFIX)-windres
export STRIP:=$(HOST_TOOL_PREFIX)-strip
export AS:=$(HOST_TOOL_PREFIX)-as
-export CFLAGS:=-I$(INCLUDEDIR) $(MACH_FLAGS) -DPTRACING
-export CXXFLAGS:=-I$(INCLUDEDIR) $(MACH_FLAGS) -DPTRACING
+export CFLAGS:=-I$(INCLUDEDIR) $(MACH_FLAGS)
+export CXXFLAGS:=-I$(INCLUDEDIR) $(MACH_FLAGS)
export LDFLAGS:=-L$(LIBDIR) $(MACH_FLAGS)
export PKG_CONFIG_PATH:=$(LIBDIR)/pkgconfig
export PATH:=$(BINDIR):$(PATH)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]