awtk/3rd/picasso/build_proj.sh

6 lines
174 B
Bash
Raw Normal View History

2018-04-24 17:38:22 +08:00
#!/bin/sh
./tools/gyp/gyp --depth=./ picasso.gyp --generator-output=proj
echo "Please change dir to \"proj\" and type \"make\" or \"make BUILDTYPE=Release\""
2018-04-26 11:31:20 +08:00
echo "...\n"