Changeset 14897

Show
Ignore:
Timestamp:
07/12/08 07:47:31 (5 months ago)
Author:
mloskot
Message:

makegdal80.vcproj: Added DEBUG=1 flag to commands for Debug Configuration.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/makegdal80.vcproj

    r13532 r14897  
    11<?xml version="1.0" encoding="Windows-1252"?> 
    2 <VisualStudioProject             
     2<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="8,00" 
    55        Name="makegdal" 
    66        ProjectGUID="{769DD10E-E284-46BE-9172-A35184250A3A}" 
    7         Keyword="MakeFileProj"> 
     7        Keyword="MakeFileProj" 
     8        > 
    89        <Platforms> 
    9                 <Platform Name="Win32"/> 
     10                <Platform 
     11                        Name="Win32" 
     12                /> 
    1013        </Platforms> 
     14        <ToolFiles> 
     15        </ToolFiles> 
    1116        <Configurations> 
    1217                <Configuration 
     
    1419                        OutputDirectory="$(ConfigurationName)" 
    1520                        IntermediateDirectory="$(ConfigurationName)" 
    16                         ConfigurationType="0"> 
     21                        ConfigurationType="0" 
     22                        > 
    1723                        <Tool 
    1824                                Name="VCNMakeTool" 
    19                                 BuildCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc" 
    20                                 ReBuildCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc &amp;&amp; nmake -f makefile.vc install" 
    21                                 CleanCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc clean" 
    22                                 Output="gdal16.dll"/> 
     25                                BuildCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc DEBUG=1" 
     26                                ReBuildCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc DEBUG=1 clean &amp;&amp; nmake -f makefile.vc DEBUG=1" 
     27                                CleanCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc DEBUG=1 clean" 
     28                                Output="gdal16.dll" 
     29                                PreprocessorDefinitions="" 
     30                                IncludeSearchPath="" 
     31                                ForcedIncludes="" 
     32                                AssemblySearchPath="" 
     33                                ForcedUsingAssemblies="" 
     34                                CompileAsManaged="" 
     35                        /> 
    2336                </Configuration> 
    2437                <Configuration 
     
    2639                        OutputDirectory="$(ConfigurationName)" 
    2740                        IntermediateDirectory="$(ConfigurationName)" 
    28                         ConfigurationType="0"> 
     41                        ConfigurationType="0" 
     42                        > 
    2943                        <Tool 
    3044                                Name="VCNMakeTool" 
     
    3246                                ReBuildCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc clean &amp;&amp; nmake -f makefile.vc &amp;&amp; nmake -f makefile.vc install" 
    3347                                CleanCommandLine="cd $(ProjectDir) &amp;&amp; nmake -f makefile.vc clean" 
    34                                 Output="gdal16.dll"/> 
     48                                Output="gdal16.dll" 
     49                                PreprocessorDefinitions="" 
     50                                IncludeSearchPath="" 
     51                                ForcedIncludes="" 
     52                                AssemblySearchPath="" 
     53                                ForcedUsingAssemblies="" 
     54                                CompileAsManaged="" 
     55                        /> 
    3556                </Configuration> 
    3657        </Configurations> 
     
    3859        </References> 
    3960        <Files> 
    40                 <Filter Name="Make Files" Filter="*.vc;*.opt "> 
    41                         <File RelativePath=".\makefile.vc" /> 
    42                         <File RelativePath=".\nmake-wince.opt" /> 
    43                         <File RelativePath=".\nmake.opt" /> 
    44                         <Filter Name="alg" Filter="*.vc;*.opt  "> 
    45                                 <File RelativePath=".\alg\makefile.vc" /> 
     61                <Filter 
     62                        Name="Make Files" 
     63                        Filter="*.vc;*.opt " 
     64                        > 
     65                        <File 
     66                                RelativePath=".\makefile.vc" 
     67                                > 
     68                        </File> 
     69                        <File 
     70                                RelativePath=".\nmake-wince.opt" 
     71                                > 
     72                        </File> 
     73                        <File 
     74                                RelativePath=".\nmake.opt" 
     75                                > 
     76                        </File> 
     77                        <Filter 
     78                                Name="alg" 
     79                                Filter="*.vc;*.opt  " 
     80                                > 
     81                                <File 
     82                                        RelativePath=".\alg\makefile.vc" 
     83                                        > 
     84                                </File> 
    4685                        </Filter> 
    47                         <Filter Name="apps" Filter="*.vc;*.opt  "> 
    48                                 <File RelativePath=".\apps\makefile.vc" /> 
     86                        <Filter 
     87                                Name="apps" 
     88                                Filter="*.vc;*.opt  " 
     89                                > 
     90                                <File 
     91                                        RelativePath=".\apps\makefile.vc" 
     92                                        > 
     93                                </File> 
    4994                        </Filter> 
    50                         <Filter Name="frmts" Filter="*.vc;*.opt  "> 
    51                                 <File RelativePath=".\frmts\makefile.vc" /> 
    52                                 <Filter Name="aaigrid" Filter="*.vc;*.opt   "> 
    53                                         <File RelativePath=".\frmts\aaigrid\makefile.vc" /> 
    54                                 </Filter> 
    55                                 <Filter Name="adrg" Filter="*.vc;*.opt   "> 
    56                                         <File RelativePath=".\frmts\adrg\makefile.vc" /> 
    57                                 </Filter> 
    58                                 <Filter Name="aigrid" Filter="*.vc;*.opt   "> 
    59                                         <File RelativePath=".\frmts\aigrid\makefile.vc" /> 
    60                                 </Filter> 
    61                                 <Filter Name="airsar" Filter="*.vc;*.opt   "> 
    62                                         <File RelativePath=".\frmts\airsar\makefile.vc" /> 
    63                                 </Filter> 
    64                                 <Filter Name="bmp" Filter="*.vc;*.opt   "> 
    65                                         <File RelativePath=".\frmts\bmp\makefile.vc" /> 
    66                                 </Filter> 
    67                                 <Filter Name="bsb" Filter="*.vc;*.opt   "> 
    68                                         <File RelativePath=".\frmts\bsb\makefile.vc" /> 
    69                                 </Filter> 
    70                                 <Filter Name="ceos" Filter="*.vc;*.opt   "> 
    71                                         <File RelativePath=".\frmts\ceos\makefile.vc" /> 
    72                                 </Filter> 
    73                                 <Filter Name="ceos2" Filter="*.vc;*.opt   "> 
    74                                         <File RelativePath=".\frmts\ceos2\makefile.vc" /> 
    75                                 </Filter> 
    76                                 <Filter Name="coasp" Filter="*.vc;*.opt   "> 
    77                                         <File RelativePath=".\frmts\coasp\makefile.vc" /> 
    78                                 </Filter> 
    79                                 <Filter Name="cosar" Filter="*.vc;*.opt   "> 
    80                                         <File RelativePath=".\frmts\cosar\makefile.vc" /> 
    81                                 </Filter> 
    82                                 <Filter Name="dimap" Filter="*.vc;*.opt   "> 
    83                                         <File RelativePath=".\frmts\dimap\makefile.vc" /> 
    84                                 </Filter> 
    85                                 <Filter Name="dted" Filter="*.vc;*.opt   "> 
    86                                         <File RelativePath=".\frmts\dted\makefile.vc" /> 
    87                                 </Filter> 
    88                                 <Filter Name="ecw" Filter="*.vc;*.opt   "> 
    89                                         <File RelativePath=".\frmts\ecw\makefile.vc" /> 
    90                                 </Filter> 
    91                                 <Filter Name="elas" Filter="*.vc;*.opt   "> 
    92                                         <File RelativePath=".\frmts\elas\makefile.vc" /> 
    93                                 </Filter> 
    94                                 <Filter Name="envisat" Filter="*.vc;*.opt   "> 
    95                                         <File RelativePath=".\frmts\envisat\makefile.vc" /> 
    96                                 </Filter> 
    97                                 <Filter Name="ers" Filter="*.vc;*.opt   "> 
    98                                         <File RelativePath=".\frmts\ers\makefile.vc" /> 
    99                                 </Filter> 
    100                                 <Filter Name="fit" Filter="*.vc;*.opt   "> 
    101                                         <File RelativePath=".\frmts\fit\makefile.vc" /> 
    102                                 </Filter> 
    103                                 <Filter Name="fits" Filter="*.vc;*.opt   "> 
    104                                         <File RelativePath=".\frmts\fits\makefile.vc" /> 
    105                                 </Filter> 
    106                                 <Filter Name="gff" Filter="*.vc;*.opt   "> 
    107                                         <File RelativePath=".\frmts\gff\makefile.vc" /> 
    108                                 </Filter> 
    109                                 <Filter Name="gif" Filter="*.vc;*.opt   "> 
    110                                         <File RelativePath=".\frmts\gif\makefile.vc" /> 
    111                                         <Filter Name="libungif" Filter="*.vc;*.opt    "> 
    112                                                 <File RelativePath=".\frmts\gif\libungif\makefile.vc" /> 
    113                                         </Filter> 
    114                                         </Filter> 
    115                                 <Filter Name="gsg" Filter="*.vc;*.opt   "> 
    116                                         <File RelativePath=".\frmts\gsg\makefile.vc" /> 
    117                                 </Filter> 
    118                                 <Filter Name="gtiff" Filter="*.vc;*.opt   "> 
    119                                         <File RelativePath=".\frmts\gtiff\makefile.vc" /> 
    120                                         <Filter Name="libgeotiff" Filter="*.vc;*.opt    "> 
    121                                                 <File RelativePath=".\frmts\gtiff\libgeotiff\makefile.vc" /> 
    122                                         </Filter> 
    123                                         <Filter Name="libtiff" Filter="*.vc;*.opt    "> 
    124                                                 <File RelativePath=".\frmts\gtiff\libtiff\makefile.vc" /> 
    125                                         </Filter> 
    126                                         </Filter> 
    127                                 <Filter Name="gxf" Filter="*.vc;*.opt   "> 
    128                                         <File RelativePath=".\frmts\gxf\makefile.vc" /> 
    129                                 </Filter> 
    130                                 <Filter Name="hdf4" Filter="*.vc;*.opt   "> 
    131                                         <File RelativePath=".\frmts\hdf4\makefile.vc" /> 
    132                                         <Filter Name="hdf-eos" Filter="*.vc;*.opt    "> 
    133                                                 <File RelativePath=".\frmts\hdf4\hdf-eos\makefile.vc" /> 
    134                                         </Filter> 
    135                                         </Filter> 
    136                                 <Filter Name="hdf5" Filter="*.vc;*.opt   "> 
    137                                         <File RelativePath=".\frmts\hdf5\makefile.vc" /> 
    138                                 </Filter> 
    139                                 <Filter Name="hfa" Filter="*.vc;*.opt   "> 
    140                                         <File RelativePath=".\frmts\hfa\makefile.vc" /> 
    141                                         </Filter> 
    142                                 <Filter Name="idrisi" Filter="*.vc;*.opt   "> 
    143                                         <File RelativePath=".\frmts\idrisi\makefile.vc" /> 
    144                                 </Filter> 
    145                                 <Filter Name="ilwis" Filter="*.vc;*.opt   "> 
    146                                         <File RelativePath=".\frmts\ilwis\makefile.vc" /> 
    147                                 </Filter> 
    148                                 <Filter Name="ingr" Filter="*.vc;*.opt   "> 
    149                                         <File RelativePath=".\frmts\ingr\makefile.vc" /> 
    150                                 </Filter> 
    151                                 <Filter Name="iso8211" Filter="*.vc;*.opt   "> 
    152                                         <File RelativePath=".\frmts\iso8211\makefile.vc" /> 
    153                                 </Filter> 
    154                                 <Filter Name="jaxapalsar" Filter="*.vc;*.opt   "> 
    155                                         <File RelativePath=".\frmts\jaxapalsar\makefile.vc" /> 
    156                                 </Filter> 
    157                                 <Filter Name="jdem" Filter="*.vc;*.opt   "> 
    158                                         <File RelativePath=".\frmts\jdem\makefile.vc" /> 
    159                                 </Filter> 
    160                                 <Filter Name="jp2kak" Filter="*.vc;*.opt   "> 
    161                                         <File RelativePath=".\frmts\jp2kak\makefile.vc" /> 
    162                                 </Filter> 
    163                                 <Filter Name="jpeg" Filter="*.vc;*.opt   "> 
    164                                         <File RelativePath=".\frmts\jpeg\makefile.vc" /> 
    165                                         <Filter Name="libjpeg" Filter="*.vc;*.opt    "> 
    166                                                 <File RelativePath=".\frmts\jpeg\libjpeg\makefile.vc" /> 
    167                                         </Filter> 
    168                                         </Filter> 
    169                                 <Filter Name="jpeg2000" Filter="*.vc;*.opt   "> 
    170                                         <File RelativePath=".\frmts\jpeg2000\makefile.vc" /> 
    171                                 </Filter> 
    172                                 <Filter Name="l1b" Filter="*.vc;*.opt   "> 
    173                                         <File RelativePath=".\frmts\l1b\makefile.vc" /> 
    174                                 </Filter> 
    175                                 <Filter Name="leveller" Filter="*.vc;*.opt   "> 
    176                                         <File RelativePath=".\frmts\leveller\makefile.vc" /> 
    177                                 </Filter> 
    178                                 <Filter Name="mem" Filter="*.vc;*.opt   "> 
    179                                         <File RelativePath=".\frmts\mem\makefile.vc" /> 
    180                                 </Filter> 
    181                                 <Filter Name="mrsid" Filter="*.vc;*.opt   "> 
    182                                         <File RelativePath=".\frmts\mrsid\makefile.vc" /> 
    183                                 </Filter> 
    184                                 <Filter Name="msg" Filter="*.vc;*.opt   "> 
    185                                         <File RelativePath=".\frmts\msg\makefile.vc" /> 
    186                                 </Filter> 
    187                                 <Filter Name="msgn" Filter="*.vc;*.opt   "> 
    188                                         <File RelativePath=".\frmts\msgn\makefile.vc" /> 
    189                                 </Filter> 
    190                                 <Filter Name="netcdf" Filter="*.vc;*.opt   "> 
    191                                         <File RelativePath=".\frmts\netcdf\makefile.vc" /> 
    192                                 </Filter> 
    193                                 <Filter Name="nitf" Filter="*.vc;*.opt   "> 
    194                                         <File RelativePath=".\frmts\nitf\makefile.vc" /> 
    195                                 </Filter> 
    196                                 <Filter Name="ogdi" Filter="*.vc;*.opt   "> 
    197                                         <File RelativePath=".\frmts\ogdi\makefile.vc" /> 
    198                                 </Filter> 
    199                                 <Filter Name="pcidsk" Filter="*.vc;*.opt   "> 
    200                                         <File RelativePath=".\frmts\pcidsk\makefile.vc" /> 
    201                                 </Filter> 
    202                                 <Filter Name="pcraster" Filter="*.vc;*.opt   "> 
    203                                         <File RelativePath=".\frmts\pcraster\makefile.vc" /> 
    204                                         <Filter Name="libcsf" Filter="*.vc;*.opt    "> 
    205                                                 <File RelativePath=".\frmts\pcraster\libcsf\makefile.vc" /> 
    206                                         </Filter> 
    207                                         </Filter> 
    208                                 <Filter Name="pds" Filter="*.vc;*.opt   "> 
    209                                         <File RelativePath=".\frmts\pds\makefile.vc" /> 
    210                                 </Filter> 
    211                                 <Filter Name="pgchip" Filter="*.vc;*.opt   "> 
    212                                         <File RelativePath=".\frmts\pgchip\makefile.vc" /> 
    213                                 </Filter> 
    214                                 <Filter Name="png" Filter="*.vc;*.opt   "> 
    215                                         <File RelativePath=".\frmts\png\makefile.vc" /> 
    216                                         <Filter Name="libpng" Filter="*.vc;*.opt    "> 
    217                                                 <File RelativePath=".\frmts\png\libpng\makefile.vc" /> 
    218                                         </Filter> 
    219                                         </Filter> 
    220                                 <Filter Name="raw" Filter="*.vc;*.opt   "> 
    221                                         <File RelativePath=".\frmts\raw\makefile.vc" /> 
    222                                 </Filter> 
    223                                 <Filter Name="rik" Filter="*.vc;*.opt   "> 
    224                                         <File RelativePath=".\frmts\rik\makefile.vc" /> 
    225                                 </Filter> 
    226                                 <Filter Name="rmf" Filter="*.vc;*.opt   "> 
    227                                         <File RelativePath=".\frmts\rmf\makefile.vc" /> 
    228                                 </Filter> 
    229                                 <Filter Name="rs2" Filter="*.vc;*.opt   "> 
    230                                         <File RelativePath=".\frmts\rs2\makefile.vc" /> 
    231                                 </Filter> 
    232                                 <Filter Name="sde" Filter="*.vc;*.opt   "> 
    233                                         <File RelativePath=".\frmts\sde\makefile.vc" /> 
    234                                 </Filter> 
    235                                 <Filter Name="sdts" Filter="*.vc;*.opt   "> 
    236                                         <File RelativePath=".\frmts\sdts\makefile.vc" /> 
    237                                 </Filter> 
    238                                 <Filter Name="sgi" Filter="*.vc;*.opt   "> 
    239                                         <File RelativePath=".\frmts\sgi\makefile.vc" /> 
    240                                 </Filter> 
    241                                 <Filter Name="srtmhgt" Filter="*.vc;*.opt   "> 
    242                                         <File RelativePath=".\frmts\srtmhgt\makefile.vc" /> 
    243                                 </Filter> 
    244                                 <Filter Name="terragen" Filter="*.vc;*.opt   "> 
    245                                         <File RelativePath=".\frmts\terragen\makefile.vc" /> 
    246                                 </Filter> 
    247                                 <Filter Name="tsx" Filter="*.vc;*.opt   "> 
    248                                         <File RelativePath=".\frmts\tsx\makefile.vc" /> 
    249                                 </Filter> 
    250                                 <Filter Name="usgsdem" Filter="*.vc;*.opt   "> 
    251                                         <File RelativePath=".\frmts\usgsdem\makefile.vc" /> 
    252                                 </Filter> 
    253                                 <Filter Name="vrt" Filter="*.vc;*.opt   "> 
    254                                         <File RelativePath=".\frmts\vrt\makefile.vc" /> 
    255                                 </Filter> 
    256                                 <Filter Name="wcs" Filter="*.vc;*.opt   "> 
    257                                         <File RelativePath=".\frmts\wcs\makefile.vc" /> 
    258                                 </Filter> 
    259                                 <Filter Name="wms" Filter="*.vc;*.opt   "> 
    260                                         <File RelativePath=".\frmts\wms\makefile.vc" /> 
    261                                 </Filter> 
    262                                 <Filter Name="xpm" Filter="*.vc;*.opt   "> 
    263                                         <File RelativePath=".\frmts\xpm\makefile.vc" /> 
    264                                 </Filter> 
    265                                 <Filter Name="zlib" Filter="*.vc;*.opt   "> 
    266                                         <File RelativePath=".\frmts\zlib\makefile.vc" /> 
    267                                 </Filter> 
    268                                 </Filter> 
    269                         <Filter Name="gcore" Filter="*.vc;*.opt  "> 
    270                                 <File RelativePath=".\gcore\makefile.vc" /> 
     95                        <Filter 
     96                                Name="frmts" 
     97                                Filter="*.vc;*.opt  " 
     98                                > 
     99                                <File 
     100                                        RelativePath=".\frmts\makefile.vc" 
     101                                        > 
     102                                </File> 
     103                                <Filter 
     104                                        Name="aaigrid" 
     105                                        Filter="*.vc;*.opt   " 
     106                                        > 
     107                                        <File 
     108                                                RelativePath=".\frmts\aaigrid\makefile.vc" 
     109                                                > 
     110                                        </File> 
     111                                </Filter> 
     112                                <Filter 
     113                                        Name="adrg" 
     114                                        Filter="*.vc;*.opt   " 
     115                                        > 
     116                                        <File 
     117                                                RelativePath=".\frmts\adrg\makefile.vc" 
     118                                                > 
     119                                        </File> 
     120                                </Filter> 
     121                                <Filter 
     122                                        Name="aigrid" 
     123                                        Filter="*.vc;*.opt   " 
     124                                        > 
     125                                        <File 
     126                                                RelativePath=".\frmts\aigrid\makefile.vc" 
     127                                                > 
     128                                        </File> 
     129                                </Filter> 
     130                                <Filter 
     131                                        Name="airsar" 
     132                                        Filter="*.vc;*.opt   " 
     133                                        > 
     134                                        <File 
     135                                                RelativePath=".\frmts\airsar\makefile.vc" 
     136                                                > 
     137                                        </File> 
     138                                </Filter> 
     139                                <Filter 
     140                                        Name="bmp" 
     141                                        Filter="*.vc;*.opt   " 
     142                                        > 
     143                                        <File 
     144                                                RelativePath=".\frmts\bmp\makefile.vc" 
     145                                                > 
     146                                        </File> 
     147                                </Filter> 
     148                                <Filter 
     149                                        Name="bsb" 
     150                                        Filter="*.vc;*.opt   " 
     151                                        > 
     152                                        <File 
     153                                                RelativePath=".\frmts\bsb\makefile.vc" 
     154                                                > 
     155                                        </File> 
     156                                </Filter> 
     157                                <Filter 
     158                                        Name="ceos" 
     159                                        Filter="*.vc;*.opt   " 
     160                                        > 
     161                                        <File 
     162                                                RelativePath=".\frmts\ceos\makefile.vc" 
     163                                                > 
     164                                        </File> 
     165                                </Filter> 
     166                                <Filter 
     167                                        Name="ceos2" 
     168                                        Filter="*.vc;*.opt   " 
     169                                        > 
     170                                        <File 
     171                                                RelativePath=".\frmts\ceos2\makefile.vc" 
     172                                                > 
     173                                        </File> 
     174                                </Filter> 
     175                                <Filter 
     176                                        Name="coasp" 
     177                                        Filter="*.vc;*.opt   " 
     178                                        > 
     179                                        <File 
     180                                                RelativePath=".\frmts\coasp\makefile.vc" 
     181                                                > 
     182                                        </File> 
     183                                </Filter> 
     184                                <Filter 
     185                                        Name="cosar" 
     186                                        Filter="*.vc;*.opt   " 
     187                                        > 
     188                                        <File 
     189                                                RelativePath=".\frmts\cosar\makefile.vc" 
     190                                                > 
     191                                        </File> 
     192                                </Filter> 
     193                                <Filter 
     194                                        Name="dimap" 
     195                                        Filter="*.vc;*.opt   " 
     196                                        > 
     197                                        <File 
     198                                                RelativePath=".\frmts\dimap\makefile.vc" 
     199                                                > 
     200                                        </File> 
     201                                </Filter> 
     202                                <Filter 
     203                                        Name="dted" 
     204                                        Filter="*.vc;*.opt   " 
     205                                        > 
     206                                        <File 
     207                                                RelativePath=".\frmts\dted\makefile.vc" 
     208                                                > 
     209                                        </File> 
     210                                </Filter> 
     211                                <Filter 
     212                                        Name="ecw" 
     213                                        Filter="*.vc;*.opt   " 
     214                                        > 
     215                                        <File 
     216                                                RelativePath=".\frmts\ecw\makefile.vc" 
     217                                                > 
     218                                        </File> 
     219                                </Filter> 
     220                                <Filter 
     221                                        Name="elas" 
     222                                        Filter="*.vc;*.opt   " 
     223                                        > 
     224                                        <File 
     225                                                RelativePath=".\frmts\elas\makefile.vc" 
     226                                                > 
     227                                        </File> 
     228                                </Filter> 
     229                                <Filter 
     230                                        Name="envisat" 
     231                                        Filter="*.vc;*.opt   " 
     232                                        > 
     233                                        <File 
     234                                                RelativePath=".\frmts\envisat\makefile.vc" 
     235                                                > 
     236                                        </File> 
     237                                </Filter> 
     238                                <Filter 
     239                                        Name="ers" 
     240                                        Filter="*.vc;*.opt   " 
     241                                        > 
     242                                        <File 
     243                                                RelativePath=".\frmts\ers\makefile.vc" 
     244                                                > 
     245                                        </File> 
     246                                </Filter> 
     247                                <Filter 
     248                                        Name="fit" 
     249                                        Filter="*.vc;*.opt   " 
     250                                        > 
     251                                        <File 
     252                                                RelativePath=".\frmts\fit\makefile.vc" 
     253                                                > 
     254                                        </File> 
     255                                </Filter> 
     256                                <Filter 
     257                                        Name="fits" 
     258                                        Filter="*.vc;*.opt   " 
     259                                        > 
     260                                        <File 
     261                                                RelativePath=".\frmts\fits\makefile.vc" 
     262                                                > 
     263                                        </File> 
     264                                </Filter> 
     265                                <Filter 
     266                                        Name="gff" 
     267                                        Filter="*.vc;*.opt   " 
     268                                        > 
     269                                        <File 
     270                                                RelativePath=".\frmts\gff\makefile.vc" 
     271                                                > 
     272                                        </File> 
     273                                </Filter> 
     274                                <Filter 
     275                                        Name="gif" 
     276                                        Filter="*.vc;*.opt   " 
     277                                        > 
     278                                        <File 
     279                                                RelativePath=".\frmts\gif\makefile.vc" 
     280                                                > 
     281                                        </File> 
     282                                        <Filter 
     283                                                Name="libungif" 
     284                                                Filter="*.vc;*.opt    " 
     285                                                > 
     286                                                <File 
     287                                                        RelativePath=".\frmts\gif\libungif\makefile.vc" 
     288                                                        > 
     289                                                </File> 
     290                                        </Filter> 
     291                                </Filter> 
     292                                <Filter 
     293                                        Name="gsg" 
     294                                        Filter="*.vc;*.opt   " 
     295                                        > 
     296                                        <File 
     297                                                RelativePath=".\frmts\gsg\makefile.vc" 
     298                                                > 
     299                                        </File> 
     300                                </Filter> 
     301                                <Filter 
     302                                        Name="gtiff" 
     303                                        Filter="*.vc;*.opt   " 
     304                                        > 
     305                                        <File 
     306                                                RelativePath=".\frmts\gtiff\makefile.vc" 
     307                                                > 
     308                                        </File> 
     309                                        <Filter 
     310                                                Name="libgeotiff" 
     311                                                Filter="*.vc;*.opt    " 
     312                                                > 
     313                                                <File 
     314                                                        RelativePath=".\frmts\gtiff\libgeotiff\makefile.vc" 
     315                                                        > 
     316                                                </File> 
     317                                        </Filter> 
     318                                        <Filter 
     319                                                Name="libtiff" 
     320                                                Filter="*.vc;*.opt    " 
     321                                                > 
     322                                                <File 
     323                                                        RelativePath=".\frmts\gtiff\libtiff\makefile.vc" 
     324                                                        > 
     325                                                </File> 
     326                                        </Filter> 
     327                                </Filter> 
     328                                <Filter 
     329                                        Name="gxf" 
     330                                        Filter="*.vc;*.opt   " 
     331                                        > 
     332                                        <File 
     333                                                RelativePath=".\frmts\gxf\makefile.vc" 
     334                                                > 
     335                                        </File> 
     336                                </Filter> 
     337                                <Filter 
     338                                        Name="hdf4" 
     339                                        Filter="*.vc;*.opt   " 
     340                                        > 
     341                                        <File 
     342                                &n