verify.dsp revision 8f1e278931689460a49f0e9be610f2b2cc32c42d
1633838b8255282d10af15c5c84cee5a51466712Bob Halley# Microsoft Developer Studio Project File - Name="verify" - Package Owner=<4>
a7038d1a0513c8e804937ebc95fc9cb3a46c04f5Mark Andrews# Microsoft Developer Studio Generated Build File, Format Version 6.00
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# ** DO NOT EDIT **
1633838b8255282d10af15c5c84cee5a51466712Bob Halley# TARGTYPE "Win32 (x86) Console Application" 0x0103
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David LawrenceCFG=verify - Win32 Debug
15a44745412679c30a6d022733925af70a38b715David Lawrence!MESSAGE This is not a valid makefile. To build this project using NMAKE,
15a44745412679c30a6d022733925af70a38b715David Lawrence!MESSAGE use the Export Makefile command and run
15a44745412679c30a6d022733925af70a38b715David Lawrence!MESSAGE NMAKE /f "verify.mak".
15a44745412679c30a6d022733925af70a38b715David Lawrence!MESSAGE You can specify a configuration when running NMAKE
15a44745412679c30a6d022733925af70a38b715David Lawrence!MESSAGE by defining the macro CFG on the command line. For example:
1633838b8255282d10af15c5c84cee5a51466712Bob Halley!MESSAGE NMAKE /f "verify.mak" CFG="verify - Win32 Debug"
0b09763c354ec91fb352b6b4cea383bd0195b2d8Mark Andrews!MESSAGE Possible choices for configuration are:
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley!MESSAGE "verify - Win32 Release" (based on "Win32 (x86) Console Application")
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley!MESSAGE "verify - Win32 Debug" (based on "Win32 (x86) Console Application")
e4e071ae12aee942fefc2c0a3280e402938669deBob Halley# Begin Project
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley# PROP AllowPerConfigDependencies 0
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# PROP Scc_ProjName ""
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# PROP Scc_LocalPath ""
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence!IF "$(CFG)" == "verify - Win32 Release"
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence# PROP BASE Use_MFC 0
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# PROP BASE Use_Debug_Libraries 0
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley# PROP BASE Output_Dir "Release"
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# PROP BASE Intermediate_Dir "Release"
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# PROP BASE Target_Dir ""
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# PROP Use_MFC 0
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Use_Debug_Libraries 0
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Output_Dir "Release"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Intermediate_Dir "Release"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Ignore_Export_Lib 0
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Target_Dir ""
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
bcff3198111e329e89cde7dac9d432b002477d80Mark Andrews# ADD CPP /nologo /MD /W3 /GX /O2 /I "./" /I "../../../" /I "../../../../libxml2-2.7.3/include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /I "../../../lib/dns/include" /D "NDEBUG" /D "__STDC__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD BASE RSC /l 0x409 /d "NDEBUG"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD RSC /l 0x409 /d "NDEBUG"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD BASE BSC32 /nologo
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD BSC32 /nologo
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# 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
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# ADD LINK32 user32.lib advapi32.lib Release/dnssectool.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib /nologo /subsystem:console /machine:I386 /out:"../../../Build/Release/dnssec-verify.exe"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington!ELSEIF "$(CFG)" == "verify - Win32 Debug"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP BASE Use_MFC 0
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP BASE Use_Debug_Libraries 1
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP BASE Output_Dir "Debug"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP BASE Intermediate_Dir "Debug"
618e871c2eb80021673bedf083496ccd1bf65cd0Brian Wellington# PROP BASE Target_Dir ""
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Use_MFC 0
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Use_Debug_Libraries 1
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Output_Dir "Debug"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Intermediate_Dir "Debug"
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Ignore_Export_Lib 0
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# PROP Target_Dir ""
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "./" /I "../../../" /I "../../../../libxml2-2.7.3/include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /I "../../../lib/dns/include" /D "_DEBUG" /D "WIN32" /D "__STDC__" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# SUBTRACT CPP /X /YX
125d72976ab6b8fa6629a5ace276a86e9fef91acBrian Wellington# ADD BASE RSC /l 0x409 /d "_DEBUG"
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# ADD RSC /l 0x409 /d "_DEBUG"
b55c30f2de6e1baaa3a9ba69b92f428f2c255ac3Mark Andrews# ADD BASE BSC32 /nologo
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley# ADD BSC32 /nologo
04b8111f2137a9cf9b0b71228f76b3e40ffa1173Brian Wellington# 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
04b8111f2137a9cf9b0b71228f76b3e40ffa1173Brian Wellington# ADD LINK32 user32.lib advapi32.lib Debug/dnssectool.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../Build/Debug/dnssec-verify.exe" /pdbtype:sept
ccad3c9ecbe8a1060ff7b407a318ccd592de536eBrian Wellington# Begin Target
8224be5129daebea8f0f5e8be5f925679ec893f1Brian Wellington# Name "verify - Win32 Release"
8224be5129daebea8f0f5e8be5f925679ec893f1Brian Wellington# Name "verify - Win32 Debug"
a413f94248ceed48a6b7aaa2fa1d2401fb8b9f30Brian Wellington# Begin Group "Source Files"
63d1ef9e771b748ca9bf241dfc1f07d3730203faBob Halley# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
659175b7d430afe13b439e499442a964e2c9110fMark Andrews# Begin Source File
7b4dcbb89b71b17f5c16ca19a0e705e09509f063Bob Halley# End Source File
322b0fb39dd1538c9f5021cd2f54d4c12684ecdbBrian Wellington# Begin Group "Header Files"
f53e43c37f2c978ccec0b49ed829426b213f9933Bob Halley# PROP Default_Filter "h;hpp;hxx;hm;inl"
e1f16346db02486f751c6db683fffe53c866c186Andreas Gustafsson# Begin Group "Resource Files"
2ee24549b3dddd4046ee14257e1207cf2e34f29cBrian Wellington# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
20a313a4581e7f85fb2ce37430a146b3538da841Mark Andrews# End Project