# Microsoft Developer Studio Generated NMAKE File, Based on wwwdav.dsp !IF "$(CFG)" == "" CFG=wwwdav - Win32 Debug !MESSAGE No configuration specified. Defaulting to wwwdav - Win32 Debug. !ENDIF !IF "$(CFG)" != "wwwdav - Win32 Release" && "$(CFG)" != "wwwdav - Win32 Debug" !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 "wwwdav.mak" CFG="wwwdav - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "wwwdav - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "wwwdav - 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 CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "wwwdav - Win32 Release" OUTDIR=.\..\..\..\Bin INTDIR=.\wwwdav\Release # Begin Custom Macros OutDir=.\..\..\..\Bin # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\Release\wwwdav.dll" !ELSE ALL : "wwwutils - Win32 Release" "wwwdll - Win32 Release" "wwwcore - Win32 Release" "wwwapp - Win32 Release" "$(OUTDIR)\Release\wwwdav.dll" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"wwwapp - Win32 ReleaseCLEAN" "wwwcore - Win32 ReleaseCLEAN" "wwwdll - Win32 ReleaseCLEAN" "wwwutils - Win32 ReleaseCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\HTDAV.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\windll.obj" -@erase "$(OUTDIR)\Release\wwwdav.dll" -@erase "$(OUTDIR)\wwwdav.exp" -@erase "$(OUTDIR)\wwwdav.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" "$(INTDIR)" : if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\External" /D "NDEBUG" /D "WWW_WIN_DLL" /D "WWW_WIN_ASYNC" /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\wwwdav.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\wwwdav.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=WSock32.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\wwwdav.pdb" /machine:I386 /def:".\wwwdav.def" /out:"$(OUTDIR)\Release\wwwdav.dll" /implib:"$(OUTDIR)\wwwdav.lib" DEF_FILE= \ ".\wwwdav.def" LINK32_OBJS= \ "$(INTDIR)\HTDAV.obj" \ "$(INTDIR)\windll.obj" \ "$(OUTDIR)\wwwapp.lib" \ "$(OUTDIR)\wwwcore.lib" \ "$(OUTDIR)\wwwdll.lib" \ "$(OUTDIR)\wwwutils.lib" "$(OUTDIR)\Release\wwwdav.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ELSEIF "$(CFG)" == "wwwdav - Win32 Debug" OUTDIR=.\..\..\..\Bin INTDIR=.\wwwdav\Debug # Begin Custom Macros OutDir=.\..\..\..\Bin # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\Debug\wwwdav.dll" !ELSE ALL : "wwwutils - Win32 Debug" "wwwdll - Win32 Debug" "wwwcore - Win32 Debug" "wwwapp - Win32 Debug" "$(OUTDIR)\Debug\wwwdav.dll" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"wwwapp - Win32 DebugCLEAN" "wwwcore - Win32 DebugCLEAN" "wwwdll - Win32 DebugCLEAN" "wwwutils - Win32 DebugCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\HTDAV.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(INTDIR)\windll.obj" -@erase "$(OUTDIR)\Debug\wwwdav.dll" -@erase "$(OUTDIR)\Debug\wwwdav.ilk" -@erase "$(OUTDIR)\wwwdav.exp" -@erase "$(OUTDIR)\wwwdav.lib" -@erase "$(OUTDIR)\wwwdav.pdb" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" "$(INTDIR)" : if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\External" /D "_DEBUG" /D "WWW_WIN_DLL" /D "WWW_WIN_ASYNC" /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\wwwdav.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\wwwdav.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=WSock32.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\wwwdav.pdb" /debug /machine:I386 /out:"$(OUTDIR)\Debug\wwwdav.dll" /implib:"$(OUTDIR)\wwwdav.lib" LINK32_OBJS= \ "$(INTDIR)\HTDAV.obj" \ "$(INTDIR)\windll.obj" \ "$(OUTDIR)\wwwapp.lib" \ "$(OUTDIR)\wwwcore.lib" \ "$(OUTDIR)\wwwdll.lib" \ "$(OUTDIR)\wwwutils.lib" "$(OUTDIR)\Debug\wwwdav.dll" : "$(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("wwwdav.dep") !INCLUDE "wwwdav.dep" !ELSE !MESSAGE Warning: cannot find "wwwdav.dep" !ENDIF !ENDIF !IF "$(CFG)" == "wwwdav - Win32 Release" || "$(CFG)" == "wwwdav - Win32 Debug" SOURCE=..\HTDAV.c "$(INTDIR)\HTDAV.obj" : $(SOURCE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) SOURCE=.\windll.c "$(INTDIR)\windll.obj" : $(SOURCE) "$(INTDIR)" !IF "$(CFG)" == "wwwdav - Win32 Release" "wwwapp - Win32 Release" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwapp.mak" CFG="wwwapp - Win32 Release" cd "." "wwwapp - Win32 ReleaseCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwapp.mak" CFG="wwwapp - Win32 Release" RECURSE=1 CLEAN cd "." !ELSEIF "$(CFG)" == "wwwdav - Win32 Debug" "wwwapp - Win32 Debug" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwapp.mak" CFG="wwwapp - Win32 Debug" cd "." "wwwapp - Win32 DebugCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwapp.mak" CFG="wwwapp - Win32 Debug" RECURSE=1 CLEAN cd "." !ENDIF !IF "$(CFG)" == "wwwdav - Win32 Release" "wwwcore - Win32 Release" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Release" cd "." "wwwcore - Win32 ReleaseCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Release" RECURSE=1 CLEAN cd "." !ELSEIF "$(CFG)" == "wwwdav - Win32 Debug" "wwwcore - Win32 Debug" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Debug" cd "." "wwwcore - Win32 DebugCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Debug" RECURSE=1 CLEAN cd "." !ENDIF !IF "$(CFG)" == "wwwdav - Win32 Release" "wwwdll - Win32 Release" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Release" cd "." "wwwdll - Win32 ReleaseCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Release" RECURSE=1 CLEAN cd "." !ELSEIF "$(CFG)" == "wwwdav - Win32 Debug" "wwwdll - Win32 Debug" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Debug" cd "." "wwwdll - Win32 DebugCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Debug" RECURSE=1 CLEAN cd "." !ENDIF !IF "$(CFG)" == "wwwdav - Win32 Release" "wwwutils - Win32 Release" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Release" cd "." "wwwutils - Win32 ReleaseCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Release" RECURSE=1 CLEAN cd "." !ELSEIF "$(CFG)" == "wwwdav - Win32 Debug" "wwwutils - Win32 Debug" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Debug" cd "." "wwwutils - Win32 DebugCLEAN" : cd "." $(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Debug" RECURSE=1 CLEAN cd "." !ENDIF !ENDIF