From 0ade14c208d52ffaa25afdce25f6cfab727a1e56 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 28 May 2006 23:44:27 +0000 Subject: [PATCH] We need the xpdev CFLAGS in here for object building. --- src/xpdev/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xpdev/Makefile b/src/xpdev/Makefile index 31f2e9a033..10b959a8bf 100644 --- a/src/xpdev/Makefile +++ b/src/xpdev/Makefile @@ -3,6 +3,9 @@ SRC_ROOT = .. !include $(SRC_ROOT)/build/Common.bmake +CFLAGS = $(CFLAGS) $(XPDEV_CFLAGS) +MT_CFLAGS = $(MT_CFLAGS) $(XPDEV-MT_CFLAGS) + #The following is necessary only when DLL-exporting wrapper functions !ifdef DLLIBS CFLAGS = $(CFLAGS) -DWRAPPER_EXPORTS=1 -- GitLab