home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / Topware / fprint / fpdk400.exe / samples / msvc / apisamp.mak < prev    next >
Text File  |  2000-10-31  |  4KB  |  156 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on apisamp.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=apisamp - Win32 Debug ANSI
  4. !MESSAGE No configuration specified. Defaulting to apisamp - Win32 Debug ANSI.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "apisamp - Win32 Debug ANSI" && "$(CFG)" != "apisamp - Win32 Release ANSI"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "apisamp.mak" CFG="apisamp - Win32 Debug ANSI"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "apisamp - Win32 Debug ANSI" (based on "Win32 (x86) Application")
  17. !MESSAGE "apisamp - Win32 Release ANSI" (based on "Win32 (x86) Application")
  18. !MESSAGE 
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF 
  21.  
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27.  
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "apisamp - Win32 Debug ANSI"
  33.  
  34. OUTDIR=.\DebugA
  35. INTDIR=.\DebugA
  36. # Begin Custom Macros
  37. OutDir=.\DebugA
  38. # End Custom Macros
  39.  
  40. ALL : "$(OUTDIR)\apisamp.exe"
  41.  
  42.  
  43. CLEAN :
  44.     -@erase "$(INTDIR)\apisamp.obj"
  45.     -@erase "$(INTDIR)\vc60.idb"
  46.     -@erase "$(INTDIR)\vc60.pdb"
  47.     -@erase "$(OUTDIR)\apisamp.exe"
  48.     -@erase "$(OUTDIR)\apisamp.ilk"
  49.     -@erase "$(OUTDIR)\apisamp.pdb"
  50.  
  51. "$(OUTDIR)" :
  52.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  53.  
  54. CPP_PROJ=/nologo /Gz /Zp1 /ML /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "STRICT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  55. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 
  56. BSC32=bscmake.exe
  57. BSC32_FLAGS=/nologo /o"$(OUTDIR)\apisamp.bsc" 
  58. BSC32_SBRS= \
  59.     
  60. LINK32=link.exe
  61. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib version.lib ..\..\lib\fpapi4A.lib /nologo /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\apisamp.pdb" /debug /machine:I386 /out:"$(OUTDIR)\apisamp.exe" 
  62. LINK32_OBJS= \
  63.     "$(INTDIR)\apisamp.obj"
  64.  
  65. "$(OUTDIR)\apisamp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  66.     $(LINK32) @<<
  67.   $(LINK32_FLAGS) $(LINK32_OBJS)
  68. <<
  69.  
  70. !ELSEIF  "$(CFG)" == "apisamp - Win32 Release ANSI"
  71.  
  72. OUTDIR=.\ReleaseA
  73. INTDIR=.\ReleaseA
  74. # Begin Custom Macros
  75. OutDir=.\ReleaseA
  76. # End Custom Macros
  77.  
  78. ALL : "$(OUTDIR)\apisamp.exe"
  79.  
  80.  
  81. CLEAN :
  82.     -@erase "$(INTDIR)\apisamp.obj"
  83.     -@erase "$(INTDIR)\vc60.idb"
  84.     -@erase "$(OUTDIR)\apisamp.exe"
  85.  
  86. "$(OUTDIR)" :
  87.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  88.  
  89. CPP_PROJ=/nologo /Gz /Zp1 /ML /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "STRICT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  90. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 
  91. BSC32=bscmake.exe
  92. BSC32_FLAGS=/nologo /o"$(OUTDIR)\apisamp.bsc" 
  93. BSC32_SBRS= \
  94.     
  95. LINK32=link.exe
  96. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib version.lib ..\..\lib\fpapi4A.lib /nologo /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\apisamp.pdb" /machine:I386 /out:"$(OUTDIR)\apisamp.exe" 
  97. LINK32_OBJS= \
  98.     "$(INTDIR)\apisamp.obj"
  99.  
  100. "$(OUTDIR)\apisamp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  101.     $(LINK32) @<<
  102.   $(LINK32_FLAGS) $(LINK32_OBJS)
  103. <<
  104.  
  105. !ENDIF 
  106.  
  107. .c{$(INTDIR)}.obj::
  108.    $(CPP) @<<
  109.    $(CPP_PROJ) $< 
  110. <<
  111.  
  112. .cpp{$(INTDIR)}.obj::
  113.    $(CPP) @<<
  114.    $(CPP_PROJ) $< 
  115. <<
  116.  
  117. .cxx{$(INTDIR)}.obj::
  118.    $(CPP) @<<
  119.    $(CPP_PROJ) $< 
  120. <<
  121.  
  122. .c{$(INTDIR)}.sbr::
  123.    $(CPP) @<<
  124.    $(CPP_PROJ) $< 
  125. <<
  126.  
  127. .cpp{$(INTDIR)}.sbr::
  128.    $(CPP) @<<
  129.    $(CPP_PROJ) $< 
  130. <<
  131.  
  132. .cxx{$(INTDIR)}.sbr::
  133.    $(CPP) @<<
  134.    $(CPP_PROJ) $< 
  135. <<
  136.  
  137.  
  138. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  139. !IF EXISTS("apisamp.dep")
  140. !INCLUDE "apisamp.dep"
  141. !ELSE 
  142. !MESSAGE Warning: cannot find "apisamp.dep"
  143. !ENDIF 
  144. !ENDIF 
  145.  
  146.  
  147. !IF "$(CFG)" == "apisamp - Win32 Debug ANSI" || "$(CFG)" == "apisamp - Win32 Release ANSI"
  148. SOURCE=.\apisamp.cpp
  149.  
  150. "$(INTDIR)\apisamp.obj" : $(SOURCE) "$(INTDIR)"
  151.  
  152.  
  153.  
  154. !ENDIF 
  155.  
  156.