home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / OP2DEV.ZIP / BBSGLOB.MAK < prev    next >
Text File  |  1991-03-08  |  303b  |  13 lines

  1. #
  2. #  Makefile for BBSGLOB.DLL
  3. #  Omega Point/2 Bulletin Board System
  4. #  Copyright (c) 1991 ExcelSoft Software
  5. #  cab 30dec90
  6. #
  7.  
  8. BBSGLOB.DLL: bbsglob.obj
  9.    link /NOI/NOD bbsglob.obj,bbsglob.dll,bbsglob,llibcdll+os2+bbsapi,bbsglob.def;
  10.  
  11. BBSGLOB.OBJ: bbsglob.c
  12.    cl -Zp1 -ML -c -Od bbsglob.c
  13.