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

A real objects.mk using Deuce's newest macros (working with Borland ST build).

parent 1e40b7c0
No related branches found
No related tags found
No related merge requests found
# smblib/objects.mk
# Make 'include file' listing object files for SMBLIB
# $Id$
# LIBODIR, DIRSEP, and OFILE must be pre-defined
OBJS = $(LIBODIR)$(DIRSEP)smbadd$(OFILE)\
$(LIBODIR)$(DIRSEP)smballoc$(OFILE)\
$(LIBODIR)$(DIRSEP)smbdump$(OFILE)\
$(LIBODIR)$(DIRSEP)smbfile$(OFILE)\
$(LIBODIR)$(DIRSEP)smbhash$(OFILE)\
$(LIBODIR)$(DIRSEP)smblib$(OFILE)\
$(LIBODIR)$(DIRSEP)smbstr$(OFILE)\
$(LIBODIR)$(DIRSEP)smbtxt$(OFILE)\
$(LIBODIR)$(DIRSEP)crc16$(OFILE)\
$(LIBODIR)$(DIRSEP)crc32$(OFILE)\
$(LIBODIR)$(DIRSEP)md5$(OFILE)\
$(LIBODIR)$(DIRSEP)lzh$(OFILE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment