Annotation of parser3/src/lib/md5/md5.dsp, revision 1.4

1.1       paf         1: # Microsoft Developer Studio Project File - Name="md5" - Package Owner=<4>
                      2: # Microsoft Developer Studio Generated Build File, Format Version 6.00
                      3: # ** DO NOT EDIT **
                      4: 
                      5: # TARGTYPE "Win32 (x86) Static Library" 0x0104
                      6: 
1.4     ! paf         7: CFG=md5 - Win32 Profile Debug
1.1       paf         8: !MESSAGE This is not a valid makefile. To build this project using NMAKE,
                      9: !MESSAGE use the Export Makefile command and run
                     10: !MESSAGE 
                     11: !MESSAGE NMAKE /f "md5.mak".
                     12: !MESSAGE 
                     13: !MESSAGE You can specify a configuration when running NMAKE
                     14: !MESSAGE by defining the macro CFG on the command line. For example:
                     15: !MESSAGE 
1.4     ! paf        16: !MESSAGE NMAKE /f "md5.mak" CFG="md5 - Win32 Profile Debug"
1.1       paf        17: !MESSAGE 
                     18: !MESSAGE Possible choices for configuration are:
                     19: !MESSAGE 
                     20: !MESSAGE "md5 - Win32 Release" (based on "Win32 (x86) Static Library")
                     21: !MESSAGE "md5 - Win32 Debug" (based on "Win32 (x86) Static Library")
1.4     ! paf        22: !MESSAGE "md5 - Win32 Profile Release" (based on "Win32 (x86) Static Library")
        !            23: !MESSAGE "md5 - Win32 Profile Debug" (based on "Win32 (x86) Static Library")
1.1       paf        24: !MESSAGE 
                     25: 
                     26: # Begin Project
                     27: # PROP AllowPerConfigDependencies 0
1.2       paf        28: # PROP Scc_ProjName "md5"
                     29: # PROP Scc_LocalPath "."
1.1       paf        30: CPP=cl.exe
                     31: RSC=rc.exe
                     32: 
                     33: !IF  "$(CFG)" == "md5 - Win32 Release"
                     34: 
                     35: # PROP BASE Use_MFC 0
                     36: # PROP BASE Use_Debug_Libraries 0
                     37: # PROP BASE Output_Dir "Release"
                     38: # PROP BASE Intermediate_Dir "Release"
                     39: # PROP BASE Target_Dir ""
                     40: # PROP Use_MFC 0
                     41: # PROP Use_Debug_Libraries 0
                     42: # PROP Output_Dir "Release"
                     43: # PROP Intermediate_Dir "Release"
                     44: # PROP Target_Dir ""
                     45: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
                     46: # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
                     47: # ADD BASE RSC /l 0x419 /d "NDEBUG"
                     48: # ADD RSC /l 0x419 /d "NDEBUG"
                     49: BSC32=bscmake.exe
                     50: # ADD BASE BSC32 /nologo
                     51: # ADD BSC32 /nologo
                     52: LIB32=link.exe -lib
                     53: # ADD BASE LIB32 /nologo
                     54: # ADD LIB32 /nologo
                     55: 
                     56: !ELSEIF  "$(CFG)" == "md5 - Win32 Debug"
                     57: 
                     58: # PROP BASE Use_MFC 0
                     59: # PROP BASE Use_Debug_Libraries 1
                     60: # PROP BASE Output_Dir "Debug"
                     61: # PROP BASE Intermediate_Dir "Debug"
                     62: # PROP BASE Target_Dir ""
                     63: # PROP Use_MFC 0
                     64: # PROP Use_Debug_Libraries 1
                     65: # PROP Output_Dir "Debug"
                     66: # PROP Intermediate_Dir "Debug"
                     67: # PROP Target_Dir ""
1.2       paf        68: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
                     69: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
1.1       paf        70: # ADD BASE RSC /l 0x419 /d "_DEBUG"
                     71: # ADD RSC /l 0x419 /d "_DEBUG"
                     72: BSC32=bscmake.exe
                     73: # ADD BASE BSC32 /nologo
                     74: # ADD BSC32 /nologo
                     75: LIB32=link.exe -lib
                     76: # ADD BASE LIB32 /nologo
                     77: # ADD LIB32 /nologo
                     78: 
1.4     ! paf        79: !ELSEIF  "$(CFG)" == "md5 - Win32 Profile Release"
1.3       paf        80: 
                     81: # PROP BASE Use_MFC 0
                     82: # PROP BASE Use_Debug_Libraries 0
1.4     ! paf        83: # PROP BASE Output_Dir "md5___Win32_Profile Release"
        !            84: # PROP BASE Intermediate_Dir "md5___Win32_Profile Release"
1.3       paf        85: # PROP BASE Target_Dir ""
                     86: # PROP Use_MFC 0
                     87: # PROP Use_Debug_Libraries 0
1.4     ! paf        88: # PROP Output_Dir "ProfileRelease"
        !            89: # PROP Intermediate_Dir "ProfileRelease"
1.3       paf        90: # PROP Target_Dir ""
                     91: # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
                     92: # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
                     93: # ADD BASE RSC /l 0x419 /d "NDEBUG"
                     94: # ADD RSC /l 0x419 /d "NDEBUG"
                     95: BSC32=bscmake.exe
                     96: # ADD BASE BSC32 /nologo
                     97: # ADD BSC32 /nologo
                     98: LIB32=link.exe -lib
                     99: # ADD BASE LIB32 /nologo
                    100: # ADD LIB32 /nologo
                    101: 
1.4     ! paf       102: !ELSEIF  "$(CFG)" == "md5 - Win32 Profile Debug"
        !           103: 
        !           104: # PROP BASE Use_MFC 0
        !           105: # PROP BASE Use_Debug_Libraries 1
        !           106: # PROP BASE Output_Dir "md5___Win32_Profile_Debug"
        !           107: # PROP BASE Intermediate_Dir "md5___Win32_Profile_Debug"
        !           108: # PROP BASE Target_Dir ""
        !           109: # PROP Use_MFC 0
        !           110: # PROP Use_Debug_Libraries 1
        !           111: # PROP Output_Dir "ProfileDebug"
        !           112: # PROP Intermediate_Dir "ProfileDebug"
        !           113: # PROP Target_Dir ""
        !           114: # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
        !           115: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
        !           116: # ADD BASE RSC /l 0x419 /d "_DEBUG"
        !           117: # ADD RSC /l 0x419 /d "_DEBUG"
        !           118: BSC32=bscmake.exe
        !           119: # ADD BASE BSC32 /nologo
        !           120: # ADD BSC32 /nologo
        !           121: LIB32=link.exe -lib
        !           122: # ADD BASE LIB32 /nologo
        !           123: # ADD LIB32 /nologo
        !           124: 
1.1       paf       125: !ENDIF 
                    126: 
                    127: # Begin Target
                    128: 
                    129: # Name "md5 - Win32 Release"
                    130: # Name "md5 - Win32 Debug"
1.4     ! paf       131: # Name "md5 - Win32 Profile Release"
        !           132: # Name "md5 - Win32 Profile Debug"
1.1       paf       133: # Begin Source File
                    134: 
                    135: SOURCE=.\pa_md5.h
                    136: # End Source File
                    137: # Begin Source File
                    138: 
                    139: SOURCE=.\pa_md5c.c
                    140: # End Source File
                    141: # End Target
                    142: # End Project

E-mail: