Annotation of parser3/src/classes/gd/gd.dsp, revision 1.30
1.1 paf 1: # Microsoft Developer Studio Project File - Name="gd" - 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.28 paf 7: CFG=gd - 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 "gd.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.28 paf 16: !MESSAGE NMAKE /f "gd.mak" CFG="gd - Win32 Profile Debug"
1.1 paf 17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "gd - Win32 Release" (based on "Win32 (x86) Static Library")
21: !MESSAGE "gd - Win32 Debug" (based on "Win32 (x86) Static Library")
1.28 paf 22: !MESSAGE "gd - Win32 Profile Release" (based on "Win32 (x86) Static Library")
23: !MESSAGE "gd - Win32 Profile Debug" (based on "Win32 (x86) Static Library")
1.1 paf 24: !MESSAGE
25:
26: # Begin Project
27: # PROP AllowPerConfigDependencies 0
1.4 parser 28: # PROP Scc_ProjName "gd"
29: # PROP Scc_LocalPath "."
1.1 paf 30: CPP=cl.exe
31: RSC=rc.exe
32:
33: !IF "$(CFG)" == "gd - 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
1.30 ! paf 46: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\include" /I "..\..\types" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\gnome-xml\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.1 paf 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)" == "gd - Win32 Debug"
57:
58: # PROP BASE Use_MFC 0
59: # PROP BASE Use_Debug_Libraries 1
60: # PROP BASE Output_Dir "gd___Win32_Debug"
1.26 paf 61: # PROP BASE Intermediate_Dir "Debug"
1.1 paf 62: # PROP BASE Target_Dir ""
1.22 paf 63: # PROP Use_MFC 2
1.1 paf 64: # PROP Use_Debug_Libraries 1
1.26 paf 65: # PROP Output_Dir "Debug"
66: # PROP Intermediate_Dir "Debug"
1.1 paf 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
1.30 ! paf 69: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\..\include" /I "..\..\types" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\gnome-xml\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /TP /c
1.21 paf 70: # ADD BASE RSC /l 0x419 /d "_DEBUG"
1.22 paf 71: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
1.21 paf 72: BSC32=bscmake.exe
73: # ADD BASE BSC32 /nologo
74: # ADD BSC32 /nologo
75: LIB32=link.exe -lib
76: # ADD BASE LIB32 /nologo
1.27 paf 77: # ADD LIB32 /nologo
1.21 paf 78:
1.28 paf 79: !ELSEIF "$(CFG)" == "gd - Win32 Profile Release"
1.21 paf 80:
81: # PROP BASE Use_MFC 0
1.27 paf 82: # PROP BASE Use_Debug_Libraries 0
1.28 paf 83: # PROP BASE Output_Dir "gd___Win32_Profile Release"
84: # PROP BASE Intermediate_Dir "gd___Win32_Profile Release"
1.21 paf 85: # PROP BASE Target_Dir ""
86: # PROP Use_MFC 0
1.27 paf 87: # PROP Use_Debug_Libraries 0
1.28 paf 88: # PROP Output_Dir "ProfileRelease"
89: # PROP Intermediate_Dir "ProfileRelease"
1.21 paf 90: # PROP Target_Dir ""
1.30 ! paf 91: # ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\include" /I "..\..\types" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\gnome-xml\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
! 92: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\include" /I "..\..\types" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\gnome-xml\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.27 paf 93: # ADD BASE RSC /l 0x419 /d "NDEBUG"
94: # ADD RSC /l 0x419 /d "NDEBUG"
1.1 paf 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.28 paf 102: !ELSEIF "$(CFG)" == "gd - Win32 Profile Debug"
103:
104: # PROP BASE Use_MFC 2
105: # PROP BASE Use_Debug_Libraries 1
106: # PROP BASE Output_Dir "gd___Win32_Profile_Debug"
107: # PROP BASE Intermediate_Dir "gd___Win32_Profile_Debug"
108: # PROP BASE Target_Dir ""
109: # PROP Use_MFC 2
110: # PROP Use_Debug_Libraries 1
111: # PROP Output_Dir "ProfileDebug"
112: # PROP Intermediate_Dir "ProfileDebug"
113: # PROP Target_Dir ""
1.30 ! paf 114: # ADD BASE CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\..\include" /I "..\..\types" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\gnome-xml\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /TP /c
! 115: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\..\include" /I "..\..\types" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\gnome-xml\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /TP /c
1.28 paf 116: # ADD BASE RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
117: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
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 "gd - Win32 Release"
130: # Name "gd - Win32 Debug"
1.28 paf 131: # Name "gd - Win32 Profile Release"
132: # Name "gd - Win32 Profile Debug"
1.1 paf 133: # Begin Group "Source Files"
134:
135: # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
136: # Begin Source File
137:
138: SOURCE=.\gif.C
139: # End Source File
140: # Begin Source File
141:
1.2 paf 142: SOURCE=.\gifio.C
1.1 paf 143: # End Source File
1.13 parser 144: # Begin Source File
145:
146: SOURCE=.\mtables.h
147: # End Source File
1.2 paf 148: # End Group
149: # Begin Group "Header Files"
150:
151: # PROP Default_Filter "h;hpp;hxx;hm;inl"
1.1 paf 152: # Begin Source File
153:
1.2 paf 154: SOURCE=.\gif.h
1.1 paf 155: # End Source File
1.2 paf 156: # End Group
1.1 paf 157: # End Target
158: # End Project
E-mail: