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.

52 lines
1023 B

  1. !IF 0
  2. Copyright (c) 1993 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. Author:
  11. David J. Gilman (davegi) 05-Feb-1993
  12. !ENDIF
  13. MSC_WARNING_LEVEL=/WX /W3
  14. MAJORCOMP=wintools
  15. MINORCOMP=clb
  16. TARGETNAME=clb
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. C_DEFINES=-DSTRICT -DSIGNATURE -DUNICODE -D_UNICODE
  20. WINVER_VERSION=0x0400
  21. USE_MSVCRT=1
  22. SOURCES= \
  23. debug.c \
  24. clb.c \
  25. dlgedit.c \
  26. clb.rc
  27. UMTYPE=windows
  28. DLLENTRY=ClbEntryPoint
  29. DLLBASE=0x10000000
  30. TARGETLIBS= \
  31. $(SDK_LIB_PATH)\comctl32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SDK_LIB_PATH)\user32.lib