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.

62 lines
1.2 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. USE_IOSTREAM=1
  25. MSC_OPTIMIZATION=/Odi
  26. USE_LIBCMT=1
  27. !else
  28. USE_MSVCRT=1
  29. !endif
  30. UMTYPE=windows
  31. TARGETNAME=RegWizPost
  32. TARGETPATH=obj
  33. TARGETTYPE=LIBRARY
  34. REGWIZ_INCLUDES= ..\include;..\Res;..\PhBookLib
  35. INCLUDES=$(REGWIZ_INCLUDES);..\inc;
  36. SOURCES=AtkInter.cpp \
  37. ATK_inet.cpp \
  38. ATK_RAS.cpp \
  39. Connect.cpp \
  40. dconv.cpp \
  41. Ithread.cpp \
  42. Phone.CPP \
  43. rwpost.cpp \
  44. Tcp.cpp \
  45. Util.CPP