Annotation of sbbs/conio/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.9 2004/09/20 07:26:43 rswindell Exp $
                     12: 
                     13: # Macros
                     14: #DEBUG =       1                               # Comment out for release (non-debug) version
                     15: 
                     16: SRC_ROOT = ..
                     17: # Cross platform/compiler definitions
                     18: !include ..\build\Common.bmake # defines clean and output directory rules
                     19: 
                     20: CFLAGS = -w-par -w-csu -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(MT_CFLAGS) -I$(CIOLIB_SRC)
                     21: OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)win32cio$(OFILE)
                     22: 
                     23: # SBBS DLL Link Rule
                     24: $(CIOLIB-MT_BUILD): $(OBJS)
                     25:        @echo Creating $< ...
                     26:        -$(QUIET)$(DELETE) $@
                     27:        &$(QUIET)tlib $@ +$**
                     28: 

unix.superglobalmegacorp.com

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