APPYTIME.MAK
Upload User: linklycbj
Upload Date: 2009-11-12
Package Size: 447k
Code Size: 3k
Category:

Windows Develop

Development Platform:

WINDOWS

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) External Target" 0x0106
  4. !IF "$(CFG)" == ""
  5. CFG=AppyTime - Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to AppyTime - Win32 Debug.
  7. !ENDIF 
  8. !IF "$(CFG)" != "AppyTime - Win32 Release" && "$(CFG)" !=
  9.  "AppyTime - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  12. !MESSAGE by defining the macro CFG on the command line.  For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "AppyTime.mak" CFG="AppyTime - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "AppyTime - Win32 Release" (based on "Win32 (x86) External Target")
  19. !MESSAGE "AppyTime - Win32 Debug" (based on "Win32 (x86) External Target")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23. !IF "$(OS)" == "Windows_NT"
  24. NULL=
  25. !ELSE 
  26. NULL=nul
  27. !ENDIF 
  28. ################################################################################
  29. # Begin Project
  30. !IF  "$(CFG)" == "AppyTime - Win32 Release"
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP BASE Cmd_Line "NMAKE /f Myvxd.mak"
  36. # PROP BASE Rebuild_Opt "/a"
  37. # PROP BASE Target_File "Myvxd.exe"
  38. # PROP BASE Bsc_Name "Myvxd.bsc"
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "Release"
  41. # PROP Intermediate_Dir "Release"
  42. # PROP Target_Dir ""
  43. # PROP Cmd_Line "NMAKE /f Myvxd.mak"
  44. # PROP Rebuild_Opt "/a"
  45. # PROP Target_File "AppyTime.exe"
  46. # PROP Bsc_Name "AppyTime.bsc"
  47. OUTDIR=.Release
  48. INTDIR=.Release
  49. ALL : 
  50. CLEAN : 
  51. -@erase 
  52. "$(OUTDIR)" :
  53.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  54. !ELSEIF  "$(CFG)" == "AppyTime - Win32 Debug"
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP BASE Cmd_Line "NMAKE /f Myvxd.mak"
  60. # PROP BASE Rebuild_Opt "/a"
  61. # PROP BASE Target_File "Myvxd.exe"
  62. # PROP BASE Bsc_Name "Myvxd.bsc"
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir "Debug"
  65. # PROP Intermediate_Dir "Debug"
  66. # PROP Target_Dir ""
  67. # PROP Cmd_Line "NMAKE /f Myvxd.mak"
  68. # PROP Rebuild_Opt "/a"
  69. # PROP Target_File "AppyTime.exe"
  70. # PROP Bsc_Name "AppyTime.bsc"
  71. OUTDIR=.Debug
  72. INTDIR=.Debug
  73. ALL : 
  74. CLEAN : 
  75. -@erase 
  76. "$(OUTDIR)" :
  77.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  78. !ENDIF 
  79. ################################################################################
  80. # Begin Target
  81. # Name "AppyTime - Win32 Release"
  82. # Name "AppyTime - Win32 Debug"
  83. !IF  "$(CFG)" == "AppyTime - Win32 Release"
  84. "$(OUTDIR)AppyTime.exe" : 
  85.    CD C:VXDBOOKChap10AppyTime (DDK)
  86.    NMAKE /f Myvxd.mak
  87. !ELSEIF  "$(CFG)" == "AppyTime - Win32 Debug"
  88. "$(OUTDIR)AppyTime.exe" : 
  89.    CD C:VXDBOOKChap10AppyTime (DDK)
  90.    NMAKE /f Myvxd.mak
  91. !ENDIF 
  92. ################################################################################
  93. # Begin Source File
  94. SOURCE=.Myvxd.mak
  95. !IF  "$(CFG)" == "AppyTime - Win32 Release"
  96. !ELSEIF  "$(CFG)" == "AppyTime - Win32 Debug"
  97. !ENDIF 
  98. # End Source File
  99. # End Target
  100. # End Project
  101. ################################################################################