-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.txt
More file actions
73 lines (55 loc) · 1 KB
/
config.txt
File metadata and controls
73 lines (55 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
INCLUDE:include ../Renascence/include/ ./third_party/cocos/
**********
TARGET:libglsl.so
DEPENDS:
DIRS:src glsl
SRCS:
LINKS: ./third_party/FreeImage/libfreeimage.a -framework OpenGL -framework GLUT -framework AGL
##########
TARGET:test.out
DEPENDS:libglsl.so
DIRS:test
SRCS:
LINKS: ./libglsl.so
##########
TARGET:gputest.out
DEPENDS:libglsl.so
DIRS:gltest
SRCS:
LINKS: ./libglsl.so
##########
TARGET:example.out
DEPENDS:libglsl.so
DIRS:example
SRCS:
LINKS: ./libglsl.so
##########
TARGET:convert_data.out
DEPENDS:libglsl.so
DIRS:
SRCS:convert_data.cpp
LINKS: ./libglsl.so
##########
TARGET:picture_treat.out
DEPENDS:libglsl.so
DIRS:
SRCS:picture_treat.cpp
LINKS: ./libglsl.so
##########
TARGET:gp_color_table_data_make.out
DEPENDS:libglsl.so
DIRS:
SRCS:gp_color_table_data_make.cpp
LINKS: ./libglsl.so
##########
TARGET:color_extract.out
DEPENDS:libglsl.so
DIRS:
SRCS:color_extract.cpp
LINKS: ./libglsl.so
##########
TARGET:picture_scale.out
DEPENDS:libglsl.so
DIRS:
SRCS:picture_scale.cpp
LINKS: ./libglsl.so