Ignore:
Timestamp:
11/08/06 20:53:41 (17 years ago)
Author:
zorg
Message:

Fix cmake compilation on win32 (both for msvc & mingw/cygwin). It's still advised to use custom msvc projects with msvc compilers though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/trunk/win32/mppenc.vcproj

    r97 r105  
    4141                                Name="VCCLCompilerTool"
    4242                                Optimization="0"
    43                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
     43                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER;CVD_FASTLOG;FAST_MATH"
    4444                                ExceptionHandling="0"
    4545                                BasicRuntimeChecks="3"
     
    123123                        <Tool
    124124                                Name="VCCLCompilerTool"
    125                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
     125                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER;CVD_FASTLOG;FAST_MATH"
    126126                                ExceptionHandling="0"
    127127                                RuntimeLibrary="0"
Note: See TracChangeset for help on using the changeset viewer.