Skip to content
Snippets Groups Projects
Commit 4190eb28 authored by rswindell's avatar rswindell
Browse files

Fixes for building with new smblib location (and LZH requirement).

parent 3570a106
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,13 @@ EXEODIR = bcc.win32 # Executable output directory
XPDEV = ..\..\xpdev
UIFC = ..\..\uifc
CIOLIB = ..\..\conio
SMBLIB = ..\..\smblib
LIB = ..\..\..\lib
INCLUDE = ..\..\..\include
CFLAGS = -DSCFG -M -I..;$(UIFC);$(XPDEV);$(CIOLIB)
CFLAGS = -DSCFG -M -I..;$(UIFC);$(XPDEV);$(CIOLIB);$(SMBLIB)
DELETE = -@echo y | del
.path.c = .;..;$(UIFC);$(XPDEV);$(CIOLIB)
.path.c = .;..;$(UIFC);$(XPDEV);$(CIOLIB);$(SMBLIB)
.path.cpp = $(UIFC)
# Enable auto-dependency checking
......
......@@ -26,6 +26,7 @@ OBJS = $(LIBODIR)$(SLASH)scfg.$(OFILE)\
$(LIBODIR)$(SLASH)crc16.$(OFILE)\
$(LIBODIR)$(SLASH)crc32.$(OFILE)\
$(LIBODIR)$(SLASH)md5.$(OFILE)\
$(LIBODIR)$(SLASH)lzh.$(OFILE)\
$(LIBODIR)$(SLASH)dat_rec.$(OFILE)\
$(LIBODIR)$(SLASH)userdat.$(OFILE)\
$(LIBODIR)$(SLASH)date_str.$(OFILE)\
......
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