Skip to content
Snippets Groups Projects
Commit 73842c48 authored by rswindell's avatar rswindell
Browse files

XPDEV(_SRC) is now defined in build/Common.bmake

.path.c is now defined in build/Common.bmake
Continue to build library even if delete fails (file doesn't exist).
parent beaa00fd
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@
# Macros
#DEBUG = 1 # Comment out for release (non-debug) version
XPDEV = ..\xpdev\ # Path to Cross-platform wrappers
# Enable auto-dependency checking
.autodepend
......@@ -22,14 +21,12 @@ SRC_ROOT = ..
# Cross platform/compiler definitions
!include ..\build\Common.bmake # defines clean and output directory rules
CFLAGS = $(CFLAGS) -I$(XPDEV)
.path.c = .;$(XPDEV)
CFLAGS = $(CFLAGS) -I$(XPDEV_SRC)
# SBBS DLL Link Rule
$(SMBLIB): $(OBJS)
@echo Creating $< ...
$(QUIET)$(DELETE) $@
-$(QUIET)$(DELETE) $@
$(QUIET)for %f in ($(OBJS)) do $(QUIET)tlib $@ +%f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment