mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
9 lines
342 B
Text
9 lines
342 B
Text
|
# GNUmakefile -- copy all plugins
|
||
|
|
||
|
after-all::
|
||
|
echo "Copying Plugins..."
|
||
|
cp -r Plugins/GModel/*.plugin GormCore/GormCore.framework/Resources
|
||
|
cp -r Plugins/Gorm/*.plugin GormCore/GormCore.framework/Resources
|
||
|
cp -r Plugins/Nib/*.plugin GormCore/GormCore.framework/Resources
|
||
|
cp -r Plugins/Xib/*.plugin GormCore/GormCore.framework/Resources
|