Ignore:
Timestamp:
Feb 12, 2011, 2:32:22 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

コンパイラのstdafx.h, .cppを32/64ビットで共通化。Windows SDKに含まれるライブラリ・ヘッダの除去。VC++ 2010 Express with WDKのATL環境で_SECURE_ATLがエラーを起こす問題の修正。4996警告の抑制pragmaを削除。ほか。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj

    r798 r806  
    148148      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    149149      </PrecompiledHeader>
     150      <EnablePREfast Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EnablePREfast>
     151      <EnablePREfast Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EnablePREfast>
    150152    </ClCompile>
    151153    <ClCompile Include="src\OSVersion.cpp" />
Note: See TracChangeset for help on using the changeset viewer.