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.

169 lines
6.1 KiB

  1. # Microsoft Developer Studio Project File - Name="TClient2" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=TClient2 - Win32 Debug
  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 "TClient2.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 "TClient2.mak" CFG="TClient2 - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "TClient2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "TClient2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "TClient2 - Win32 Release with Symbols" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "TClient2 - 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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCLIENT2_EXPORTS" /YX /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCLIENT2_EXPORTS" /YX /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  52. # ADD LINK32 tclient.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /machine:I386
  53. # SUBTRACT LINK32 /debug
  54. !ELSEIF "$(CFG)" == "TClient2 - Win32 Debug"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 1
  57. # PROP BASE Output_Dir "Debug"
  58. # PROP BASE Intermediate_Dir "Debug"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "Debug"
  63. # PROP Intermediate_Dir "Debug"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCLIENT2_EXPORTS" /YX /FD /GZ /c
  67. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCLIENT2_EXPORTS" /FR /YX /FD /GZ /c
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  71. # ADD RSC /l 0x409 /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  77. # ADD LINK32 tclient.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /debug /machine:I386 /pdbtype:sept
  78. !ELSEIF "$(CFG)" == "TClient2 - Win32 Release with Symbols"
  79. # PROP BASE Use_MFC 0
  80. # PROP BASE Use_Debug_Libraries 0
  81. # PROP BASE Output_Dir "TClient2___Win32_Release_with_Symbols"
  82. # PROP BASE Intermediate_Dir "TClient2___Win32_Release_with_Symbols"
  83. # PROP BASE Ignore_Export_Lib 0
  84. # PROP BASE Target_Dir ""
  85. # PROP Use_MFC 0
  86. # PROP Use_Debug_Libraries 0
  87. # PROP Output_Dir "Release with Symbols"
  88. # PROP Intermediate_Dir "Release with Symbols"
  89. # PROP Ignore_Export_Lib 0
  90. # PROP Target_Dir ""
  91. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCLIENT2_EXPORTS" /YX /FD /c
  92. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCLIENT2_EXPORTS" /YX /FD /c
  93. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  94. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  95. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  96. # ADD RSC /l 0x409 /d "NDEBUG"
  97. BSC32=bscmake.exe
  98. # ADD BASE BSC32 /nologo
  99. # ADD BSC32 /nologo
  100. LINK32=link.exe
  101. # ADD BASE LINK32 tclient.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /debug /machine:I386
  102. # ADD LINK32 tclient.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /debug /machine:I386
  103. !ENDIF
  104. # Begin Target
  105. # Name "TClient2 - Win32 Release"
  106. # Name "TClient2 - Win32 Debug"
  107. # Name "TClient2 - Win32 Release with Symbols"
  108. # Begin Source File
  109. SOURCE=.\apihandl.c
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\apihandl.h
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\connlist.c
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\connlist.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\idletimr.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\idletimr.h
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\key.c
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\tclient.h
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\tclient2.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\tclient2.h
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\tclnthlp.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\tclnthlp.h
  143. # End Source File
  144. # End Target
  145. # End Project