Source code of Windows XP (NT5)
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.

41 lines
688 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=SLBCSP
  8. MINORCOMP=slbRcCsp
  9. SLB_ROOT=..
  10. TARGETNAME=$(MINORCOMP)
  11. TARGETPATHLIB=$(SLB_ROOT)\lib\$(_OBJ_DIR)
  12. TARGETPATH=$(SLB_ROOT)\bin\$(_OBJ_DIR)
  13. TARGETTYPE=DYNLINK
  14. DLLDEF=$(MINORCOMP).def
  15. DLLENTRY=_DllMainCRTStartup
  16. RESOURCE_ONLY_DLL=1
  17. INCLUDES=\
  18. $(SLB_ROOT)\slbScu;
  19. SOURCES=\
  20. slbRcCsp.cpp \
  21. slbRcCsp.rc
  22. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  23. USE_CV=1
  24. USE_MFCUNICODE=1
  25. !IF "1" == "$(VAULTSIGN)"
  26. BINPLACE_FLAGS=-xa -o dump -s %_NTPOSTBLD%\dump\symbols -n %_NTPOSTBLD%\dump\symbols
  27. !ENDIF