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.

55 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. sources
  5. !ENDIF
  6. TARGETNAME=cache
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. PRECOMPILED_CXX=1
  11. PRECOMPILED_INCLUDE=precomp.hxx
  12. PRECOMPILED_PCH=precomp.pch
  13. PRECOMPILED_OBJ=precomp.obj
  14. TARGETLIBS = ..\..\lib\$(O)\sspilib.lib \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\lsasrv.lib \
  18. $(SDK_LIB_PATH)\advapip.lib \
  19. $(SDK_LIB_PATH)\ntdll.lib \
  20. $(DS_LIB_PATH)\secur32p.lib \
  21. $(DS_LIB_PATH)\rsa32.lib \
  22. USE_MSVCRT=1
  23. UMTYPE=windows
  24. USE_NATIVE_EH=1
  25. C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE
  26. # ICF doesn't do any good for this image. Turn it off.
  27. LINKER_NOICF=1
  28. INCLUDES=..\..\inc;..\..\lib; \
  29. $(DS_GLOBAL_INC); \
  30. $(NTDS_INC); \
  31. $(SECURITY_INC); \
  32. $(BASE_INC_PATH); \
  33. $(COM_INC_PATH); \
  34. $(DS_INC_PATH); \
  35. $(DS_INC_PATH)\crypto; \
  36. $(DRIVERS_INC_PATH); \
  37. $(ENDUSER_INC_PATH); \
  38. $(WINDOWS_INC_PATH); \
  39. $(NET_INC_PATH);
  40. SOURCES=cache.cxx \