home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / tstcon / tcprops / tcprops.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-27  |  5.3 KB  |  173 lines

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