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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1633
Commits
8
Branches
0
Tags
130 MiB
Tag:
Branch:
Tree:
73cbdb8fb3
change_dashed_style
lineStyle
master
more-line-styles
new_images
new_vector_item
preferencesAboutTextFull
vector_item
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '73cbdb8fb3'
${ noResults }
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