home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / smsview / nt / viewdll / viewdll.mk < prev    next >
Text File  |  1996-10-15  |  668b  |  39 lines

  1. #######################################################################
  2. #
  3. # Hermes Makefile
  4. #
  5. # (C) 1993-1994 Microsoft
  6. #
  7. # a-petesk       12-30-93       Created
  8. #
  9. # Note:  This makefile uses the herm.mk master makefile
  10. #        For more information, see documentation on herm.mk
  11. #
  12. ######################################################################## HERMES makefile
  13. #
  14.  
  15. OPSYS=NT
  16.  
  17.  
  18. RELEASE=site.srv\$(RELDIR)
  19. TARGET=viewdll.dll
  20. DEFFILE=
  21. NO_IMPLIB=TRUE
  22.  
  23. SUBDIRS=\
  24.  
  25. CONSOLE=1
  26. USEMFC=0
  27. CFILES=\
  28.       .\viewdll.c
  29.  
  30. RCFILES=\
  31.       .\viewdll.rc
  32.  
  33. LIBS=\
  34.         $(CONLIBS) \
  35.         $(CLIB)\ntwdblib.lib
  36.  
  37. !include $(COMMON)\herm.mk
  38.  
  39.