home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 April
/
PCWorld_2001-04_cd.bin
/
Software
/
Topware
/
fprint
/
fpdk400.exe
/
samples
/
msvc
/
apisamp.mak
< prev
next >
Wrap
Text File
|
2000-10-31
|
4KB
|
156 lines
# Microsoft Developer Studio Generated NMAKE File, Based on apisamp.dsp
!IF "$(CFG)" == ""
CFG=apisamp - Win32 Debug ANSI
!MESSAGE No configuration specified. Defaulting to apisamp - Win32 Debug ANSI.
!ENDIF
!IF "$(CFG)" != "apisamp - Win32 Debug ANSI" && "$(CFG)" != "apisamp - Win32 Release ANSI"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "apisamp.mak" CFG="apisamp - Win32 Debug ANSI"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "apisamp - Win32 Debug ANSI" (based on "Win32 (x86) Application")
!MESSAGE "apisamp - Win32 Release ANSI" (based on "Win32 (x86) Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "apisamp - Win32 Debug ANSI"
OUTDIR=.\DebugA
INTDIR=.\DebugA
# Begin Custom Macros
OutDir=.\DebugA
# End Custom Macros
ALL : "$(OUTDIR)\apisamp.exe"
CLEAN :
-@erase "$(INTDIR)\apisamp.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(INTDIR)\vc60.pdb"
-@erase "$(OUTDIR)\apisamp.exe"
-@erase "$(OUTDIR)\apisamp.ilk"
-@erase "$(OUTDIR)\apisamp.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
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
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\apisamp.bsc"
BSC32_SBRS= \
LINK32=link.exe
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"
LINK32_OBJS= \
"$(INTDIR)\apisamp.obj"
"$(OUTDIR)\apisamp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "apisamp - Win32 Release ANSI"
OUTDIR=.\ReleaseA
INTDIR=.\ReleaseA
# Begin Custom Macros
OutDir=.\ReleaseA
# End Custom Macros
ALL : "$(OUTDIR)\apisamp.exe"
CLEAN :
-@erase "$(INTDIR)\apisamp.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(OUTDIR)\apisamp.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
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
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\apisamp.bsc"
BSC32_SBRS= \
LINK32=link.exe
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"
LINK32_OBJS= \
"$(INTDIR)\apisamp.obj"
"$(OUTDIR)\apisamp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cpp{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cxx{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.c{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cpp{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cxx{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("apisamp.dep")
!INCLUDE "apisamp.dep"
!ELSE
!MESSAGE Warning: cannot find "apisamp.dep"
!ENDIF
!ENDIF
!IF "$(CFG)" == "apisamp - Win32 Debug ANSI" || "$(CFG)" == "apisamp - Win32 Release ANSI"
SOURCE=.\apisamp.cpp
"$(INTDIR)\apisamp.obj" : $(SOURCE) "$(INTDIR)"
!ENDIF