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.

58 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.inc
  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. Pat Styles (patst) Jan-20-1998
  12. !ENDIF
  13. INCLUDES=..;..\inc;..\..\inc;..\..\..\inc
  14. MAJORCOMP=ocgen
  15. MINORCOMP=bitsoc
  16. TARGETNAME=bitsoc
  17. C_DEFINES=-DUNICODE -D_UNICODE
  18. TARGETPATH=..\..\bins\obj
  19. TARGETTYPE=DYNLINK
  20. DLLDEF=ocgen.def
  21. DLLENTRY=_DllMainCRTStartup
  22. USE_MSVCRT=1
  23. SOURCES= \
  24. ocgen.cpp \
  25. util.cpp \
  26. ocgen.rc
  27. MISCFILES=bitssrv.inf \
  28. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\gdi32.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib \
  32. $(SDK_LIB_PATH)\comctl32.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\shlwapi.lib \
  35. $(SDK_LIB_PATH)\netapi32.lib \
  36. $(SDK_LIB_PATH)\setupapi.lib \
  37. $(SDK_LIB_PATH)\version.lib
  38. BINPLACE_PLACEFILE=..\..\placefil.txt