Commit ee9b810 1 parent 09ae7ba commit ee9b810 Copy full SHA for ee9b810
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
./tools/gyp/gyp --depth=./ picasso.gyp --generator-output=proj
4
+ echo " \n"
5
+ echo " Please change dir to \" proj\" and type \" make\" or \" make BUILDTYPE=Release\" "
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FREETYPE_INC=-I/usr/include/freetype2
4
4
CXX =g++ -Wall -O3 -g -fno-rtti -fno-exceptions -msse2
5
5
# CXX=g++ -Wall -O3 -g -fprofile-arcs -ftest-coverage -fno-rtti -fno-exceptions
6
6
# CXX=g++ -Wall -O3 -g -pg -fno-rtti -fno-exceptions
7
- INC =-I. -I./gfx -I./gles 2 -I./ include -I./simd -I./../ -I./../include -I./../build ${FREETYPE_INC}
7
+ INC =-I. -I./gfx -I./include -I./simd -I./../ -I./../include -I./../build ${FREETYPE_INC}
8
8
CXXFLAGS =-DEXPORT ${DLL}
9
9
10
- VPATH =./ ./include ./core ./simd ./gfx ./gles 2
10
+ VPATH =./ ./include ./core ./simd ./gfx
11
11
12
12
objects = \
13
13
device.o \
You can’t perform that action at this time.
0 commit comments