Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rem (this is to be run solely via a codeblocks post-build step)
- echo --combining kit_w32_audio .a(s)--
- cd kit_w32
- mkdir tmp
- cp lib_kit_w32_audioCOM.a tmp
- cp libkit_w32_audio.a tmp
- cd tmp
- ar -x lib_kit_w32_audioCOM.a
- ar -x libkit_w32_audio.a
- del *.a
- ar -rv libkit_w32_audio.a *.o
- cp libkit_w32_audio.a ..
- del /q *.*
- cd ..
- rmdir tmp
- echo --final size of "libkit_w32_audio.a"--
- dir libkit_w32_audio.a
- @echo on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement