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

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