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