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 / atlmodel.dsp < prev    next >
Text File  |  1998-03-26  |  6KB  |  184 lines

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