namedcheckconf.dsp revision 33b8775d3a9b9b79a0dab71831e1fb8b26923d66
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# Microsoft Developer Studio Project File - Name="namedcheckconf" - Package Owner=<4>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Microsoft Developer Studio Generated Build File, Format Version 6.00
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# ** DO NOT EDIT **
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# TARGTYPE "Win32 (x86) Console Application" 0x0103
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonCFG=namedcheckconf - Win32 Debug
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE This is not a valid makefile. To build this project using NMAKE,
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater!MESSAGE use the Export Makefile command and run
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews!MESSAGE
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews!MESSAGE NMAKE /f "namedcheckconf.mak".
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE You can specify a configuration when running NMAKE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE by defining the macro CFG on the command line. For example:
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE NMAKE /f "namedcheckconf.mak" CFG="namedcheckconf - Win32 Debug"
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE Possible choices for configuration are:
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE "namedcheckconf - Win32 Release" (based on "Win32 (x86) Console Application")
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE "namedcheckconf - Win32 Debug" (based on "Win32 (x86) Console Application")
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson!MESSAGE
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# Begin Project
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# PROP AllowPerConfigDependencies 0
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# PROP Scc_ProjName ""
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas Gustafsson# PROP Scc_LocalPath ""
8227257b1c0224a7991e04bb79dc5059d5062dfbAndreas GustafssonCPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "namedcheckconf - 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 "Release"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "./" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/isccfg/include" /I "../../../lib/bind9/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__STDC__" /FR /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 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:console /machine:I386
# ADD LINK32 user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib ../../../lib/isccfg/win32/Release/libisccfg.lib ../../../lib/bind9/win32/Release/libbind9.lib /nologo /subsystem:console /machine:I386 /out:"../../../Build/Release/named-checkconf.exe"
!ELSEIF "$(CFG)" == "namedcheckconf - 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 "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "./" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/isccfg/include" /I "../../../lib/bind9/include" /D "_DEBUG" /D "__STDC__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
# SUBTRACT CPP /X /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 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:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib ../../../lib/isccfg/win32/Debug/libisccfg.lib ../../../lib/bind9/win32/Debug/libbind9.lib ../../../lib/bind9/win32/Debug/libbind9.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../Build/Debug/named-checkconf.exe" /pdbtype:sept
!ENDIF
# Begin Target
# Name "namedcheckconf - Win32 Release"
# Name "namedcheckconf - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE="..\check-tool.c"
# End Source File
# Begin Source File
SOURCE="..\named-checkconf.c"
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE="..\check-tool.h"
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project