mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 07:18:05 +02:00
[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.
This commit is contained in:
parent
fee72c26af
commit
11e96487d8
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue