Skip to content
Snippets Groups Projects
Commit 8f02a4cb authored by rswindell's avatar rswindell
Browse files

Allows definition of XPDEV and SBBS_SRC macros on command-line.

parent d777b6e9
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,12 @@
CC = gcc
LD = ld
XSDK = ../sdk
XPDEV = /src/xpdev
SBBS_SRC = /src/sbbs3
ifndef XPDEV
XPDEV = /src/xpdev
endif
ifndef SBBS_SRC
SBBS_SRC = /src/sbbs3
endif
ifndef os
os = $(shell uname)
......
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