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.

28 lines
547 B

  1. TARGETEXT=tsp
  2. TARGETNAME=ipconf
  3. TARGETPATH=obj
  4. TARGETTYPE=DYNLINK
  5. C_DEFINES=-DTAPI_NT=1 -DTAPI_CURRENT_VERSION=0x00030000 -DSKYWALKER=1
  6. DLLENTRY=_DllMainCRTStartup
  7. PRECOMPILED_INCLUDE=stdafx.h
  8. PRECOMPILED_CXX=1
  9. UMTYPE=windows
  10. USE_MSVCRT=1
  11. INCLUDES=..\inc
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\ws2_32.lib \
  16. $(SDK_LIB_PATH)\rpcrt4.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\uuid.lib
  19. SOURCES= \
  20. confdbg.cpp \
  21. conftsp.cpp \
  22. conftsp.rc