Annotation of win32/gnome/gmime-x.x.x/libgmime.dsp, revision 1.1
1.1 ! paf 1: # Microsoft Developer Studio Project File - Name="libgmime" - Package Owner=<4>
! 2: # Microsoft Developer Studio Generated Build File, Format Version 6.00
! 3: # ** DO NOT EDIT **
! 4:
! 5: # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
! 6:
! 7: CFG=libgmime - Win32 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 "libgmime.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 "libgmime.mak" CFG="libgmime - Win32 Debug"
! 17: !MESSAGE
! 18: !MESSAGE Possible choices for configuration are:
! 19: !MESSAGE
! 20: !MESSAGE "libgmime - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
! 21: !MESSAGE "libgmime - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
! 22: !MESSAGE
! 23:
! 24: # Begin Project
! 25: # PROP AllowPerConfigDependencies 0
! 26: # PROP Scc_ProjName ""
! 27: # PROP Scc_LocalPath ""
! 28: CPP=cl.exe
! 29: MTL=midl.exe
! 30: RSC=rc.exe
! 31:
! 32: !IF "$(CFG)" == "libgmime - Win32 Release"
! 33:
! 34: # PROP BASE Use_MFC 0
! 35: # PROP BASE Use_Debug_Libraries 0
! 36: # PROP BASE Output_Dir "Release"
! 37: # PROP BASE Intermediate_Dir "Release"
! 38: # PROP BASE Target_Dir ""
! 39: # PROP Use_MFC 0
! 40: # PROP Use_Debug_Libraries 0
! 41: # PROP Output_Dir "Release"
! 42: # PROP Intermediate_Dir "Release"
! 43: # PROP Ignore_Export_Lib 0
! 44: # PROP Target_Dir ""
! 45: # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGMIME_EXPORTS" /YX /FD /c
! 46: # ADD CPP /nologo /MT /W3 /GX /O2 /I "." /I "\gnome\glib\include" /I "\gnome\glib\include\glib" /I "\gnome\libiconv-1.8\include" /D "NDEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGMIME_EXPORTS" /FD /c
! 47: # SUBTRACT CPP /YX
! 48: # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
! 49: # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
! 50: # ADD BASE RSC /l 0x419 /d "NDEBUG"
! 51: # ADD RSC /l 0x419 /d "NDEBUG"
! 52: BSC32=bscmake.exe
! 53: # ADD BASE BSC32 /nologo
! 54: # ADD BSC32 /nologo
! 55: LINK32=link.exe
! 56: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
! 57: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
! 58:
! 59: !ELSEIF "$(CFG)" == "libgmime - Win32 Debug"
! 60:
! 61: # PROP BASE Use_MFC 0
! 62: # PROP BASE Use_Debug_Libraries 1
! 63: # PROP BASE Output_Dir "Debug"
! 64: # PROP BASE Intermediate_Dir "Debug"
! 65: # PROP BASE Target_Dir ""
! 66: # PROP Use_MFC 0
! 67: # PROP Use_Debug_Libraries 1
! 68: # PROP Output_Dir "Debug"
! 69: # PROP Intermediate_Dir "Debug"
! 70: # PROP Ignore_Export_Lib 0
! 71: # PROP Target_Dir ""
! 72: # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGMIME_EXPORTS" /YX /FD /GZ /c
! 73: # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "." /I "\gnome\glib\include" /I "\gnome\glib\include\glib" /I "\gnome\libiconv-1.8\include" /D "_DEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGMIME_EXPORTS" /FD /GZ /c
! 74: # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
! 75: # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
! 76: # ADD BASE RSC /l 0x419 /d "_DEBUG"
! 77: # ADD RSC /l 0x419 /d "_DEBUG"
! 78: BSC32=bscmake.exe
! 79: # ADD BASE BSC32 /nologo
! 80: # ADD BSC32 /nologo
! 81: LINK32=link.exe
! 82: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
! 83: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
! 84: # SUBTRACT LINK32 /pdb:none
! 85:
! 86: !ENDIF
! 87:
! 88: # Begin Target
! 89:
! 90: # Name "libgmime - Win32 Release"
! 91: # Name "libgmime - Win32 Debug"
! 92: # Begin Group "libmime"
! 93:
! 94: # PROP Default_Filter ""
! 95: # Begin Source File
! 96:
! 97: SOURCE=".\gmime-charset-map-private.h"
! 98: # End Source File
! 99: # Begin Source File
! 100:
! 101: SOURCE=".\gmime-charset.c"
! 102: # End Source File
! 103: # Begin Source File
! 104:
! 105: SOURCE=".\gmime-charset.h"
! 106: # End Source File
! 107: # Begin Source File
! 108:
! 109: SOURCE=".\gmime-content-type.c"
! 110: # End Source File
! 111: # Begin Source File
! 112:
! 113: SOURCE=".\gmime-content-type.h"
! 114: # End Source File
! 115: # Begin Source File
! 116:
! 117: SOURCE=".\gmime-data-wrapper.c"
! 118: # End Source File
! 119: # Begin Source File
! 120:
! 121: SOURCE=".\gmime-data-wrapper.h"
! 122: # End Source File
! 123: # Begin Source File
! 124:
! 125: SOURCE=".\gmime-disposition.c"
! 126: # End Source File
! 127: # Begin Source File
! 128:
! 129: SOURCE=".\gmime-disposition.h"
! 130: # End Source File
! 131: # Begin Source File
! 132:
! 133: SOURCE=".\gmime-filter-basic.c"
! 134: # End Source File
! 135: # Begin Source File
! 136:
! 137: SOURCE=".\gmime-filter-basic.h"
! 138: # End Source File
! 139: # Begin Source File
! 140:
! 141: SOURCE=".\gmime-filter-charset.c"
! 142: # End Source File
! 143: # Begin Source File
! 144:
! 145: SOURCE=".\gmime-filter-charset.h"
! 146: # End Source File
! 147: # Begin Source File
! 148:
! 149: SOURCE=".\gmime-filter-crlf.c"
! 150: # End Source File
! 151: # Begin Source File
! 152:
! 153: SOURCE=".\gmime-filter-crlf.h"
! 154: # End Source File
! 155: # Begin Source File
! 156:
! 157: SOURCE=".\gmime-filter-from.c"
! 158: # End Source File
! 159: # Begin Source File
! 160:
! 161: SOURCE=".\gmime-filter-from.h"
! 162: # End Source File
! 163: # Begin Source File
! 164:
! 165: SOURCE=".\gmime-filter-html.c"
! 166: # End Source File
! 167: # Begin Source File
! 168:
! 169: SOURCE=".\gmime-filter-html.h"
! 170: # End Source File
! 171: # Begin Source File
! 172:
! 173: SOURCE=".\gmime-filter-yenc.c"
! 174: # End Source File
! 175: # Begin Source File
! 176:
! 177: SOURCE=".\gmime-filter-yenc.h"
! 178: # End Source File
! 179: # Begin Source File
! 180:
! 181: SOURCE=".\gmime-filter.c"
! 182: # End Source File
! 183: # Begin Source File
! 184:
! 185: SOURCE=".\gmime-filter.h"
! 186: # End Source File
! 187: # Begin Source File
! 188:
! 189: SOURCE=".\gmime-header.c"
! 190: # End Source File
! 191: # Begin Source File
! 192:
! 193: SOURCE=".\gmime-header.h"
! 194: # End Source File
! 195: # Begin Source File
! 196:
! 197: SOURCE=".\gmime-iconv-utils.c"
! 198: # End Source File
! 199: # Begin Source File
! 200:
! 201: SOURCE=".\gmime-iconv-utils.h"
! 202: # End Source File
! 203: # Begin Source File
! 204:
! 205: SOURCE=".\gmime-iconv.c"
! 206: # End Source File
! 207: # Begin Source File
! 208:
! 209: SOURCE=".\gmime-iconv.h"
! 210: # End Source File
! 211: # Begin Source File
! 212:
! 213: SOURCE=".\gmime-message.c"
! 214: # End Source File
! 215: # Begin Source File
! 216:
! 217: SOURCE=".\gmime-message.h"
! 218: # End Source File
! 219: # Begin Source File
! 220:
! 221: SOURCE=".\gmime-object.c"
! 222: # End Source File
! 223: # Begin Source File
! 224:
! 225: SOURCE=".\gmime-object.h"
! 226: # End Source File
! 227: # Begin Source File
! 228:
! 229: SOURCE=".\gmime-param.c"
! 230: # End Source File
! 231: # Begin Source File
! 232:
! 233: SOURCE=".\gmime-param.h"
! 234: # End Source File
! 235: # Begin Source File
! 236:
! 237: SOURCE=".\gmime-parser.c"
! 238: # End Source File
! 239: # Begin Source File
! 240:
! 241: SOURCE=".\gmime-parser.h"
! 242: # End Source File
! 243: # Begin Source File
! 244:
! 245: SOURCE=".\gmime-part.c"
! 246: # End Source File
! 247: # Begin Source File
! 248:
! 249: SOURCE=".\gmime-part.h"
! 250: # End Source File
! 251: # Begin Source File
! 252:
! 253: SOURCE=".\gmime-stream-buffer.c"
! 254: # End Source File
! 255: # Begin Source File
! 256:
! 257: SOURCE=".\gmime-stream-buffer.h"
! 258: # End Source File
! 259: # Begin Source File
! 260:
! 261: SOURCE=".\gmime-stream-file.c"
! 262: # End Source File
! 263: # Begin Source File
! 264:
! 265: SOURCE=".\gmime-stream-file.h"
! 266: # End Source File
! 267: # Begin Source File
! 268:
! 269: SOURCE=".\gmime-stream-filter.c"
! 270: # End Source File
! 271: # Begin Source File
! 272:
! 273: SOURCE=".\gmime-stream-filter.h"
! 274: # End Source File
! 275: # Begin Source File
! 276:
! 277: SOURCE=".\gmime-stream-fs.c"
! 278: # End Source File
! 279: # Begin Source File
! 280:
! 281: SOURCE=".\gmime-stream-fs.h"
! 282: # End Source File
! 283: # Begin Source File
! 284:
! 285: SOURCE=".\gmime-stream-mem.c"
! 286: # End Source File
! 287: # Begin Source File
! 288:
! 289: SOURCE=".\gmime-stream-mem.h"
! 290: # End Source File
! 291: # Begin Source File
! 292:
! 293: SOURCE=".\gmime-stream-mmap.c"
! 294: # End Source File
! 295: # Begin Source File
! 296:
! 297: SOURCE=".\gmime-stream-mmap.h"
! 298: # End Source File
! 299: # Begin Source File
! 300:
! 301: SOURCE=".\gmime-stream-null.c"
! 302: # End Source File
! 303: # Begin Source File
! 304:
! 305: SOURCE=".\gmime-stream-null.h"
! 306: # End Source File
! 307: # Begin Source File
! 308:
! 309: SOURCE=".\gmime-stream.c"
! 310: # End Source File
! 311: # Begin Source File
! 312:
! 313: SOURCE=".\gmime-stream.h"
! 314: # End Source File
! 315: # Begin Source File
! 316:
! 317: SOURCE=".\gmime-table-private.h"
! 318: # End Source File
! 319: # Begin Source File
! 320:
! 321: SOURCE=".\gmime-utils.c"
! 322: # End Source File
! 323: # Begin Source File
! 324:
! 325: SOURCE=".\gmime-utils.h"
! 326: # End Source File
! 327: # Begin Source File
! 328:
! 329: SOURCE=.\gmime.c
! 330: # End Source File
! 331: # Begin Source File
! 332:
! 333: SOURCE=.\gmime.h
! 334: # End Source File
! 335: # Begin Source File
! 336:
! 337: SOURCE=".\internet-address.c"
! 338: # End Source File
! 339: # Begin Source File
! 340:
! 341: SOURCE=".\internet-address.h"
! 342: # End Source File
! 343: # Begin Source File
! 344:
! 345: SOURCE=".\md5-utils.c"
! 346: # End Source File
! 347: # Begin Source File
! 348:
! 349: SOURCE=".\md5-utils.h"
! 350: # End Source File
! 351: # Begin Source File
! 352:
! 353: SOURCE=.\memchunk.c
! 354: # End Source File
! 355: # Begin Source File
! 356:
! 357: SOURCE=.\memchunk.h
! 358: # End Source File
! 359: # Begin Source File
! 360:
! 361: SOURCE=.\strlib.c
! 362: # End Source File
! 363: # Begin Source File
! 364:
! 365: SOURCE=.\strlib.h
! 366: # End Source File
! 367: # Begin Source File
! 368:
! 369: SOURCE=.\unicode.c
! 370: # End Source File
! 371: # Begin Source File
! 372:
! 373: SOURCE=.\unicode.h
! 374: # End Source File
! 375: # End Group
! 376: # Begin Group "libs"
! 377:
! 378: # PROP Default_Filter ""
! 379: # Begin Source File
! 380:
! 381: SOURCE="..\glib\lib\libglib-1.3-11.lib"
! 382: # End Source File
! 383: # Begin Source File
! 384:
! 385: SOURCE="..\libiconv-1.8\lib\iconv.lib"
! 386: # End Source File
! 387: # End Group
! 388: # Begin Source File
! 389:
! 390: SOURCE=.\libgmime.def
! 391: # End Source File
! 392: # End Target
! 393: # End Project
E-mail: