Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
996 B

  1. # File: D:\WACKER\cncttapi\makefile.t (Created: 08-Feb-1994)
  2. #
  3. # Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. # All rights reserved
  5. #
  6. # $Revision: 6 $
  7. # $Date: 12/27/01 11:33a $
  8. #
  9. MKMF_SRCS = cncttapi.c tapidlgs.c
  10. HDRS =
  11. EXTHDRS =
  12. SRCS =
  13. OBJS =
  14. #-------------------#
  15. RCSFILES = .\makefile.t \
  16. .\cncttapi.def \
  17. .\cncttapi.rc \
  18. $(SRCS) \
  19. $(HDRS) \
  20. NOTUSED = .\cnctdrv.hh \
  21. #-------------------#
  22. %include ..\common.mki
  23. #-------------------#
  24. TARGETS : cncttapi.dll
  25. #-------------------#
  26. LFLAGS += -DLL -entry:cnctdrvEntry tapi32.lib $(**,M\.exp) $(**,M\.lib)
  27. #-------------------#
  28. cncttapi.dll : $(OBJS) cncttapi.def cncttapi.res cncttapi.exp tdll.lib \
  29. comstd.lib
  30. @link $(LFLAGS) $(OBJS:X) $(**,M\.res) -out:$@
  31. cncttapi.res : cncttapi.rc
  32. @rc -r $(EXTRA_RC_DEFS) /D$(BLD_VER) /DWIN32 /D$(LANG) -i..\ -fo$@ cncttapi.rc
  33. #-------------------#