Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 244 | chris | 1 | # Microsoft Developer Studio Project File - Name="ImageLib" - 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=ImageLib - 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 "ImageLib.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 "ImageLib.mak" CFG="ImageLib - Win32 Debug" |
||
| 17 | !MESSAGE |
||
| 18 | !MESSAGE Possible choices for configuration are: |
||
| 19 | !MESSAGE |
||
| 20 | !MESSAGE "ImageLib - Win32 Release" (based on "Win32 (x86) Static Library") |
||
| 21 | !MESSAGE "ImageLib - Win32 Debug" (based on "Win32 (x86) Static Library") |
||
| 22 | !MESSAGE |
||
| 23 | |||
| 24 | # Begin Project |
||
| 25 | # PROP AllowPerConfigDependencies 0 |
||
| 26 | # PROP Scc_ProjName ""$/WinAlch", YKBAAAAA" |
||
| 27 | # PROP Scc_LocalPath "..\winalch" |
||
| 28 | CPP=cl.exe |
||
| 29 | RSC=rc.exe |
||
| 30 | |||
| 31 | !IF "$(CFG)" == "ImageLib - Win32 Release" |
||
| 32 | |||
| 33 | # PROP BASE Use_MFC 0 |
||
| 34 | # PROP BASE Use_Debug_Libraries 0 |
||
| 35 | # PROP BASE Output_Dir "Release" |
||
| 36 | # PROP BASE Intermediate_Dir "Release" |
||
| 37 | # PROP BASE Target_Dir "" |
||
| 38 | # PROP Use_MFC 0 |
||
| 39 | # PROP Use_Debug_Libraries 0 |
||
| 40 | # PROP Output_Dir "Release" |
||
| 41 | # PROP Intermediate_Dir "Release" |
||
| 42 | # PROP Target_Dir "" |
||
| 43 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c |
||
| 44 | # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_WINDOWS" /D "_VISUALC_" /D "_IMAGE_MAGICK_JPEG_" /D "_JPEGLIB_" /YX /FD /c |
||
| 45 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
||
| 46 | # ADD RSC /l 0x409 /fo"WinDM.res" /d "NDEBUG" |
||
| 47 | BSC32=bscmake.exe |
||
| 48 | # ADD BASE BSC32 /nologo |
||
| 49 | # ADD BSC32 /nologo |
||
| 50 | LIB32=link.exe -lib |
||
| 51 | # ADD BASE LIB32 /nologo |
||
| 52 | # ADD LIB32 /nologo |
||
| 53 | |||
| 54 | !ELSEIF "$(CFG)" == "ImageLib - Win32 Debug" |
||
| 55 | |||
| 56 | # PROP BASE Use_MFC 0 |
||
| 57 | # PROP BASE Use_Debug_Libraries 1 |
||
| 58 | # PROP BASE Output_Dir "Debug" |
||
| 59 | # PROP BASE Intermediate_Dir "Debug" |
||
| 60 | # PROP BASE Target_Dir "" |
||
| 61 | # PROP Use_MFC 0 |
||
| 62 | # PROP Use_Debug_Libraries 1 |
||
| 63 | # PROP Output_Dir "Debug" |
||
| 64 | # PROP Intermediate_Dir "Debug" |
||
| 65 | # PROP Target_Dir "" |
||
| 66 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c |
||
| 67 | # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_WINDOWS" /D "_VISUALC_" /D "_IMAGE_MAGICK_JPEG_" /D "_JPEGLIB_" /FD /GZ /c |
||
| 68 | # SUBTRACT CPP /YX |
||
| 69 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
||
| 70 | # ADD RSC /l 0x409 /fo"WinDM.res" /d "_DEBUG" |
||
| 71 | BSC32=bscmake.exe |
||
| 72 | # ADD BASE BSC32 /nologo |
||
| 73 | # ADD BSC32 /nologo |
||
| 74 | LIB32=link.exe -lib |
||
| 75 | # ADD BASE LIB32 /nologo |
||
| 76 | # ADD LIB32 /nologo |
||
| 77 | |||
| 78 | !ENDIF |
||
| 79 | |||
| 80 | # Begin Target |
||
| 81 | |||
| 82 | # Name "ImageLib - Win32 Release" |
||
| 83 | # Name "ImageLib - Win32 Debug" |
||
| 84 | # Begin Group "Source Files" |
||
| 85 | |||
| 86 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" |
||
| 87 | # Begin Source File |
||
| 88 | |||
| 89 | SOURCE=.\ImageLib.cpp |
||
| 90 | # End Source File |
||
| 91 | # End Group |
||
| 92 | # Begin Group "Header Files" |
||
| 93 | |||
| 94 | # PROP Default_Filter "h;hpp;hxx;hm;inl" |
||
| 95 | # Begin Source File |
||
| 96 | |||
| 97 | SOURCE=.\ImageLib.h |
||
| 98 | # End Source File |
||
| 99 | # End Group |
||
| 100 | # Begin Group "PNG" |
||
| 101 | |||
| 102 | # PROP Default_Filter "" |
||
| 103 | # Begin Source File |
||
| 104 | |||
| 105 | SOURCE=.\png\png.c |
||
| 106 | # End Source File |
||
| 107 | # Begin Source File |
||
| 108 | |||
| 109 | SOURCE=.\png\png.h |
||
| 110 | # End Source File |
||
| 111 | # Begin Source File |
||
| 112 | |||
| 113 | SOURCE=.\png\pngasmrd.h |
||
| 114 | # End Source File |
||
| 115 | # Begin Source File |
||
| 116 | |||
| 117 | SOURCE=.\png\pngconf.h |
||
| 118 | # End Source File |
||
| 119 | # Begin Source File |
||
| 120 | |||
| 121 | SOURCE=.\png\pngerror.c |
||
| 122 | # End Source File |
||
| 123 | # Begin Source File |
||
| 124 | |||
| 125 | SOURCE=.\png\pngget.c |
||
| 126 | # End Source File |
||
| 127 | # Begin Source File |
||
| 128 | |||
| 129 | SOURCE=.\png\pngmem.c |
||
| 130 | # End Source File |
||
| 131 | # Begin Source File |
||
| 132 | |||
| 133 | SOURCE=.\png\pngpread.c |
||
| 134 | # End Source File |
||
| 135 | # Begin Source File |
||
| 136 | |||
| 137 | SOURCE=.\png\pngread.c |
||
| 138 | # End Source File |
||
| 139 | # Begin Source File |
||
| 140 | |||
| 141 | SOURCE=.\png\pngrio.c |
||
| 142 | # End Source File |
||
| 143 | # Begin Source File |
||
| 144 | |||
| 145 | SOURCE=.\png\pngrtran.c |
||
| 146 | # End Source File |
||
| 147 | # Begin Source File |
||
| 148 | |||
| 149 | SOURCE=.\png\pngrutil.c |
||
| 150 | # End Source File |
||
| 151 | # Begin Source File |
||
| 152 | |||
| 153 | SOURCE=.\png\pngset.c |
||
| 154 | # End Source File |
||
| 155 | # Begin Source File |
||
| 156 | |||
| 157 | SOURCE=.\png\pngtrans.c |
||
| 158 | # End Source File |
||
| 159 | # Begin Source File |
||
| 160 | |||
| 161 | SOURCE=.\png\pngvcrd.c |
||
| 162 | # End Source File |
||
| 163 | # Begin Source File |
||
| 164 | |||
| 165 | SOURCE=.\png\pngwio.c |
||
| 166 | # End Source File |
||
| 167 | # Begin Source File |
||
| 168 | |||
| 169 | SOURCE=.\png\pngwrite.c |
||
| 170 | # End Source File |
||
| 171 | # Begin Source File |
||
| 172 | |||
| 173 | SOURCE=.\png\pngwtran.c |
||
| 174 | # End Source File |
||
| 175 | # Begin Source File |
||
| 176 | |||
| 177 | SOURCE=.\png\pngwutil.c |
||
| 178 | # End Source File |
||
| 179 | # End Group |
||
| 180 | # Begin Group "JPEG" |
||
| 181 | |||
| 182 | # PROP Default_Filter "" |
||
| 183 | # Begin Source File |
||
| 184 | |||
| 185 | SOURCE=.\jpeg\cderror.h |
||
| 186 | # End Source File |
||
| 187 | # Begin Source File |
||
| 188 | |||
| 189 | SOURCE=.\jpeg\cdjpeg.c |
||
| 190 | # End Source File |
||
| 191 | # Begin Source File |
||
| 192 | |||
| 193 | SOURCE=.\jpeg\cdjpeg.h |
||
| 194 | # End Source File |
||
| 195 | # Begin Source File |
||
| 196 | |||
| 197 | SOURCE=.\jpeg\jcapimin.c |
||
| 198 | # End Source File |
||
| 199 | # Begin Source File |
||
| 200 | |||
| 201 | SOURCE=.\jpeg\jcapistd.c |
||
| 202 | # End Source File |
||
| 203 | # Begin Source File |
||
| 204 | |||
| 205 | SOURCE=.\jpeg\jccoefct.c |
||
| 206 | # End Source File |
||
| 207 | # Begin Source File |
||
| 208 | |||
| 209 | SOURCE=.\jpeg\jccolor.c |
||
| 210 | # End Source File |
||
| 211 | # Begin Source File |
||
| 212 | |||
| 213 | SOURCE=.\jpeg\jcdctmgr.c |
||
| 214 | # End Source File |
||
| 215 | # Begin Source File |
||
| 216 | |||
| 217 | SOURCE=.\jpeg\jchuff.c |
||
| 218 | # End Source File |
||
| 219 | # Begin Source File |
||
| 220 | |||
| 221 | SOURCE=.\jpeg\jchuff.h |
||
| 222 | # End Source File |
||
| 223 | # Begin Source File |
||
| 224 | |||
| 225 | SOURCE=.\jpeg\jcinit.c |
||
| 226 | # End Source File |
||
| 227 | # Begin Source File |
||
| 228 | |||
| 229 | SOURCE=.\jpeg\jcmainct.c |
||
| 230 | # End Source File |
||
| 231 | # Begin Source File |
||
| 232 | |||
| 233 | SOURCE=.\jpeg\jcmarker.c |
||
| 234 | # End Source File |
||
| 235 | # Begin Source File |
||
| 236 | |||
| 237 | SOURCE=.\jpeg\jcmaster.c |
||
| 238 | # End Source File |
||
| 239 | # Begin Source File |
||
| 240 | |||
| 241 | SOURCE=.\jpeg\jcomapi.c |
||
| 242 | # End Source File |
||
| 243 | # Begin Source File |
||
| 244 | |||
| 245 | SOURCE=.\jpeg\jconfig.h |
||
| 246 | # End Source File |
||
| 247 | # Begin Source File |
||
| 248 | |||
| 249 | SOURCE=.\jpeg\jcparam.c |
||
| 250 | # End Source File |
||
| 251 | # Begin Source File |
||
| 252 | |||
| 253 | SOURCE=.\jpeg\jcphuff.c |
||
| 254 | # End Source File |
||
| 255 | # Begin Source File |
||
| 256 | |||
| 257 | SOURCE=.\jpeg\jcprepct.c |
||
| 258 | # End Source File |
||
| 259 | # Begin Source File |
||
| 260 | |||
| 261 | SOURCE=.\jpeg\jcsample.c |
||
| 262 | # End Source File |
||
| 263 | # Begin Source File |
||
| 264 | |||
| 265 | SOURCE=.\jpeg\jctrans.c |
||
| 266 | # End Source File |
||
| 267 | # Begin Source File |
||
| 268 | |||
| 269 | SOURCE=.\jpeg\jdapimin.c |
||
| 270 | # End Source File |
||
| 271 | # Begin Source File |
||
| 272 | |||
| 273 | SOURCE=.\jpeg\jdapistd.c |
||
| 274 | # End Source File |
||
| 275 | # Begin Source File |
||
| 276 | |||
| 277 | SOURCE=.\jpeg\jdatadst.c |
||
| 278 | # End Source File |
||
| 279 | # Begin Source File |
||
| 280 | |||
| 281 | SOURCE=.\jpeg\jdatasrc.c |
||
| 282 | # End Source File |
||
| 283 | # Begin Source File |
||
| 284 | |||
| 285 | SOURCE=.\jpeg\jdcoefct.c |
||
| 286 | # End Source File |
||
| 287 | # Begin Source File |
||
| 288 | |||
| 289 | SOURCE=.\jpeg\jdcolor.c |
||
| 290 | # End Source File |
||
| 291 | # Begin Source File |
||
| 292 | |||
| 293 | SOURCE=.\jpeg\jdct.h |
||
| 294 | # End Source File |
||
| 295 | # Begin Source File |
||
| 296 | |||
| 297 | SOURCE=.\jpeg\jddctmgr.c |
||
| 298 | # End Source File |
||
| 299 | # Begin Source File |
||
| 300 | |||
| 301 | SOURCE=.\jpeg\jdhuff.c |
||
| 302 | # End Source File |
||
| 303 | # Begin Source File |
||
| 304 | |||
| 305 | SOURCE=.\jpeg\jdhuff.h |
||
| 306 | # End Source File |
||
| 307 | # Begin Source File |
||
| 308 | |||
| 309 | SOURCE=.\jpeg\jdinput.c |
||
| 310 | # End Source File |
||
| 311 | # Begin Source File |
||
| 312 | |||
| 313 | SOURCE=.\jpeg\jdmainct.c |
||
| 314 | # End Source File |
||
| 315 | # Begin Source File |
||
| 316 | |||
| 317 | SOURCE=.\jpeg\jdmarker.c |
||
| 318 | # End Source File |
||
| 319 | # Begin Source File |
||
| 320 | |||
| 321 | SOURCE=.\jpeg\jdmaster.c |
||
| 322 | # End Source File |
||
| 323 | # Begin Source File |
||
| 324 | |||
| 325 | SOURCE=.\jpeg\jdmerge.c |
||
| 326 | # End Source File |
||
| 327 | # Begin Source File |
||
| 328 | |||
| 329 | SOURCE=.\jpeg\jdphuff.c |
||
| 330 | # End Source File |
||
| 331 | # Begin Source File |
||
| 332 | |||
| 333 | SOURCE=.\jpeg\jdpostct.c |
||
| 334 | # End Source File |
||
| 335 | # Begin Source File |
||
| 336 | |||
| 337 | SOURCE=.\jpeg\jdsample.c |
||
| 338 | # End Source File |
||
| 339 | # Begin Source File |
||
| 340 | |||
| 341 | SOURCE=.\jpeg\jdtrans.c |
||
| 342 | # End Source File |
||
| 343 | # Begin Source File |
||
| 344 | |||
| 345 | SOURCE=.\jpeg\jerror.c |
||
| 346 | # End Source File |
||
| 347 | # Begin Source File |
||
| 348 | |||
| 349 | SOURCE=.\jpeg\jerror.h |
||
| 350 | # End Source File |
||
| 351 | # Begin Source File |
||
| 352 | |||
| 353 | SOURCE=.\jpeg\jfdctflt.c |
||
| 354 | # End Source File |
||
| 355 | # Begin Source File |
||
| 356 | |||
| 357 | SOURCE=.\jpeg\jfdctfst.c |
||
| 358 | # End Source File |
||
| 359 | # Begin Source File |
||
| 360 | |||
| 361 | SOURCE=.\jpeg\jfdctint.c |
||
| 362 | # End Source File |
||
| 363 | # Begin Source File |
||
| 364 | |||
| 365 | SOURCE=.\jpeg\jidctflt.c |
||
| 366 | # End Source File |
||
| 367 | # Begin Source File |
||
| 368 | |||
| 369 | SOURCE=.\jpeg\jidctfst.c |
||
| 370 | # End Source File |
||
| 371 | # Begin Source File |
||
| 372 | |||
| 373 | SOURCE=.\jpeg\jidctint.c |
||
| 374 | # End Source File |
||
| 375 | # Begin Source File |
||
| 376 | |||
| 377 | SOURCE=.\jpeg\jidctred.c |
||
| 378 | # End Source File |
||
| 379 | # Begin Source File |
||
| 380 | |||
| 381 | SOURCE=.\jpeg\jinclude.h |
||
| 382 | # End Source File |
||
| 383 | # Begin Source File |
||
| 384 | |||
| 385 | SOURCE=.\jpeg\jmemmgr.c |
||
| 386 | # End Source File |
||
| 387 | # Begin Source File |
||
| 388 | |||
| 389 | SOURCE=.\jpeg\jmemnobs.c |
||
| 390 | # End Source File |
||
| 391 | # Begin Source File |
||
| 392 | |||
| 393 | SOURCE=.\jpeg\jmemsys.h |
||
| 394 | # End Source File |
||
| 395 | # Begin Source File |
||
| 396 | |||
| 397 | SOURCE=.\jpeg\jmorecfg.h |
||
| 398 | # End Source File |
||
| 399 | # Begin Source File |
||
| 400 | |||
| 401 | SOURCE=.\jpeg\jpegint.h |
||
| 402 | # End Source File |
||
| 403 | # Begin Source File |
||
| 404 | |||
| 405 | SOURCE=.\jpeg\jpeglib.h |
||
| 406 | # End Source File |
||
| 407 | # Begin Source File |
||
| 408 | |||
| 409 | SOURCE=.\jpeg\jquant1.c |
||
| 410 | # End Source File |
||
| 411 | # Begin Source File |
||
| 412 | |||
| 413 | SOURCE=.\jpeg\jquant2.c |
||
| 414 | # End Source File |
||
| 415 | # Begin Source File |
||
| 416 | |||
| 417 | SOURCE=.\jpeg\jutils.c |
||
| 418 | # End Source File |
||
| 419 | # Begin Source File |
||
| 420 | |||
| 421 | SOURCE=.\jpeg\jversion.h |
||
| 422 | # End Source File |
||
| 423 | # Begin Source File |
||
| 424 | |||
| 425 | SOURCE=.\jpeg\rdbmp.c |
||
| 426 | # End Source File |
||
| 427 | # Begin Source File |
||
| 428 | |||
| 429 | SOURCE=.\jpeg\rdcolmap.c |
||
| 430 | # End Source File |
||
| 431 | # Begin Source File |
||
| 432 | |||
| 433 | SOURCE=.\jpeg\rdgif.c |
||
| 434 | # End Source File |
||
| 435 | # Begin Source File |
||
| 436 | |||
| 437 | SOURCE=.\jpeg\rdppm.c |
||
| 438 | # End Source File |
||
| 439 | # Begin Source File |
||
| 440 | |||
| 441 | SOURCE=.\jpeg\rdrle.c |
||
| 442 | # End Source File |
||
| 443 | # Begin Source File |
||
| 444 | |||
| 445 | SOURCE=.\jpeg\rdswitch.c |
||
| 446 | # End Source File |
||
| 447 | # Begin Source File |
||
| 448 | |||
| 449 | SOURCE=.\jpeg\rdtarga.c |
||
| 450 | # End Source File |
||
| 451 | # Begin Source File |
||
| 452 | |||
| 453 | SOURCE=.\jpeg\transupp.c |
||
| 454 | # End Source File |
||
| 455 | # Begin Source File |
||
| 456 | |||
| 457 | SOURCE=.\jpeg\transupp.h |
||
| 458 | # End Source File |
||
| 459 | # Begin Source File |
||
| 460 | |||
| 461 | SOURCE=.\jpeg\wrbmp.c |
||
| 462 | # End Source File |
||
| 463 | # Begin Source File |
||
| 464 | |||
| 465 | SOURCE=.\jpeg\wrgif.c |
||
| 466 | # End Source File |
||
| 467 | # Begin Source File |
||
| 468 | |||
| 469 | SOURCE=.\jpeg\wrppm.c |
||
| 470 | # End Source File |
||
| 471 | # Begin Source File |
||
| 472 | |||
| 473 | SOURCE=.\jpeg\wrrle.c |
||
| 474 | # End Source File |
||
| 475 | # Begin Source File |
||
| 476 | |||
| 477 | SOURCE=.\jpeg\wrtarga.c |
||
| 478 | # End Source File |
||
| 479 | # End Group |
||
| 480 | # End Target |
||
| 481 | # End Project |