H323BeaconServer.dsp
上传用户:wzkunzhan
上传日期:2022-04-23
资源大小:2618k
文件大小:6k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="H323BeaconServer" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=H323BeaconServer - Win32 Release
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "H323BeaconServer.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "H323BeaconServer.mak" CFG="H323BeaconServer - Win32 Release"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "H323BeaconServer - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "H323BeaconServer - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "H323BeaconServer - Win32 No Trace" (based on "Win32 (x86) Application")
  21. !MESSAGE 
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 1
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF  "$(CFG)" == "H323BeaconServer - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /c
  42. # ADD CPP /nologo /MD /W4 /GX /O2 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PTRACING" /D "HAS_IXJ" /D P_SSL=0$(OPENSSLFLAG) /D P_HAS_IPV6=0$(IPV6FLAG) /Yu"ptlib.h" /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL"
  46. # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  52. # ADD LINK32 openh323.lib ptclib.lib ptlib.lib mpr.lib $(EXPATLIBS) $(OPENSSLLIBS) comdlg32.lib winspool.lib wsock32.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 /libpath:"$(EXPATDIR)/Release" /libpath:"$(OPENSSLDIR)/out32"
  53. !ELSEIF  "$(CFG)" == "H323BeaconServer - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /GZ /c
  66. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "$(OPENSSLDIR)/inc32" /D "_DEBUG" /D "PTRACING" /D "HAS_IXJ" /D P_SSL=0$(OPENSSLFLAG) /D P_HAS_IPV6=0$(IPV6FLAG) /Yu"ptlib.h" /FD /GZ /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL"
  70. # ADD RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 openh323d.lib ptclibd.lib ptlibd.lib mpr.lib $(EXPATLIBS) $(OPENSSLLIBS) comdlg32.lib winspool.lib wsock32.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"$(EXPATDIR)/Debug" /libpath:"$(OPENSSLDIR)/out32.dbg"
  77. !ELSEIF  "$(CFG)" == "H323BeaconServer - Win32 No Trace"
  78. # PROP BASE Use_MFC 0
  79. # PROP BASE Use_Debug_Libraries 0
  80. # PROP BASE Output_Dir "NoTrace"
  81. # PROP BASE Intermediate_Dir "NoTrace"
  82. # PROP BASE Target_Dir ""
  83. # PROP Use_MFC 0
  84. # PROP Use_Debug_Libraries 0
  85. # PROP Output_Dir "NoTrace"
  86. # PROP Intermediate_Dir "NoTrace"
  87. # PROP Ignore_Export_Lib 0
  88. # PROP Target_Dir ""
  89. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "..include" /D "NDEBUG" /Yu"ptlib.h" /FD /c
  90. # ADD CPP /nologo /MD /W4 /GX /O1 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /D "HAS_IXJ" /D P_SSL=0$(OPENSSLFLAG) /D P_HAS_IPV6=0$(IPV6FLAG) /Yu"ptlib.h" /FD /c
  91. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  92. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  93. # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL"
  94. # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL"
  95. BSC32=bscmake.exe
  96. # ADD BASE BSC32 /nologo
  97. # ADD BSC32 /nologo
  98. LINK32=link.exe
  99. # ADD BASE LINK32 ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386
  100. # ADD LINK32 openh323n.lib ptclib.lib ptlib.lib mpr.lib $(EXPATLIBS) $(OPENSSLLIBS) comdlg32.lib winspool.lib wsock32.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 /libpath:"$(EXPATDIR)/Release" /libpath:"$(OPENSSLDIR)/out32"
  101. !ENDIF 
  102. # Begin Target
  103. # Name "H323BeaconServer - Win32 Release"
  104. # Name "H323BeaconServer - Win32 Debug"
  105. # Name "H323BeaconServer - Win32 No Trace"
  106. # Begin Group "Source Files"
  107. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  108. # Begin Source File
  109. SOURCE=.callercmds.cxx
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.callermain.cxx
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.cmds.cxx
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.main.cxx
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.precompile.cxx
  122. # ADD CPP /Yc"ptlib.h"
  123. # End Source File
  124. # End Group
  125. # Begin Group "Header Files"
  126. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  127. # Begin Source File
  128. SOURCE=.callermain.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.main.h
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.version.h
  135. # End Source File
  136. # End Group
  137. # Begin Group "Resource Files"
  138. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  139. # End Group
  140. # End Target
  141. # End Project