Skip to content
Snippets Groups Projects
Commit f29f1f3e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Geeze, we still use bmake.

parent 7c3a1da9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4239 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment