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.

61 lines
1.1 KiB

  1. !IF 0
  2. REGWIZ
  3. Copyright (c) 1990 Microsoft Corporation
  4. Module Name:RegWizPost
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author: Suresh Krishnan
  12. NOTE: This is to Create RegWizPost.LIB
  13. !ENDIF
  14. MAJORCOMP=RegWiz
  15. MINORCOMP=RegWizPost
  16. REGWIZ_WITH_UCODE=-DUNICODE -D_UNICODE
  17. REGWIZ_COMMON_FLAGS= $(REGWIZ_WITH_UCODE) -D_TAPI -D_WINDOWS -D_USRDLL -DWINDOWS -DNT -D_WINNT -DWINNT
  18. NOT_LEAN_AND_MEAN=1
  19. MSC_WARNING_LEVEL=/W3 /WX
  20. USE_NATIVE_EH=1
  21. C_DEFINES=$(REGWIZ_COMMON_FLAGS)
  22. !if !$(FREEBUILD)
  23. DEBUG_CRTS=1
  24. MSC_OPTIMIZATION=/Odi
  25. USE_LIBCMT=1
  26. !else
  27. USE_MSVCRT=1
  28. !endif
  29. UMTYPE=windows
  30. TARGETNAME=RegWizPost
  31. TARGETPATH=obj
  32. TARGETTYPE=LIBRARY
  33. REGWIZ_INCLUDES= ..\include;..\Res;..\PhBookLib
  34. INCLUDES=$(REGWIZ_INCLUDES);..\inc;
  35. SOURCES=AtkInter.cpp \
  36. ATK_inet.cpp \
  37. ATK_RAS.cpp \
  38. Connect.cpp \
  39. dconv.cpp \
  40. Ithread.cpp \
  41. Phone.CPP \
  42. rwpost.cpp \
  43. Tcp.cpp \
  44. Util.CPP