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.

44 lines
892 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. !INCLUDE ..\..\user.mk
  12. #
  13. # This should really use the copy of C_DEFINES in ..\user.mk but rc.exe doesn't
  14. # understand the -U switch.
  15. #
  16. MINORCOMP=SlickDLL
  17. TARGETNAME=VSNTQ
  18. TARGETTYPE=DYNLINK
  19. DLLBASE=0x10000000
  20. INCLUDES=h;$(INCLUDES);..\..\h;..\..\qutil\h
  21. SOURCES=SlickDLL.cpp\
  22. SlickDLL.rc
  23. DLLDEF=$(_OBJ_DIR)\*\SlickDLL.def
  24. DLLENTRY=_DllMainCRTStartup
  25. LINKLIBS=$(LINKLIBS)\
  26. lib\*\dllmain.obj\
  27. lib\*\vsapi.lib\
  28. $(SDK_LIB_PATH)\user32.lib\
  29. $(SDK_LIB_PATH)\oleaut32.lib\
  30. $(SDK_LIB_PATH)\query.lib