Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5964 for code/trunk/cmake


Ignore:
Timestamp:
Oct 19, 2009, 11:29:10 AM (15 years ago)
Author:
rgrieder
Message:

Fixed msvc build with PCH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/CompilerConfigMSVC.cmake

    r5963 r5964  
    6868ADD_COMPILER_FLAGS("-D__WIN32__ -D_WIN32"      CACHE)
    6969ADD_COMPILER_FLAGS("-D_CRT_SECURE_NO_WARNINGS" CACHE)
    70 
    71 # We need this flag to hack-disable IntelliSense for certain files/projects
    72 # Our precompiled headers should not be larger than 50MB anyway
    73 # because otherwise they get rendered useless due to too many file fragments
    74 REMOVE_COMPILER_FLAGS("-Zm1000" CACHE)
    7570
    7671# Overwrite CMake default flags here.
Note: See TracChangeset for help on using the changeset viewer.