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.

29 lines
495 B

  1. GETCONN_DIR = ..\..\
  2. !include $(GETCONN_DIR)\common.inc
  3. INCLUDES = $(INCLUDES);$(GETCONN_DIR)\icwconn
  4. MAJORCOMP=GETCONN
  5. MINORCOMP=ICWRES
  6. RESOURCE_ONLY_DLL=1
  7. TARGETNAME=ICWRES
  8. TARGETTYPE=DYNLINK
  9. TARGETPATH=obj
  10. #SET THE ICWRES FLAG FOR THE IFDEFs
  11. C_DEFINES = -DICWRES -DNASHVILLE
  12. DLLDEF=..\icwres.def
  13. # Make sure this is built before we continue
  14. SYNCHRONIZE_BLOCK = 1
  15. SOURCES= \
  16. ..\icwconn.rc \
  17. ..\icwres.cpp
  18. TARGETLIBS= \