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

Need to use !include, not just include

parent 544a111f
Branches
Tags
No related merge requests found
...@@ -175,6 +175,9 @@ CIOLIB_SRC = $(SRC_ROOT)$(DIRSEP)conio ...@@ -175,6 +175,9 @@ CIOLIB_SRC = $(SRC_ROOT)$(DIRSEP)conio
SMBLIB_SRC = $(SRC_ROOT)$(DIRSEP)smblib SMBLIB_SRC = $(SRC_ROOT)$(DIRSEP)smblib
UIFC_SRC = $(SRC_ROOT)$(DIRSEP)uifc UIFC_SRC = $(SRC_ROOT)$(DIRSEP)uifc
# Pull in lib-specific flags
!include $(CIOLIB_SRC)$(DIRSEP)Common.make
.path.c = .;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC) .path.c = .;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC)
.path.cpp = .;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC) .path.cpp = .;$(XPDEV_SRC);$(SMBLIB_SRC);$(CIOLIB_SRC);$(UIFC_SRC)
......
...@@ -218,6 +218,9 @@ CIOLIB_SRC := $(SRC_ROOT)$(DIRSEP)conio ...@@ -218,6 +218,9 @@ CIOLIB_SRC := $(SRC_ROOT)$(DIRSEP)conio
SMBLIB_SRC := $(SRC_ROOT)$(DIRSEP)smblib SMBLIB_SRC := $(SRC_ROOT)$(DIRSEP)smblib
UIFC_SRC := $(SRC_ROOT)$(DIRSEP)uifc UIFC_SRC := $(SRC_ROOT)$(DIRSEP)uifc
# Pull in lib-specific flags
include $(CIOLIB_SRC)$(DIRSEP)Common.make
ifdef DEBUG ifdef DEBUG
CFLAGS += -ggdb CFLAGS += -ggdb
CFLAGS += -D_DEBUG CFLAGS += -D_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment