|
|
3.12a Javascript
# 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: gnumakefile,v 1.1.1.1 2018/04/24 16:41:22 root Exp $ # Macros #DEBUG = 1 # Comment out for release (non-debug) version SRC_ROOT = .. # Cross platform/compiler definitions include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules CFLAGS += -I$(XPDEV_SRC) # SMBLIB Library Link Rule $(SMBLIB_BUILD): $(OBJODIR) $(OBJS) @echo Creating $@ ... $(QUIET)$(AR) rc $@ $(OBJS) $(QUIET)$(RANLIB) $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.