From cd88b5a5e771697e741e93261a7b0ee742fde5b8 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 28 May 2006 23:32:19 +0000 Subject: [PATCH] conio/Common.bmake no longer exists. include xpdev/Common.bmake. --- src/build/Common.bmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/Common.bmake b/src/build/Common.bmake index 9e7ebc8b1e..4baeba255a 100644 --- a/src/build/Common.bmake +++ b/src/build/Common.bmake @@ -162,10 +162,10 @@ UIFC_SRC = $(SRC_ROOT)$(DIRSEP)uifc # Pull in lib-specific flags !include $(CIOLIB_SRC)$(DIRSEP)Common.make -!include $(CIOLIB_SRC)$(DIRSEP)Common.bmake !include $(UIFC_SRC)$(DIRSEP)Common.make !include $(SMBLIB_SRC)$(DIRSEP)Common.make !include $(XPDEV_SRC)$(DIRSEP)Common.make +!include $(XPDEV_SRC)$(DIRSEP)Common.bmake .path.c = . .path.cpp = . -- GitLab