File:  [Synchronet] / sbbs / sbbs2 / smb / 121a / inet2smb.mak
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:38:53 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_00c, HEAD
3.00c Win32

###############################
# Makefile for INET2SMB       #
# For use with Borland C++    #
# Tabstop=8		      #
###############################

# Macros
CC	= bcc
LD	= tlink
INCLUDE = \bc31\include
LIB	= \bc31\lib
MODEL	= s
CFLAGS	= -d -C -m$(MODEL) -I$(INCLUDE)
LFLAGS	= -n -c
MAIN	= inet2smb.exe
OBJS	= inet2smb.obj smblib.obj smbvars.obj
HEADERS = smblib.h smbdefs.h crc32.h

# Implicit C Compile Rule
{.}.c.obj:
	@echo Compiling (I) $< to $@ ...
	$(CC) $(CFLAGS) -n$(OS) -c $<

# Main EXE Link Rule
$(MAIN): $(OBJS)
    	@echo Linking $< ...
	$(LD) $(LFLAGS) @&&+
$(LIB)\c0$(MODEL) $(OBJS) 
+ $*, $*, $(LIB)\c$(MODEL).lib $(LIB)\math$(MODEL).lib $(LIB)\emu.lib

# All .obj modules
inet2smb.obj:	$(HEADERS)
smbvars.obj:    $(HEADERS)
smblib.obj:     $(HEADERS)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.