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.

62 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. Jon Newman (jonn) 22-Jan-1996
  14. templated from PaulaT's example
  15. !ENDIF
  16. MAJORCOMP = profext
  17. TARGETPATH=obj
  18. TARGETNAME= profext
  19. TARGETTYPE=DYNLINK
  20. UMTYPE=windows
  21. DLLENTRY=_DllMainCRTStartup
  22. DLLDEF=profext.def
  23. USE_MSVCRT=1
  24. INCLUDES= ..\common\h;
  25. TARGETLIBS= \
  26. $(SDK_LIB_PATH)\netlib.lib \
  27. $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\comctl32.lib \
  31. $(SDK_LIB_PATH)\setupapi.lib \
  32. $(PROJECT_ROOT)\netui\common\src\dll3\dll0\$(O)\netui0.lib \
  33. $(PROJECT_ROOT)\netui\common\src\dll3\dll1\$(O)\netui1.lib \
  34. $(PROJECT_ROOT)\netui\common\src\dll3\dll2\$(O)\netui2.lib
  35. SOURCES= profext.cxx \
  36. profext.rc
  37. CONDITIONAL_INCLUDES=icanon.h
  38. PASS1_PUBLISH= \
  39. {$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}