diff options
author | Pixel <pixel@nobis-crew.org> | 2010-06-15 00:59:57 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2010-06-15 00:59:57 -0700 |
commit | eed0eb6a476d54ce19aeff137984aa981d9e3976 (patch) | |
tree | 807891636efd2f87dcbd261e971216269973ae07 /iup/srcconsole/copy_so | |
parent | ccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff) |
Upgrading to iup 3.1
Diffstat (limited to 'iup/srcconsole/copy_so')
-rwxr-xr-x | iup/srcconsole/copy_so | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iup/srcconsole/copy_so b/iup/srcconsole/copy_so index 2535766..e345d31 100755 --- a/iup/srcconsole/copy_so +++ b/iup/srcconsole/copy_so @@ -1,4 +1,6 @@ cp -f ../lib/${TEC_UNAME}/*.so ../bin/$TEC_UNAME cp -f ../../cd/lib/${TEC_UNAME}/*.so ../bin/$TEC_UNAME cp -f ../../im/lib/${TEC_UNAME}/*.so ../bin/$TEC_UNAME +cp -f ../../luagl/lib/${TEC_UNAME}/*.so ../bin/${TEC_UNAME} +cp -f ../../lfs/lib/${TEC_UNAME}/*.so ../bin/${TEC_UNAME} rm -f ../bin/${TEC_UNAME}/*3.so |