home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / WET / WET32.MAK < prev    next >
Encoding:
NMAKE  |  1996-01-29  |  3.2 KB  |  129 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 40001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) External Target" 0x0106
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=wet32 - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to wet32 - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "wet32 - Win32 Release" && "$(CFG)" != "wet32 - 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 "wet32.mak" CFG="wet32 - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "wet32 - Win32 Release" (based on "Win32 (x86) External Target")
  21. !MESSAGE "wet32 - 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.  
  34. !IF  "$(CFG)" == "wet32 - Win32 Release"
  35.  
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "Release"
  38. # PROP BASE Intermediate_Dir "Release"
  39. # PROP BASE Target_Dir ""
  40. # PROP BASE Cmd_Line "NMAKE /f wet.mak"
  41. # PROP BASE Rebuild_Opt "/a"
  42. # PROP BASE Target_File "wet.exe"
  43. # PROP BASE Bsc_Name "wet.bsc"
  44. # PROP Use_Debug_Libraries 0
  45. # PROP Output_Dir "Release"
  46. # PROP Intermediate_Dir "Release"
  47. # PROP Target_Dir ""
  48. # PROP Cmd_Line "NMAKE /f wet.mak"
  49. # PROP Rebuild_Opt "/a"
  50. # PROP Target_File "wet32.exe"
  51. # PROP Bsc_Name "wet32.bsc"
  52. OUTDIR=.\Release
  53. INTDIR=.\Release
  54.  
  55. ALL : 
  56.  
  57. CLEAN : 
  58.     -@erase 
  59.  
  60. "$(OUTDIR)" :
  61.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  62.  
  63. !ELSEIF  "$(CFG)" == "wet32 - Win32 Debug"
  64.  
  65. # PROP BASE Use_Debug_Libraries 1
  66. # PROP BASE Output_Dir "Debug"
  67. # PROP BASE Intermediate_Dir "Debug"
  68. # PROP BASE Target_Dir ""
  69. # PROP BASE Cmd_Line "NMAKE /f wet.mak"
  70. # PROP BASE Rebuild_Opt "/a"
  71. # PROP BASE Target_File "wet.exe"
  72. # PROP BASE Bsc_Name "wet.bsc"
  73. # PROP Use_Debug_Libraries 1
  74. # PROP Output_Dir "Debug"
  75. # PROP Intermediate_Dir "Debug"
  76. # PROP Target_Dir ""
  77. # PROP Cmd_Line "NMAKE /f wet.mak"
  78. # PROP Rebuild_Opt "/a"
  79. # PROP Target_File "wet32.exe"
  80. # PROP Bsc_Name "wet32.bsc"
  81. OUTDIR=.\Debug
  82. INTDIR=.\Debug
  83.  
  84. ALL : 
  85.  
  86. CLEAN : 
  87.     -@erase 
  88.  
  89. "$(OUTDIR)" :
  90.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  91.  
  92. !ENDIF 
  93.  
  94. ################################################################################
  95. # Begin Target
  96.  
  97. # Name "wet32 - Win32 Release"
  98. # Name "wet32 - Win32 Debug"
  99.  
  100. !IF  "$(CFG)" == "wet32 - Win32 Release"
  101.  
  102. "$(OUTDIR)\wet32.exe" : 
  103.    CD C:\dev\wet
  104.    NMAKE /f wet.mak
  105.  
  106. !ELSEIF  "$(CFG)" == "wet32 - Win32 Debug"
  107.  
  108. "$(OUTDIR)\wet32.exe" : 
  109.    CD C:\dev\wet
  110.    NMAKE /f wet.mak
  111.  
  112. !ENDIF 
  113.  
  114. ################################################################################
  115. # Begin Source File
  116.  
  117. SOURCE=.\wet.mak
  118.  
  119. !IF  "$(CFG)" == "wet32 - Win32 Release"
  120.  
  121. !ELSEIF  "$(CFG)" == "wet32 - Win32 Debug"
  122.  
  123. !ENDIF 
  124.  
  125. # End Source File
  126. # End Target
  127. # End Project
  128. ################################################################################
  129.