diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-19 12:37:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-19 12:37:13 +0000 |
commit | 40a866eaa93126589f291fbc88db57e3d423cc6a (patch) | |
tree | 3b09c0c7f7d62e055af1575c29acc597f5e4e14b /protocols/Weather | |
parent | 85cf136d241345a5bf09dd68a5e1aed35d0adbb0 (diff) |
missing header files removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@71 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather')
-rw-r--r-- | protocols/Weather/weather_10.vcxproj | 12 | ||||
-rw-r--r-- | protocols/Weather/weather_10.vcxproj.filters | 3 |
2 files changed, 10 insertions, 5 deletions
diff --git a/protocols/Weather/weather_10.vcxproj b/protocols/Weather/weather_10.vcxproj index 988018944f..f3e4b5becc 100644 --- a/protocols/Weather/weather_10.vcxproj +++ b/protocols/Weather/weather_10.vcxproj @@ -97,6 +97,7 @@ <RuntimeTypeInfo>false</RuntimeTypeInfo>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeaderFile>weather.h</PrecompiledHeaderFile>
+ <PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -132,6 +133,7 @@ <RuntimeTypeInfo>false</RuntimeTypeInfo>
<PrecompiledHeaderFile>weather.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
+ <PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -161,6 +163,7 @@ <PrecompiledHeaderFile>weather.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(IntDir)weather.res</ResourceOutputFileName>
@@ -187,6 +190,7 @@ <PrecompiledHeaderFile>weather.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(IntDir)weather.res</ResourceOutputFileName>
@@ -202,7 +206,12 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="weather.cpp" />
+ <ClCompile Include="weather.cpp">
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="weather_addstn.cpp" />
<ClCompile Include="weather_contacts.cpp" />
<ClCompile Include="weather_conv.cpp" />
@@ -219,7 +228,6 @@ <ClCompile Include="weather_userinfo.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="m_weather.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="version.h" />
<ClInclude Include="weather.h" />
diff --git a/protocols/Weather/weather_10.vcxproj.filters b/protocols/Weather/weather_10.vcxproj.filters index 3fe49090b5..6cef70fb53 100644 --- a/protocols/Weather/weather_10.vcxproj.filters +++ b/protocols/Weather/weather_10.vcxproj.filters @@ -65,9 +65,6 @@ </ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="m_weather.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
|