Code::Blocks: Postbuildereignis
-
Hallo,
Ich versuche grade, ein Code::Blocks Projektfile zu erstellen (Ein Krampf, wenn man VC++ gewohnt ist). Es hat auch fast alles bis jetzt funktioniert!Nur eines hab ich nicht hinbekommen: Das Postbuildereignis.
Ich möchte meine Ausgabedatei in einen anderen Ordner kopieren.Ich hab es so versucht:
copy "\Lib\CodeBlocks\Debug\Library.dll" "\Bin\CodeBlocks\Debug\Library.dll"
Es erscheint folgender Fehler:
Execution of 'copy "\Lib\CodeBlocks\Debug\Library.dll" "\Bin\CodeBlocks\Debug\SFML.dll"' in 'C:\Library' failed. Nothing to be done.
(Die Eingabedatei existiert definitiv)
Was mache ich falsch?
mfg
Mr X