mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-09 06:37:53 +00:00
7 lines
242 B
Bash
7 lines
242 B
Bash
|
#!/bin/sh
|
||
|
SCRIPTDIR=$(dirname "$0")
|
||
|
TOPDIR=$SCRIPTDIR/../../
|
||
|
cp $SCRIPTDIR/Makefile.dllloader $TOPDIR/loader/
|
||
|
cp $SCRIPTDIR/Makefile.emscripten $TOPDIR/engine/
|
||
|
cp $SCRIPTDIR/Makefile.linux $TOPDIR/engine/
|
||
|
cp $SCRIPTDIR/wscript $TOPDIR/engine/
|