home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / freethrd / server / freserve.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-04-03  |  5.0 KB  |  164 lines

  1. # Microsoft Developer Studio Project File - Name="freserve" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=freserve - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "freserve.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "freserve.mak" CFG="freserve - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "freserve - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "freserve - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "freserve - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  46. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WIN32" /Yu"preserve.h" /FD /c
  47. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # 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 /subsystem:windows /dll /machine:I386
  56. # ADD 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 /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc.lib"
  57. # SUBTRACT LINK32 /pdb:none
  58. # Begin Custom Build
  59. OutDir=.\Release
  60. TargetPath=.\Release\freserve.dll
  61. InputPath=.\Release\freserve.dll
  62. SOURCE="$(InputPath)"
  63.  
  64. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  65.     regsvr32 /s /c "$(TargetPath)" 
  66.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  67.     
  68. # End Custom Build
  69.  
  70. !ELSEIF  "$(CFG)" == "freserve - Win32 Debug"
  71.  
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 1
  74. # PROP BASE Output_Dir "Debug"
  75. # PROP BASE Intermediate_Dir "Debug"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 0
  78. # PROP Use_Debug_Libraries 1
  79. # PROP Output_Dir "Debug"
  80. # PROP Intermediate_Dir "Debug"
  81. # PROP Ignore_Export_Lib 0
  82. # PROP Target_Dir ""
  83. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  84. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WIN32" /FR /Yu"preserve.h" /FD /c
  85. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  86. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  87. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  88. # ADD RSC /l 0x409 /d "_DEBUG"
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LINK32=link.exe
  93. # 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 /subsystem:windows /dll /debug /machine:I386
  94. # ADD 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 /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc.lib"
  95. # SUBTRACT LINK32 /pdb:none
  96. # Begin Custom Build
  97. OutDir=.\Debug
  98. TargetPath=.\Debug\freserve.dll
  99. InputPath=.\Debug\freserve.dll
  100. SOURCE="$(InputPath)"
  101.  
  102. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  103.     regsvr32 /s /c "$(TargetPath)" 
  104.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  105.     
  106. # End Custom Build
  107.  
  108. !ENDIF 
  109.  
  110. # Begin Target
  111.  
  112. # Name "freserve - Win32 Release"
  113. # Name "freserve - Win32 Debug"
  114. # Begin Source File
  115.  
  116. SOURCE=.\Apputil.cpp
  117. # SUBTRACT CPP /YX /Yc /Yu
  118. # End Source File
  119. # Begin Source File
  120.  
  121. SOURCE=.\Ball.cpp
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\Factory.cpp
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\Freserve.cpp
  130.  
  131. !IF  "$(CFG)" == "freserve - Win32 Release"
  132.  
  133. !ELSEIF  "$(CFG)" == "freserve - Win32 Debug"
  134.  
  135. # ADD CPP /Yu
  136.  
  137. !ENDIF 
  138.  
  139. # End Source File
  140. # Begin Source File
  141.  
  142. SOURCE=.\Freserve.def
  143. # End Source File
  144. # Begin Source File
  145.  
  146. SOURCE=.\Freserve.rc
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE=.\iball_i.c
  151. # SUBTRACT CPP /YX /Yc /Yu
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\Preserve.cpp
  156. # ADD CPP /Yc"preserve.h"
  157. # End Source File
  158. # Begin Source File
  159.  
  160. SOURCE=.\Server.cpp
  161. # End Source File
  162. # End Target
  163. # End Project
  164.