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.

42 lines
1.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (c) 2000-2002 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=snmpstup
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. # The TARGETLIBS macro specifies additional libraries to link against your target
  15. # image. Each library path specification should contain an asterisk (*)
  16. # where the machine-specific subdirectory name should go.
  17. TARGETLIBS= \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\kernel32.lib
  20. # The developer defines the SOURCES macro. It contains a list of all the
  21. # source files for this component. Specify each source file on a separate
  22. # line using the line-continuation character. This minimizes merge
  23. # conflicts if two developers are adding source files to the same component.
  24. SOURCES= \
  25. main.cpp \
  26. reg.cpp \
  27. main.rc
  28. # Next, specify options for the compiler using C_DEFINES.
  29. C_DEFINES=$(C_DEFINES)
  30. USE_NATIVE_EH=1
  31. USE_MSVCRT=1
  32. DLLENTRY=_DllMainCRTStartup
  33. DLLDEF=$(O)\SNMPStup.def