summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-20 17:51:24 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-20 17:51:24 -0400
commit11e96487d8994dd15b39b5ede5be189491f1c14a (patch)
treed35f5da024972e23025e9455365653f49889e02d
parentfee72c26afff2120315ebbab32708520307e7a5e (diff)
[Makefile.win32] Remove a few unused macro declarations
An undefined PACKAGE_BUGREPORT is not properly handled where it's used. The other two were not being used after build system revamp.
-rw-r--r--Makefile.win322
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.win32 b/Makefile.win32
index 54bf89a54..e1a78a4e9 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -18,10 +18,8 @@ EXE_LDFLAGS = libpng.lib zlib.lib gdi32.lib msimg32.lib user32.lib
DEFAULT_CFLAGS = -MD -nologo $(OPT)
DEFAULT_CFLAGS += -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
-DEFAULT_CFLAGS += -DPACKAGE_BUGREPORT="" -DCAIRO_BUILD
DEFAULT_CFLAGS += -I.
DEFAULT_CFLAGS += $(PIXMAN_CFLAGS)
-DEFAULT_CFLAGS += -DLIBCAIRO_EXPORTS
CFLAGS := $(DEFAULT_CFLAGS)