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

  1. # Microsoft Developer Studio Project File - Name="ATLGdiWorld" - 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=ATLGdiWorld - 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 "ATLGdiWorld.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 "ATLGdiWorld.mak" CFG="ATLGdiWorld - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "ATLGdiWorld - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "ATLGdiWorld - 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)" == "ATLGdiWorld - 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 /I "..\ATLModel" /I "..\ATLTangramCanvas" /I "..\\" /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\ATLGdiWorld.dll
  58. InputPath=.\Debug\ATLGdiWorld.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)" == "ATLGdiWorld - Win32 Release"
  68.  
  69. # PROP BASE Use_MFC 0
  70. # PROP BASE Use_Debug_Libraries 0
  71. # PROP BASE Output_Dir "ATLGdiWo"
  72. # PROP BASE Intermediate_Dir "ATLGdiWo"
  73. # PROP BASE Target_Dir ""
  74. # PROP Use_MFC 0
  75. # PROP Use_Debug_Libraries 0
  76. # PROP Output_Dir "Release"
  77. # PROP Intermediate_Dir "Release"
  78. # PROP Ignore_Export_Lib 0
  79. # PROP Target_Dir ""
  80. # 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
  81. # ADD CPP /nologo /MT /W3 /GX /O1 /I "..\ATLModel" /I "..\ATLTangramCanvas" /I "..\\" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  82. # SUBTRACT CPP /Fr
  83. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  84. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  85. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  86. # ADD RSC /l 0x409 /d "NDEBUG"
  87. BSC32=bscmake.exe
  88. # ADD BASE BSC32 /nologo
  89. # ADD BSC32 /nologo
  90. LINK32=link.exe
  91. # 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
  92. # 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
  93. # Begin Custom Build - Registering ActiveX Control...
  94. OutDir=.\Release
  95. TargetPath=.\Release\ATLGdiWorld.dll
  96. InputPath=.\Release\ATLGdiWorld.dll
  97. SOURCE=$(InputPath)
  98.  
  99. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  100.     regsvr32 /s /c "$(TargetPath)" 
  101.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  102.     
  103. # End Custom Build
  104.  
  105. !ENDIF 
  106.  
  107. # Begin Target
  108.  
  109. # Name "ATLGdiWorld - Win32 Debug"
  110. # Name "ATLGdiWorld - Win32 Release"
  111. # Begin Group "Source Files"
  112.  
  113. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  114. # Begin Source File
  115.  
  116. SOURCE=.\ATLGdiWorld.cpp
  117. # End Source File
  118. # Begin Source File
  119.  
  120. SOURCE=.\ATLGdiWorld.def
  121. # End Source File
  122. # Begin Source File
  123.  
  124. SOURCE=.\ATLGdiWorld.idl
  125. # ADD MTL /tlb ".\ATLGdiWorld.tlb" /h "ATLGdiWorld.h" /iid "ATLGdiWorld_i.c"
  126. # SUBTRACT MTL /mktyplib203
  127. # End Source File
  128. # Begin Source File
  129.  
  130. SOURCE=.\ATLGdiWorld.rc
  131. # End Source File
  132. # Begin Source File
  133.  
  134. SOURCE=.\AtlGdiWorldImpl.cpp
  135. # End Source File
  136. # Begin Source File
  137.  
  138. SOURCE=.\AtlTangramGdiVisual.cpp
  139. # End Source File
  140. # Begin Source File
  141.  
  142. SOURCE=.\StdAfx.cpp
  143. # ADD CPP /Yc"stdafx.h"
  144. # End Source File
  145. # End Group
  146. # Begin Group "Header Files"
  147.  
  148. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  149. # Begin Source File
  150.  
  151. SOURCE=.\AtlGdiWorldImpl.h
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\AtlTangramGdiVisual.h
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\Resource.h
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\StdAfx.h
  164. # End Source File
  165. # End Group
  166. # Begin Group "Resource Files"
  167.  
  168. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  169. # End Group
  170. # Begin Source File
  171.  
  172. SOURCE=.\AtlTangramGdiVisual.rgs
  173. # End Source File
  174. # End Target
  175. # End Project
  176.