home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / atltangram / atlmodel / atlmodelexe.dsp < prev    next >
Text File  |  1998-03-26  |  6KB  |  172 lines

  1. # Microsoft Developer Studio Project File - Name="ATLModelExe" - 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=ATLModelExe - 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 "ATLModelExe.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 "ATLModelExe.mak" CFG="ATLModelExe - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "ATLModelExe - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "ATLModelExe - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29.  
  30. !IF  "$(CFG)" == "ATLModelExe - Win32 Debug"
  31.  
  32. # PROP BASE Use_MFC 0
  33. # PROP BASE Use_Debug_Libraries 1
  34. # PROP BASE Output_Dir "ATLModel"
  35. # PROP BASE Intermediate_Dir "ATLModel"
  36. # PROP BASE Ignore_Export_Lib 0
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "ATLModel"
  41. # PROP Intermediate_Dir "ATLModel"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_LOCAL_SERVER" /FR /Yu"stdafx.h" /FD /c
  45. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_LOCAL_SERVER" /FR /Yu"stdafx.h" /FD /c
  46. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  47. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  48. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  49. # ADD RSC /l 0x409 /d "_DEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # 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 /debug /machine:I386 /out:"LocalDebugg/ATLModelExe.exe" /pdbtype:sept
  55. # SUBTRACT BASE LINK32 /pdb:none
  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 /debug /machine:I386 /out:"LocalDebug/ATLModelExe.exe" /pdbtype:sept
  57. # SUBTRACT LINK32 /pdb:none
  58. # Begin Custom Build - Registering Local Server...
  59. OutDir=.\ATLModel
  60. TargetPath=.\LocalDebug\ATLModelExe.exe
  61. InputPath=.\LocalDebug\ATLModelExe.exe
  62. SOURCE=$(InputPath)
  63.  
  64. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  65.     "$(TargetPath)"  /RegServer 
  66.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  67.     
  68. # End Custom Build
  69.  
  70. !ELSEIF  "$(CFG)" == "ATLModelExe - Win32 Release"
  71.  
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 0
  74. # PROP BASE Output_Dir "ATLMode0"
  75. # PROP BASE Intermediate_Dir "ATLMode0"
  76. # PROP BASE Ignore_Export_Lib 0
  77. # PROP BASE Target_Dir ""
  78. # PROP Use_MFC 0
  79. # PROP Use_Debug_Libraries 0
  80. # PROP Output_Dir "ATLMode0"
  81. # PROP Intermediate_Dir "ATLMode0"
  82. # PROP Ignore_Export_Lib 0
  83. # PROP Target_Dir ""
  84. # ADD BASE CPP /nologo /MT /W3 /GX /I "..\\" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_LOCAL_SERVER" /Yu"stdafx.h" /FD /c
  85. # ADD CPP /nologo /MT /W3 /GX /I "..\\" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_LOCAL_SERVER" /Yu"stdafx.h" /FD /c
  86. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  87. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  88. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  89. # ADD RSC /l 0x409 /d "NDEBUG"
  90. BSC32=bscmake.exe
  91. # ADD BASE BSC32 /nologo
  92. # ADD BSC32 /nologo
  93. LINK32=link.exe
  94. # 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 /machine:I386
  95. # SUBTRACT BASE LINK32 /pdb:none
  96. # 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 /machine:I386 /out:"LocalRelease/ATLModelExe.exe"
  97. # SUBTRACT LINK32 /pdb:none
  98. # Begin Custom Build - Registering Local Server...
  99. OutDir=.\ATLMode0
  100. TargetPath=.\LocalRelease\ATLModelExe.exe
  101. InputPath=.\LocalRelease\ATLModelExe.exe
  102. SOURCE=$(InputPath)
  103.  
  104. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  105.     "$(TargetPath)"  /RegServer 
  106.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  107.     
  108. # End Custom Build
  109.  
  110. !ENDIF 
  111.  
  112. # Begin Target
  113.  
  114. # Name "ATLModelExe - Win32 Debug"
  115. # Name "ATLModelExe - Win32 Release"
  116. # Begin Group "Source Files"
  117.  
  118. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  119. # Begin Source File
  120.  
  121. SOURCE=.\ATLModel.cpp
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\ATLModel.rc
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\ATLTangramModel.cpp
  130. # End Source File
  131. # Begin Source File
  132.  
  133. SOURCE=.\StdAfx.cpp
  134. # ADD BASE CPP /Yc"stdafx.h"
  135. # ADD CPP /Yc"stdafx.h"
  136. # End Source File
  137. # End Group
  138. # Begin Group "Header Files"
  139.  
  140. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  141. # Begin Source File
  142.  
  143. SOURCE=.\ATLTangramModel.h
  144. # End Source File
  145. # Begin Source File
  146.  
  147. SOURCE=.\CPATLModel.h
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\Resource.h
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\StdAfx.h
  156. # End Source File
  157. # End Group
  158. # Begin Group "Resource Files"
  159.  
  160. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  161. # Begin Source File
  162.  
  163. SOURCE=.\ATLModelExe.rgs
  164. # End Source File
  165. # End Group
  166. # Begin Source File
  167.  
  168. SOURCE=.\ATLTangramModel.rgs
  169. # End Source File
  170. # End Target
  171. # End Project
  172.