Commit 300bd095 authored by hybrid's avatar hybrid

Fix dll move under win32 with c::b.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2424 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 09cd4c38
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<Add library="winmm" /> <Add library="winmm" />
</Linker> </Linker>
<ExtraCommands> <ExtraCommands>
<Add after="move ..\..\lib\Win32-gcc\Irrlicht.dll ..\..\bin\Win32-gcc\Irrlicht.dll" /> <Add after="cmd /c move ..\..\lib\Win32-gcc\Irrlicht.dll ..\..\bin\Win32-gcc\Irrlicht.dll" />
</ExtraCommands> </ExtraCommands>
</Target> </Target>
<Target title="Win32 - Release - accurate math - dll"> <Target title="Win32 - Release - accurate math - dll">
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<Add library="winmm" /> <Add library="winmm" />
</Linker> </Linker>
<ExtraCommands> <ExtraCommands>
<Add after="move ..\..\lib\Win32-gcc\Irrlicht.dll ..\..\bin\Win32-gcc\Irrlicht.dll" /> <Add after="cmd /c move ..\..\lib\Win32-gcc\Irrlicht.dll ..\..\bin\Win32-gcc\Irrlicht.dll" />
</ExtraCommands> </ExtraCommands>
</Target> </Target>
<Target title="Win32 - Release - fast math - dll"> <Target title="Win32 - Release - fast math - dll">
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<Add library="winmm" /> <Add library="winmm" />
</Linker> </Linker>
<ExtraCommands> <ExtraCommands>
<Add after="move ..\..\lib\Win32-gcc\Irrlicht.dll ..\..\bin\Win32-gcc\Irrlicht.dll" /> <Add after="cmd /c move ..\..\lib\Win32-gcc\Irrlicht.dll ..\..\bin\Win32-gcc\Irrlicht.dll" />
</ExtraCommands> </ExtraCommands>
</Target> </Target>
<Target title="Win32 - Debug - static"> <Target title="Win32 - Debug - static">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment