Annotation of parser3/src/lib/cord/cord.dsp, revision 1.2
1.2 ! paf 1: # Microsoft Developer Studio Project File - Name="cord" - 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:
! 7: CFG=cord - Win32 Profile Debug
! 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 "cord.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
! 16: !MESSAGE NMAKE /f "cord.mak" CFG="cord - Win32 Profile Debug"
! 17: !MESSAGE
! 18: !MESSAGE Possible choices for configuration are:
! 19: !MESSAGE
! 20: !MESSAGE "cord - Win32 Release" (based on "Win32 (x86) Static Library")
! 21: !MESSAGE "cord - Win32 Debug" (based on "Win32 (x86) Static Library")
! 22: !MESSAGE "cord - Win32 Profile Release" (based on "Win32 (x86) Static Library")
! 23: !MESSAGE "cord - Win32 Profile Debug" (based on "Win32 (x86) Static Library")
! 24: !MESSAGE
! 25:
! 26: # Begin Project
! 27: # PROP AllowPerConfigDependencies 0
! 28: # PROP Scc_ProjName "parser3/src/lib/cord"
! 29: # PROP Scc_LocalPath "."
! 30: CPP=cl.exe
! 31: RSC=rc.exe
! 32:
! 33: !IF "$(CFG)" == "cord - 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 /Zi /O2 /I "include" /I "..\gc\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)" == "cord - 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 ""
! 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" /I "..\gc\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
! 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:
! 79: !ELSEIF "$(CFG)" == "cord - Win32 Profile Release"
! 80:
! 81: # PROP BASE Use_MFC 0
! 82: # PROP BASE Use_Debug_Libraries 0
! 83: # PROP BASE Output_Dir "cord___Win32_Profile Release"
! 84: # PROP BASE Intermediate_Dir "cord___Win32_Profile Release"
! 85: # PROP BASE Target_Dir ""
! 86: # PROP Use_MFC 0
! 87: # PROP Use_Debug_Libraries 0
! 88: # PROP Output_Dir "ProfileRelease"
! 89: # PROP Intermediate_Dir "ProfileRelease"
! 90: # PROP Target_Dir ""
! 91: # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "include" /I "..\gc\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
! 92: # ADD CPP /nologo /MD /W3 /GX /O2 /I "include" /I "..\gc\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:
! 102: !ELSEIF "$(CFG)" == "cord - Win32 Profile Debug"
! 103:
! 104: # PROP BASE Use_MFC 0
! 105: # PROP BASE Use_Debug_Libraries 1
! 106: # PROP BASE Output_Dir "cord___Win32_Profile_Debug"
! 107: # PROP BASE Intermediate_Dir "cord___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" /I "..\gc\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
! 115: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "include" /I "..\gc\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /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:
! 125: !ENDIF
! 126:
! 127: # Begin Target
! 128:
! 129: # Name "cord - Win32 Release"
! 130: # Name "cord - Win32 Debug"
! 131: # Name "cord - Win32 Profile Release"
! 132: # Name "cord - Win32 Profile Debug"
! 133: # Begin Group "include"
! 134:
! 135: # PROP Default_Filter "*.h"
! 136: # Begin Group "private"
! 137:
! 138: # PROP Default_Filter ""
! 139: # Begin Source File
! 140:
! 141: SOURCE=.\include\private\cord_pos.h
! 142: # End Source File
! 143: # End Group
! 144: # Begin Source File
! 145:
! 146: SOURCE=.\include\cord.h
! 147: # End Source File
! 148: # Begin Source File
! 149:
! 150: SOURCE=.\include\ec.h
! 151: # End Source File
! 152: # End Group
! 153: # Begin Source File
! 154:
! 155: SOURCE=.\cordbscs.c
! 156: # End Source File
! 157: # Begin Source File
! 158:
! 159: SOURCE=.\cordprnt.c
! 160: # End Source File
! 161: # Begin Source File
! 162:
! 163: SOURCE=.\cordxtra.c
! 164: # End Source File
! 165: # End Target
! 166: # End Project
E-mail: