From 3fcb42e38cf59d4b5c5ca4579564f7e4e1d3aaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sun, 7 May 2023 03:20:02 -0400 Subject: [PATCH] Geeze, we still use bmake. --- src/build/Common.bmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/build/Common.bmake b/src/build/Common.bmake index 0b39be7d85..a607b6543f 100644 --- a/src/build/Common.bmake +++ b/src/build/Common.bmake @@ -25,6 +25,7 @@ # OBJODIR - Object output dir # # LIBODIR - Library output dir # # EXEODIR - Executable output dir # +# SRCODIR - Sourc output dir # # DEBUG - Set for debug builds # # RELEASE - Set for release builds # # One of DEBUG or RELEASE is always set! # @@ -164,6 +165,7 @@ OBJODIR = $(CCPRE).win32.obj.$(BUILDPATH) MTOBJODIR = $(CCPRE).win32.obj.$(BUILDPATH)_mt LIBODIR = $(CCPRE).win32.lib.$(BUILDPATH) EXEODIR = $(CCPRE).win32.exe.$(BUILDPATH) +SRCODIR = $(CCPRE).win32.src.$(BUILDPATH) # Paths XPDEV_SRC = $(SRC_ROOT)$(DIRSEP)xpdev -- GitLab