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

We don't support Borland builds of this project any longer. Haven't for a long

time.
parent 6dfee255
No related branches found
No related tags found
No related merge requests found
# smblib/Makefile
#########################################################################
# Makefile for Synchronet Message Base Library (SMBLIB) #
# For use with Borland C++ Builder 5+ or Borland C++ 5.5 for Win32 #
# @format.tab-size 4 #
# #
# usage: make #
#########################################################################
# $Id$
# Macros
#DEBUG = 1 # Comment out for release (non-debug) version
# Enable auto-dependency checking
.autodepend
.cacheautodepend
SRC_ROOT = ..
# Cross platform/compiler definitions
!include ..\build\Common.bmake # defines clean and output directory rules
CFLAGS = $(CFLAGS) -I$(XPDEV_SRC) -DSMB_EXPORTS -DMD5_EXPORTS
# SBBS DLL Link Rule
$(SMBLIB_BUILD): $(OBJS)
@echo Creating $< ...
-$(QUIET)$(DELETE) $@
&$(QUIET)tlib $@ +$**
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