Update bakefiles and VS2010+ project file.
Author: Chaobin Zhang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
58ff32d5ad
commit
952a6eabf4
3 changed files with 4 additions and 0 deletions
|
|
@ -589,6 +589,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
|
|||
<!-- this one is only used if wxUSE_URL_NATIVE==1 but we don't
|
||||
know if it is here so just add it unconditionally -->
|
||||
<sys-lib>wininet</sys-lib>
|
||||
<sys-lib>shlwapi</sys-lib>
|
||||
</if>
|
||||
<if cond="FORMAT=='borland'">
|
||||
<sys-lib>oleacc</sys-lib>
|
||||
|
|
|
|||
|
|
@ -299,6 +299,7 @@
|
|||
<sys-lib>rpcrt4</sys-lib>
|
||||
<sys-lib>advapi32</sys-lib>
|
||||
<sys-lib>wsock32</sys-lib>
|
||||
<sys-lib>shlwapi</sys-lib>
|
||||
</if>
|
||||
|
||||
<!-- Libs common to both borland and MSVC -->
|
||||
|
|
|
|||
|
|
@ -900,6 +900,7 @@
|
|||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)msw_%(Filename).obj</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\msw\statusbar.cpp" />
|
||||
<ClCompile Include="..\..\src\msw\taskbarbutton.cpp" />
|
||||
<ClCompile Include="..\..\src\msw\textctrl.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">$(IntDir)msw_%(Filename).obj</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)msw_%(Filename).obj</ObjectFileName>
|
||||
|
|
@ -1342,6 +1343,7 @@
|
|||
<ClInclude Include="..\..\include\wx\toolbook.h" />
|
||||
<ClInclude Include="..\..\include\wx\tooltip.h" />
|
||||
<ClInclude Include="..\..\include\wx\persist\toplevel.h" />
|
||||
<ClInclude Include="..\..\include\wx\taskbarbutton.h" />
|
||||
<ClInclude Include="..\..\include\wx\toplevel.h" />
|
||||
<ClInclude Include="..\..\include\wx\treebase.h" />
|
||||
<ClInclude Include="..\..\include\wx\persist\treebook.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue