Annotation of sbbs/smblib/makefile, revision 1.1.1.1

1.1       root        1: # smblib/Makefile
                      2: 
                      3: #########################################################################
                      4: # Makefile for Synchronet Message Base Library (SMBLIB)                                        #
                      5: # For use with Borland C++ Builder 5+ or Borland C++ 5.5 for Win32      #
                      6: # @format.tab-size 4                                                                                                   #
                      7: #                                                                                                                                              #
                      8: # usage: make                                                                                                                  #
                      9: #########################################################################
                     10: 
                     11: # $Id: Makefile,v 1.7 2004/09/23 18:11:04 rswindell Exp $
                     12: 
                     13: # Macros
                     14: #DEBUG =       1                               # Comment out for release (non-debug) version
                     15: 
                     16: # Enable auto-dependency checking
                     17: .autodepend
                     18: .cacheautodepend       
                     19: 
                     20: SRC_ROOT = ..
                     21: # Cross platform/compiler definitions
                     22: !include ..\build\Common.bmake # defines clean and output directory rules
                     23: 
                     24: CFLAGS = $(CFLAGS) -I$(XPDEV_SRC) -DSMB_EXPORTS -DMD5_EXPORTS
                     25: 
                     26: # SBBS DLL Link Rule
                     27: $(SMBLIB_BUILD): $(OBJS)
                     28:     @echo Creating $< ...
                     29:        -$(QUIET)$(DELETE) $@
                     30:        &$(QUIET)tlib $@ +$**
                     31: 
                     32: 

unix.superglobalmegacorp.com

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