Skip to content
Snippets Groups Projects
Commit 0ade14c2 authored by deuce's avatar deuce
Browse files

We need the xpdev CFLAGS in here for object building.

parent f36bfdc2
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment