home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / scope.mak < prev    next >
Encoding:
NMAKE  |  1996-03-22  |  4.6 KB  |  190 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) External Target" 0x0106
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=scope - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to scope - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "scope - Win32 Release" && "$(CFG)" != "scope - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "scope.mak" CFG="scope - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "scope - Win32 Release" (based on "Win32 (x86) External Target")
  21. !MESSAGE "scope - Win32 Debug" (based on "Win32 (x86) External Target")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "scope - Win32 Debug"
  34.  
  35. !IF  "$(CFG)" == "scope - Win32 Release"
  36.  
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir "Release"
  39. # PROP BASE Intermediate_Dir "Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP BASE Cmd_Line "NMAKE /f makefile"
  42. # PROP BASE Rebuild_Opt "/a"
  43. # PROP BASE Target_File "makefile.exe"
  44. # PROP BASE Bsc_Name "makefile.bsc"
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. # PROP Cmd_Line "NMAKE WIN95=1 CPU=i386 PERF=1 /f makefile"
  50. # PROP Rebuild_Opt "/a"
  51. # PROP Target_File "d:\qsysuk1\sdk\bin\debug\scope.ax"
  52. # PROP Bsc_Name "scope.bsc"
  53. OUTDIR=.\Release
  54. INTDIR=.\Release
  55.  
  56. ALL : 
  57.  
  58. CLEAN : 
  59.     -@erase 
  60.  
  61. "$(OUTDIR)" :
  62.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  63.  
  64. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  65.  
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "Debug"
  68. # PROP BASE Intermediate_Dir "Debug"
  69. # PROP BASE Target_Dir ""
  70. # PROP BASE Cmd_Line "NMAKE /f makefile"
  71. # PROP BASE Rebuild_Opt "/a"
  72. # PROP BASE Target_File "makefile.exe"
  73. # PROP BASE Bsc_Name "makefile.bsc"
  74. # PROP Use_Debug_Libraries 1
  75. # PROP Output_Dir "Debug"
  76. # PROP Intermediate_Dir "Debug"
  77. # PROP Target_Dir ""
  78. # PROP Cmd_Line "NMAKE WIN95=1 CPU=i386 PERF=1 /f makefile"
  79. # PROP Rebuild_Opt "/a"
  80. # PROP Target_File "d:\qsysuk1\sdk\bin\debug\scope.ax"
  81. # PROP Bsc_Name "scope.bsc"
  82. OUTDIR=.\Debug
  83. INTDIR=.\Debug
  84.  
  85. ALL : 
  86.  
  87. CLEAN : 
  88.     -@erase 
  89.  
  90. "$(OUTDIR)" :
  91.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  92.  
  93. !ENDIF 
  94.  
  95. ################################################################################
  96. # Begin Target
  97.  
  98. # Name "scope - Win32 Release"
  99. # Name "scope - Win32 Debug"
  100.  
  101. !IF  "$(CFG)" == "scope - Win32 Release"
  102.  
  103. "$(OUTDIR)\scope.ax" : 
  104.    CD D:\qsysuk1\sdk\samples\scope
  105.    NMAKE WIN95=1 CPU=i386 PERF=1 /f makefile
  106.  
  107. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  108.  
  109. "$(OUTDIR)\scope.ax" : 
  110.    CD D:\qsysuk1\sdk\samples\scope
  111.    NMAKE WIN95=1 CPU=i386 PERF=1 /f makefile
  112.  
  113. !ENDIF 
  114.  
  115. ################################################################################
  116. # Begin Source File
  117.  
  118. SOURCE=.\makefile
  119.  
  120. !IF  "$(CFG)" == "scope - Win32 Release"
  121.  
  122. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  123.  
  124. !ENDIF 
  125.  
  126. # End Source File
  127. ################################################################################
  128. # Begin Source File
  129.  
  130. SOURCE=.\scope.cpp
  131.  
  132. !IF  "$(CFG)" == "scope - Win32 Release"
  133.  
  134. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  135.  
  136. !ENDIF 
  137.  
  138. # End Source File
  139. ################################################################################
  140. # Begin Source File
  141.  
  142. SOURCE=.\scope.rc
  143.  
  144. !IF  "$(CFG)" == "scope - Win32 Release"
  145.  
  146. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  147.  
  148. !ENDIF 
  149.  
  150. # End Source File
  151. ################################################################################
  152. # Begin Source File
  153.  
  154. SOURCE=.\icon1.ico
  155.  
  156. !IF  "$(CFG)" == "scope - Win32 Release"
  157.  
  158. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  159.  
  160. !ENDIF 
  161.  
  162. # End Source File
  163. ################################################################################
  164. # Begin Source File
  165.  
  166. SOURCE=.\scope.h
  167.  
  168. !IF  "$(CFG)" == "scope - Win32 Release"
  169.  
  170. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  171.  
  172. !ENDIF 
  173.  
  174. # End Source File
  175. ################################################################################
  176. # Begin Source File
  177.  
  178. SOURCE=.\resource.h
  179.  
  180. !IF  "$(CFG)" == "scope - Win32 Release"
  181.  
  182. !ELSEIF  "$(CFG)" == "scope - Win32 Debug"
  183.  
  184. !ENDIF 
  185.  
  186. # End Source File
  187. # End Target
  188. # End Project
  189. ################################################################################
  190.