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.

64 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. PRECOMPILED_CXX=1
  12. PRECOMPILED_INCLUDE=..\common.h
  13. SELFREGNAME= $(O)\selfreg_dataclen.inf
  14. MISCFILES= $(MISCFILES) $(SELFREGNAME)
  15. CCSHELL_DIR = $(PROJECT_ROOT)
  16. !INCLUDE $(CCSHELL_DIR)\COMMON.INC
  17. INCLUDES=$(CCSHELL_DIR)\inc\win95;$(INCLUDES)
  18. NO_BROWSER_FILE = 1
  19. TARGETNAME=dataclen
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. #VERIFY_LC = 1
  23. LC_PATH = $(PROJECT_ROOT)\lcinf
  24. TARGETLIBS = \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\ole32.lib \
  31. $(SDK_LIB_PATH)\oleaut32.lib \
  32. $(SDK_LIB_PATH)\shell32.lib \
  33. $(PROJECT_LIB_PATH)\shlwapip.lib
  34. USE_MSVCRT=1
  35. SOURCES = ..\dataclen.rc \
  36. ..\midebug.cpp \
  37. ..\dataclen.cpp \
  38. ..\compclen.cpp
  39. DLLDEF = ..\dataclen.def
  40. DLLENTRY = LibMain
  41. DLLBASE = 0x10000000
  42. NTTARGETFILE0 = $(SELFREGNAME)