home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1995-09-14 | 9.7 KB | 356 lines |
- # Microsoft Developer Studio Generated NMAKE File, Format Version 40001
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- !IF "$(CFG)" == ""
- CFG=Security - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to Security - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "Security - Win32 Release" && "$(CFG)" !=\
- "Security - 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 "security.mak" CFG="Security - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "Security - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "Security - Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- # PROP Target_Last_Scanned "Security - Win32 Debug"
- MTL=mktyplib.exe
- RSC=rc.exe
- CPP=cl.exe
-
- !IF "$(CFG)" == "Security - Win32 Release"
-
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.\Release
- INTDIR=.\Release
-
- ALL : "$(OUTDIR)\security.exe"
-
- CLEAN :
- -@erase ".\Release\security.exe"
- -@erase ".\Release\securdlg.obj"
- -@erase ".\Release\security.pch"
- -@erase ".\Release\stdafx.obj"
- -@erase ".\Release\security.obj"
- -@erase ".\Release\security.res"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/security.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
- /c
- CPP_OBJS=.\Release/
- 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" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/security.res" /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/security.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
- # ADD LINK32 dbdao3.lib /nologo /subsystem:windows /machine:I386
- LINK32_FLAGS=dbdao3.lib /nologo /subsystem:windows /incremental:no\
- /pdb:"$(OUTDIR)/security.pdb" /machine:I386 /out:"$(OUTDIR)/security.exe"
- LINK32_OBJS= \
- "$(INTDIR)/securdlg.obj" \
- "$(INTDIR)/stdafx.obj" \
- "$(INTDIR)/security.obj" \
- "$(INTDIR)/security.res"
-
- "$(OUTDIR)\security.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "Security - Win32 Debug"
-
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.\Debug
- INTDIR=.\Debug
-
- ALL : "$(OUTDIR)\security.exe" "$(OUTDIR)\security.bsc"
-
- CLEAN :
- -@erase ".\Debug\vc40.pdb"
- -@erase ".\Debug\security.pch"
- -@erase ".\Debug\security.bsc"
- -@erase ".\Debug\security.sbr"
- -@erase ".\Debug\securdlg.sbr"
- -@erase ".\Debug\stdafx.sbr"
- -@erase ".\Debug\security.exe"
- -@erase ".\Debug\stdafx.obj"
- -@erase ".\Debug\security.obj"
- -@erase ".\Debug\securdlg.obj"
- -@erase ".\Debug\security.res"
- -@erase ".\Debug\security.ilk"
- -@erase ".\Debug\security.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/security.pch"\
- /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.\Debug/
- CPP_SBRS=.\Debug/
- # 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" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/security.res" /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/security.bsc"
- BSC32_SBRS= \
- "$(INTDIR)/security.sbr" \
- "$(INTDIR)/securdlg.sbr" \
- "$(INTDIR)/stdafx.sbr"
-
- "$(OUTDIR)\security.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
- <<
-
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 dbdao3d.lib /nologo /subsystem:windows /debug /machine:I386
- LINK32_FLAGS=dbdao3d.lib /nologo /subsystem:windows /incremental:yes\
- /pdb:"$(OUTDIR)/security.pdb" /debug /machine:I386\
- /out:"$(OUTDIR)/security.exe"
- LINK32_OBJS= \
- "$(INTDIR)/stdafx.obj" \
- "$(INTDIR)/security.obj" \
- "$(INTDIR)/securdlg.obj" \
- "$(INTDIR)/security.res"
-
- "$(OUTDIR)\security.exe" : "$(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 "Security - Win32 Release"
- # Name "Security - Win32 Debug"
-
- !IF "$(CFG)" == "Security - Win32 Release"
-
- !ELSEIF "$(CFG)" == "Security - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\readme.txt
-
- !IF "$(CFG)" == "Security - Win32 Release"
-
- !ELSEIF "$(CFG)" == "Security - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\security.cpp
- DEP_CPP_SECUR=\
- ".\securdlg.h"\
- ".\security.h"\
- ".\stdafx.h"\
-
-
- !IF "$(CFG)" == "Security - Win32 Release"
-
-
- "$(INTDIR)\security.obj" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
-
- !ELSEIF "$(CFG)" == "Security - Win32 Debug"
-
-
- "$(INTDIR)\security.obj" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
- "$(INTDIR)\security.sbr" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
- "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_SECUR) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\stdafx.cpp
- DEP_CPP_STDAF=\
- ".\stdafx.h"\
-
-
- !IF "$(CFG)" == "Security - Win32 Release"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/security.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
- /c $(SOURCE) \
-
-
- "$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\security.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ELSEIF "$(CFG)" == "Security - Win32 Debug"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/security.pch"\
- /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
-
-
- "$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\stdafx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\security.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\security.rc
- DEP_RSC_SECURI=\
- ".\res\security.ico"\
- ".\res\security.rc2"\
-
-
- "$(INTDIR)\security.res" : $(SOURCE) $(DEP_RSC_SECURI) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\securdlg.cpp
- DEP_CPP_SECURD=\
- ".\securdlg.h"\
- ".\security.h"\
- ".\stdafx.h"\
-
-
- !IF "$(CFG)" == "Security - Win32 Release"
-
-
- "$(INTDIR)\securdlg.obj" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
-
- !ELSEIF "$(CFG)" == "Security - Win32 Debug"
-
-
- "$(INTDIR)\securdlg.obj" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
- "$(INTDIR)\securdlg.sbr" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
- "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_SECURD) "$(INTDIR)"\
- "$(INTDIR)\security.pch"
-
-
- !ENDIF
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
-