This website works better with JavaScript.
Explore
Help
Register
Sign In
MOS
/
OpenBoard
Watch
5
Star
0
Fork
You've already forked OpenBoard
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
новые иконки в OpenBoard
1809
Commits
8
Branches
0
Tags
130 MiB
Tree:
f48c2af3a1
OpenBoard
/
plugins
/
cffadaptor
/
postScript_mac.sh
5 lines
86 B
Raw
Normal View
History
Unescape
Escape
Added Subdirs.pro. It allows us to build Sankore with it's plugins as one project. We can add Third-Party to it later. Changed cffAdaptor. Now generated library will be copyed to Sankore3.1 folder undwe windows and to Sankore3.1.app/Contents/MacOS folder under macx. Added postScript_mac.sh for copying libs under mac. Changed Sankore_3.1.pro - now all files placed in groups by it's place in project folders.
13 years ago
#!/bin/bash
SOURCE
=
$1
DESTINATION
=
$2
mkdir -p
$DESTINATION
cp -R
$SOURCE
/
$DESTINATION