home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total C++ 2
/
TOTALCTWO.iso
/
vfp5.0
/
vfp
/
samples
/
servers
/
foxisapi
/
foxisapi.mak
< prev
next >
Wrap
Text File
|
1996-08-21
|
8KB
|
253 lines
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
!IF "$(CFG)" == ""
CFG=foxisapi - Win32 Debug
!MESSAGE No configuration specified. Defaulting to foxisapi - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "foxisapi - Win32 Release" && "$(CFG)" !=\
"foxisapi - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "foxisapi.mak" CFG="foxisapi - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "foxisapi - Win32 Release" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "foxisapi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
# PROP Target_Last_Scanned "foxisapi - Win32 Debug"
CPP=cl.exe
RSC=rc.exe
MTL=mktyplib.exe
!IF "$(CFG)" == "foxisapi - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir ""
# PROP Intermediate_Dir ""
# PROP Target_Dir ""
OUTDIR=.
INTDIR=.
ALL : "$(OUTDIR)\foxisapi.dll"
CLEAN :
-@erase "$(INTDIR)\foxisapi.obj"
-@erase "$(INTDIR)\foxisapi.res"
-@erase "$(OUTDIR)\foxisapi.dll"
-@erase "$(OUTDIR)\foxisapi.exp"
-@erase "$(OUTDIR)\foxisapi.lib"
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
/Fp"$(INTDIR)/foxisapi.pch" /YX /c
CPP_OBJS=.\.
CPP_SBRS=.\.
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/foxisapi.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/foxisapi.bsc"
BSC32_SBRS= \
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
/pdb:"$(OUTDIR)/foxisapi.pdb" /machine:I386 /def:".\foxisapi.def"\
/out:"$(OUTDIR)/foxisapi.dll" /implib:"$(OUTDIR)/foxisapi.lib"
DEF_FILE= \
".\foxisapi.def"
LINK32_OBJS= \
"$(INTDIR)\foxisapi.obj" \
"$(INTDIR)\foxisapi.res"
"$(OUTDIR)\foxisapi.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "foxisapi - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
# PROP Intermediate_Dir ""
# PROP Target_Dir ""
OUTDIR=.
INTDIR=.
ALL : "$(OUTDIR)\foxisapi.dll" "$(OUTDIR)\foxisapi.bsc"
CLEAN :
-@erase "$(INTDIR)\foxisapi.obj"
-@erase "$(INTDIR)\foxisapi.res"
-@erase "$(INTDIR)\foxisapi.sbr"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\foxisapi.bsc"
-@erase "$(OUTDIR)\foxisapi.dll"
-@erase "$(OUTDIR)\foxisapi.exp"
-@erase "$(OUTDIR)\foxisapi.ilk"
-@erase "$(OUTDIR)\foxisapi.lib"
-@erase "$(OUTDIR)\foxisapi.pdb"
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/FR /Fp"$(INTDIR)/foxisapi.pch" /YX /c
CPP_OBJS=.\.
CPP_SBRS=.\.
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/foxisapi.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/foxisapi.bsc"
BSC32_SBRS= \
"$(INTDIR)\foxisapi.sbr"
"$(OUTDIR)\foxisapi.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
/pdb:"$(OUTDIR)/foxisapi.pdb" /debug /machine:I386 /def:".\foxisapi.def"\
/out:"$(OUTDIR)/foxisapi.dll" /implib:"$(OUTDIR)/foxisapi.lib"
DEF_FILE= \
".\foxisapi.def"
LINK32_OBJS= \
"$(INTDIR)\foxisapi.obj" \
"$(INTDIR)\foxisapi.res"
"$(OUTDIR)\foxisapi.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
################################################################################
# Begin Target
# Name "foxisapi - Win32 Release"
# Name "foxisapi - Win32 Debug"
!IF "$(CFG)" == "foxisapi - Win32 Release"
!ELSEIF "$(CFG)" == "foxisapi - Win32 Debug"
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\foxisapi.cpp
!IF "$(CFG)" == "foxisapi - Win32 Release"
"$(INTDIR)\foxisapi.obj" : $(SOURCE) "$(INTDIR)"
!ELSEIF "$(CFG)" == "foxisapi - Win32 Debug"
"$(INTDIR)\foxisapi.obj" : $(SOURCE) "$(INTDIR)"
"$(INTDIR)\foxisapi.sbr" : $(SOURCE) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\foxisapi.def
!IF "$(CFG)" == "foxisapi - Win32 Release"
!ELSEIF "$(CFG)" == "foxisapi - Win32 Debug"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\foxisapi.rc
"$(INTDIR)\foxisapi.res" : $(SOURCE) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
# End Source File
# End Target
# End Project
################################################################################