create_project: Add the lpcrt4 library normally in the libraries section of Code::Blocks,

not as a command switch

svn-id: r55306
This commit is contained in:
Filippos Karapetis 2011-01-18 17:57:27 +00:00
parent e24f1ff40a
commit 6e857ec396

View File

@ -15,7 +15,7 @@
<Add option="-g" />
</Compiler>
<Linker>
<Add option="-lrpcrt4" />
<Add library="rpcrt4" />
</Linker>
</Target>
<Target title="Release">
@ -28,7 +28,7 @@
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lrpcrt4" />
<Add library="rpcrt4" />
</Linker>
</Target>
</Build>