#define inline to __inline for Visual C++ when compiling C sources

svn path=/trunk/; revision=41557
This commit is contained in:
KJK::Hyperion 2009-06-22 20:03:20 +00:00
parent 2cdaa146f7
commit 223ecea05b

View file

@ -132,6 +132,7 @@
</group>
<group compilerset="msc">
<define name="inline" compiler="cc">__inline</define>
<compilerflag>/Zl</compilerflag>
<compilerflag>/Zi</compilerflag>
<compilerflag>/W1</compilerflag>