Ignore:
Timestamp:
12/20/06 00:57:09 (17 years ago)
Author:
zorg
Message:

Update win32 project files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/win32/mppenc.vcproj

    r51 r174  
    33        ProjectType="Visual C++"
    44        Version="8,00"
    5         Name="mppenc"
     5        Name="mpcenc"
    66        ProjectGUID="{15082E34-9324-469F-8423-F995B4814A37}"
    77        RootNamespace="mppenc"
     
    4141                                Name="VCCLCompilerTool"
    4242                                Optimization="0"
    43                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
     43                                AdditionalIncludeDirectories="../include;../libmpcenc;../libmpcpsy"
     44                                PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER;CVD_FASTLOG;FAST_MATH"
    4445                                ExceptionHandling="0"
    4546                                BasicRuntimeChecks="3"
     
    123124                        <Tool
    124125                                Name="VCCLCompilerTool"
    125                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
     126                                AdditionalIncludeDirectories="../include;../libmpcenc;../libmpcpsy"
     127                                PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
    126128                                ExceptionHandling="0"
    127129                                RuntimeLibrary="0"
     
    189191                        >
    190192                        <File
    191                                 RelativePath="..\src\analy_filter.c"
    192                                 >
    193                         </File>
    194                         <File
    195                                 RelativePath="..\src\ans.c"
    196                                 >
    197                         </File>
    198                         <File
    199                                 RelativePath="..\src\bitstream.c"
    200                                 >
    201                         </File>
    202                         <File
    203                                 RelativePath="..\src\cvd.c"
    204                                 >
    205                         </File>
    206                         <File
    207                                 RelativePath="..\src\encode_sv7.c"
    208                                 >
    209                         </File>
    210                         <File
    211                                 RelativePath="..\src\fastmath.c"
    212                                 >
    213                         </File>
    214                         <File
    215                                 RelativePath="..\src\fft4g.c"
    216                                 >
    217                         </File>
    218                         <File
    219                                 RelativePath="..\src\fft_routines.c"
    220                                 >
    221                         </File>
    222                         <File
    223                                 RelativePath="..\src\huffsv7.c"
    224                                 >
    225                         </File>
    226                         <File
    227                                 RelativePath="..\src\keyboard.c"
    228                                 >
    229                         </File>
    230                         <File
    231                                 RelativePath="..\src\mppenc.c"
    232                                 >
    233                         </File>
    234                         <File
    235                                 RelativePath="..\src\pipeopen.c"
    236                                 >
    237                         </File>
    238                         <File
    239                                 RelativePath="..\src\profile.c"
    240                                 >
    241                         </File>
    242                         <File
    243                                 RelativePath="..\src\psy.c"
    244                                 >
    245                         </File>
    246                         <File
    247                                 RelativePath="..\src\psy_tab.c"
    248                                 >
    249                         </File>
    250                         <File
    251                                 RelativePath="..\src\quant.c"
    252                                 >
    253                         </File>
    254                         <File
    255                                 RelativePath="..\src\stderr.c"
    256                                 >
    257                         </File>
    258                         <File
    259                                 RelativePath="..\src\tags.c"
    260                                 >
    261                         </File>
    262                         <File
    263                                 RelativePath="..\src\tools.c"
    264                                 >
    265                         </File>
    266                         <File
    267                                 RelativePath="..\src\wave_in.c"
    268                                 >
    269                         </File>
    270                         <File
    271                                 RelativePath="..\src\winmsg.c"
     193                                RelativePath="..\mpcenc\keyboard.c"
     194                                >
     195                        </File>
     196                        <File
     197                                RelativePath="..\mpcenc\mpcenc.c"
     198                                >
     199                        </File>
     200                        <File
     201                                RelativePath="..\mpcenc\pipeopen.c"
     202                                >
     203                        </File>
     204                        <File
     205                                RelativePath="..\mpcenc\stderr.c"
     206                                >
     207                        </File>
     208                        <File
     209                                RelativePath="..\mpcenc\tags.c"
     210                                >
     211                        </File>
     212                        <File
     213                                RelativePath="..\mpcenc\wave_in.c"
     214                                >
     215                        </File>
     216                        <File
     217                                RelativePath="..\mpcenc\winmsg.c"
    272218                                >
    273219                        </File>
     
    279225                        >
    280226                        <File
    281                                 RelativePath="..\src\config.h"
    282                                 >
    283                         </File>
    284                         <File
    285                                 RelativePath="..\src\cvd.h"
    286                                 >
    287                         </File>
    288                         <File
    289                                 RelativePath="..\src\fastmath.h"
    290                                 >
    291                         </File>
    292                         <File
    293                                 RelativePath="..\src\minimax.h"
    294                                 >
    295                         </File>
    296                         <File
    297                                 RelativePath="..\src\mpp.h"
    298                                 >
    299                         </File>
    300                         <File
    301                                 RelativePath="..\src\mppdec.h"
    302                                 >
    303                         </File>
    304                         <File
    305                                 RelativePath="..\src\mppenc.h"
    306                                 >
    307                         </File>
    308                         <File
    309                                 RelativePath="..\src\predict.h"
    310                                 >
    311                         </File>
    312                         <File
    313                                 RelativePath="..\src\profile.h"
     227                                RelativePath="..\mpcenc\config.h"
     228                                >
     229                        </File>
     230                        <File
     231                                RelativePath="..\mpcenc\mpcenc.h"
     232                                >
     233                        </File>
     234                        <File
     235                                RelativePath="..\mpcenc\mpp.h"
     236                                >
     237                        </File>
     238                        <File
     239                                RelativePath="..\mpcenc\mppdec.h"
     240                                >
     241                        </File>
     242                        <File
     243                                RelativePath="..\mpcenc\predict.h"
    314244                                >
    315245                        </File>
Note: See TracChangeset for help on using the changeset viewer.