awtk/3rd/picasso/build_proj.sh
2018-04-26 11:31:20 +08:00

6 lines
174 B
Bash
Executable File

#!/bin/sh
./tools/gyp/gyp --depth=./ picasso.gyp --generator-output=proj
echo "Please change dir to \"proj\" and type \"make\" or \"make BUILDTYPE=Release\""
echo "...\n"