mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00:00
7 lines
242 B
Bash
Executable File
7 lines
242 B
Bash
Executable File
#!/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/ |