1*a7c91847Schristos# Microsoft Developer Studio Project File - Name="libdiff" - Package Owner=<4> 2*a7c91847Schristos# Microsoft Developer Studio Generated Build File, Format Version 6.00 3*a7c91847Schristos# ** DO NOT EDIT ** 4*a7c91847Schristos 5*a7c91847Schristos# TARGTYPE "Win32 (x86) Static Library" 0x0104 6*a7c91847Schristos 7*a7c91847SchristosCFG=libdiff - Win32 Debug 8*a7c91847Schristos!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9*a7c91847Schristos!MESSAGE use the Export Makefile command and run 10*a7c91847Schristos!MESSAGE 11*a7c91847Schristos!MESSAGE NMAKE /f "libdiff.mak". 12*a7c91847Schristos!MESSAGE 13*a7c91847Schristos!MESSAGE You can specify a configuration when running NMAKE 14*a7c91847Schristos!MESSAGE by defining the macro CFG on the command line. For example: 15*a7c91847Schristos!MESSAGE 16*a7c91847Schristos!MESSAGE NMAKE /f "libdiff.mak" CFG="libdiff - Win32 Debug" 17*a7c91847Schristos!MESSAGE 18*a7c91847Schristos!MESSAGE Possible choices for configuration are: 19*a7c91847Schristos!MESSAGE 20*a7c91847Schristos!MESSAGE "libdiff - Win32 Release" (based on "Win32 (x86) Static Library") 21*a7c91847Schristos!MESSAGE "libdiff - Win32 Debug" (based on "Win32 (x86) Static Library") 22*a7c91847Schristos!MESSAGE 23*a7c91847Schristos 24*a7c91847Schristos# Begin Project 25*a7c91847Schristos# PROP AllowPerConfigDependencies 0 26*a7c91847Schristos# PROP Scc_ProjName "" 27*a7c91847Schristos# PROP Scc_LocalPath "" 28*a7c91847SchristosCPP=cl.exe 29*a7c91847SchristosRSC=rc.exe 30*a7c91847Schristos 31*a7c91847Schristos!IF "$(CFG)" == "libdiff - Win32 Release" 32*a7c91847Schristos 33*a7c91847Schristos# PROP BASE Use_MFC 0 34*a7c91847Schristos# PROP BASE Use_Debug_Libraries 0 35*a7c91847Schristos# PROP BASE Output_Dir "WinRel" 36*a7c91847Schristos# PROP BASE Intermediate_Dir "WinRel" 37*a7c91847Schristos# PROP BASE Target_Dir ".\libdiff" 38*a7c91847Schristos# PROP Use_MFC 0 39*a7c91847Schristos# PROP Use_Debug_Libraries 0 40*a7c91847Schristos# PROP Output_Dir "WinRel" 41*a7c91847Schristos# PROP Intermediate_Dir "WinRel" 42*a7c91847Schristos# PROP Target_Dir ".\libdiff" 43*a7c91847Schristos# ADD BASE CPP /nologo /W3 /GX /O2 /I "..\windows-NT" /I "..\lib" /D "_WINDOWS" /D "HAVE_TIME_H" /D "CLOSEDIR_VOID" /D "NDEBUG" /D "WIN32" /D "WANT_WIN_COMPILER_VERSION" /YX /FD /c 44*a7c91847Schristos# ADD CPP /nologo /W3 /GX /O2 /I "..\windows-NT" /I "..\lib" /D "_WINDOWS" /D "HAVE_TIME_H" /D "CLOSEDIR_VOID" /D "NDEBUG" /D "WIN32" /D "WANT_WIN_COMPILER_VERSION" /YX /FD /c 45*a7c91847Schristos# ADD BASE RSC /l 0x409 46*a7c91847Schristos# ADD RSC /l 0x409 47*a7c91847SchristosBSC32=bscmake.exe 48*a7c91847Schristos# ADD BASE BSC32 /nologo 49*a7c91847Schristos# ADD BSC32 /nologo 50*a7c91847SchristosLIB32=link.exe -lib 51*a7c91847Schristos# ADD BASE LIB32 /nologo 52*a7c91847Schristos# ADD LIB32 /nologo 53*a7c91847Schristos 54*a7c91847Schristos!ELSEIF "$(CFG)" == "libdiff - Win32 Debug" 55*a7c91847Schristos 56*a7c91847Schristos# PROP BASE Use_MFC 0 57*a7c91847Schristos# PROP BASE Use_Debug_Libraries 1 58*a7c91847Schristos# PROP BASE Output_Dir "WinDebug" 59*a7c91847Schristos# PROP BASE Intermediate_Dir "WinDebug" 60*a7c91847Schristos# PROP BASE Target_Dir ".\libdiff" 61*a7c91847Schristos# PROP Use_MFC 0 62*a7c91847Schristos# PROP Use_Debug_Libraries 1 63*a7c91847Schristos# PROP Output_Dir "WinDebug" 64*a7c91847Schristos# PROP Intermediate_Dir "WinDebug" 65*a7c91847Schristos# PROP Target_Dir ".\libdiff" 66*a7c91847Schristos# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /I "..\windows-NT" /I "..\lib" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "HAVE_TIME_H" /D "CLOSEDIR_VOID" /YX /FD /c 67*a7c91847Schristos# ADD CPP /nologo /W3 /GX /Z7 /Od /I "..\windows-NT" /I "..\lib" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "HAVE_TIME_H" /D "CLOSEDIR_VOID" /YX /FD /c 68*a7c91847Schristos# ADD BASE RSC /l 0x409 69*a7c91847Schristos# ADD RSC /l 0x409 70*a7c91847SchristosBSC32=bscmake.exe 71*a7c91847Schristos# ADD BASE BSC32 /nologo 72*a7c91847Schristos# ADD BSC32 /nologo 73*a7c91847SchristosLIB32=link.exe -lib 74*a7c91847Schristos# ADD BASE LIB32 /nologo 75*a7c91847Schristos# ADD LIB32 ..\lib\WinDebug\libcvs.lib /nologo 76*a7c91847Schristos 77*a7c91847Schristos!ENDIF 78*a7c91847Schristos 79*a7c91847Schristos# Begin Target 80*a7c91847Schristos 81*a7c91847Schristos# Name "libdiff - Win32 Release" 82*a7c91847Schristos# Name "libdiff - Win32 Debug" 83*a7c91847Schristos# Begin Group "Source Files" 84*a7c91847Schristos 85*a7c91847Schristos# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" 86*a7c91847Schristos# Begin Source File 87*a7c91847Schristos 88*a7c91847SchristosSOURCE=.\analyze.c 89*a7c91847Schristos# End Source File 90*a7c91847Schristos# Begin Source File 91*a7c91847Schristos 92*a7c91847SchristosSOURCE=.\cmpbuf.c 93*a7c91847Schristos# End Source File 94*a7c91847Schristos# Begin Source File 95*a7c91847Schristos 96*a7c91847SchristosSOURCE=.\cmpbuf.h 97*a7c91847Schristos# End Source File 98*a7c91847Schristos# Begin Source File 99*a7c91847Schristos 100*a7c91847SchristosSOURCE=.\context.c 101*a7c91847Schristos# End Source File 102*a7c91847Schristos# Begin Source File 103*a7c91847Schristos 104*a7c91847SchristosSOURCE=.\diff.c 105*a7c91847Schristos# End Source File 106*a7c91847Schristos# Begin Source File 107*a7c91847Schristos 108*a7c91847SchristosSOURCE=.\diff3.c 109*a7c91847Schristos# End Source File 110*a7c91847Schristos# Begin Source File 111*a7c91847Schristos 112*a7c91847SchristosSOURCE=.\dir.c 113*a7c91847Schristos# End Source File 114*a7c91847Schristos# Begin Source File 115*a7c91847Schristos 116*a7c91847SchristosSOURCE=.\ed.c 117*a7c91847Schristos# End Source File 118*a7c91847Schristos# Begin Source File 119*a7c91847Schristos 120*a7c91847SchristosSOURCE=.\ifdef.c 121*a7c91847Schristos# End Source File 122*a7c91847Schristos# Begin Source File 123*a7c91847Schristos 124*a7c91847SchristosSOURCE=.\io.c 125*a7c91847Schristos# End Source File 126*a7c91847Schristos# Begin Source File 127*a7c91847Schristos 128*a7c91847SchristosSOURCE=.\normal.c 129*a7c91847Schristos# End Source File 130*a7c91847Schristos# Begin Source File 131*a7c91847Schristos 132*a7c91847SchristosSOURCE=.\side.c 133*a7c91847Schristos# End Source File 134*a7c91847Schristos# Begin Source File 135*a7c91847Schristos 136*a7c91847SchristosSOURCE=.\util.c 137*a7c91847Schristos# End Source File 138*a7c91847Schristos# Begin Source File 139*a7c91847Schristos 140*a7c91847SchristosSOURCE=.\version.c 141*a7c91847Schristos# End Source File 142*a7c91847Schristos# End Group 143*a7c91847Schristos# Begin Group "Header Files" 144*a7c91847Schristos 145*a7c91847Schristos# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" 146*a7c91847Schristos# Begin Source File 147*a7c91847Schristos 148*a7c91847SchristosSOURCE="..\windows-NT\config.h" 149*a7c91847Schristos# End Source File 150*a7c91847Schristos# Begin Source File 151*a7c91847Schristos 152*a7c91847SchristosSOURCE=.\diff.h 153*a7c91847Schristos# End Source File 154*a7c91847Schristos# Begin Source File 155*a7c91847Schristos 156*a7c91847SchristosSOURCE=.\diffrun.h 157*a7c91847Schristos# End Source File 158*a7c91847Schristos# Begin Source File 159*a7c91847Schristos 160*a7c91847SchristosSOURCE=..\lib\fnmatch.h 161*a7c91847Schristos# End Source File 162*a7c91847Schristos# Begin Source File 163*a7c91847Schristos 164*a7c91847SchristosSOURCE=..\lib\getopt.h 165*a7c91847Schristos# End Source File 166*a7c91847Schristos# Begin Source File 167*a7c91847Schristos 168*a7c91847SchristosSOURCE="..\windows-NT\ndir.h" 169*a7c91847Schristos# End Source File 170*a7c91847Schristos# Begin Source File 171*a7c91847Schristos 172*a7c91847SchristosSOURCE=..\lib\regex.h 173*a7c91847Schristos# End Source File 174*a7c91847Schristos# Begin Source File 175*a7c91847Schristos 176*a7c91847SchristosSOURCE=.\system.h 177*a7c91847Schristos# End Source File 178*a7c91847Schristos# Begin Source File 179*a7c91847Schristos 180*a7c91847SchristosSOURCE=..\lib\timespec.h 181*a7c91847Schristos# End Source File 182*a7c91847Schristos# Begin Source File 183*a7c91847Schristos 184*a7c91847SchristosSOURCE="..\windows-NT\unistd.h" 185*a7c91847Schristos# End Source File 186*a7c91847Schristos# Begin Source File 187*a7c91847Schristos 188*a7c91847SchristosSOURCE="..\windows-NT\woe32.h" 189*a7c91847Schristos# End Source File 190*a7c91847Schristos# End Group 191*a7c91847Schristos# End Target 192*a7c91847Schristos# End Project 193