Skip to content
Snippets Groups Projects
Commit f3fd9402 authored by deuce's avatar deuce
Browse files

Honour SRC_ROOT

parent 5707ccf5
Branches
Tags
No related merge requests found
...@@ -8,14 +8,18 @@ ...@@ -8,14 +8,18 @@
CC = bcc32 CC = bcc32
LD = ilink32 LD = ilink32
XSDK = ..\sdk XSDK = ..\sdk
!ifndef SRC_ROOT
SRC_ROOT= ..\..\src
!endif
!ifndef XPDEV !ifndef XPDEV
XPDEV = ../../src/xpdev XPDEV = $(SRC_ROOT)\xpdev
!endif !endif
!ifndef SBBS_SRC !ifndef SBBS_SRC
SBBS_SRC = ../../src/sbbs3 SBBS_SRC = $(SRC_ROOT)\sbbs3
!endif !endif
!ifndef SMBLIB_SRC !ifndef SMBLIB_SRC
SMBLIB_SRC = ../../src/smblib SMBLIB_SRC = $(SRC_ROOT)\smblib
!endif !endif
CFLAGS = -WM -I$(XSDK);$(XPDEV);$(SBBS_SRC);$(SMBLIB_SRC) CFLAGS = -WM -I$(XSDK);$(XPDEV);$(SBBS_SRC);$(SMBLIB_SRC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment