fixed msvc6prj - missing oleacc library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5532b1459c
commit
576702191b
@ -321,10 +321,10 @@
|
||||
<sys-lib>advapi32</sys-lib>
|
||||
<sys-lib>wsock32</sys-lib>
|
||||
</if>
|
||||
<if cond="FORMAT=='msvc' or FORMAT=='borland'">
|
||||
<if cond="FORMAT=='msvc' or FORMAT=='msvc6prj' or FORMAT=='borland'">
|
||||
<sys-lib>oleacc</sys-lib>
|
||||
</if>
|
||||
</if>
|
||||
</if>
|
||||
</template>
|
||||
|
||||
<define-tag name="msvc-headers" rules="dll,lib">
|
||||
|
Loading…
Reference in New Issue
Block a user