浏览代码

progs/glsl: add special Makefile rule for samplers_array

tags/mesa_7_5_1
Brian Paul 16 年前
父节点
当前提交
488b3c4d1b
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      progs/glsl/Makefile

+ 3
- 1
progs/glsl/Makefile 查看文件

@@ -32,6 +32,7 @@ DEMO_SOURCES = \
pointcoord.c \
points.c \
samplers.c \
samplers_array.c \
shadow_sampler.c \
skinning.c \
texaaline.c \
@@ -188,7 +189,8 @@ samplers.o: $(UTIL_HEADERS)
samplers: samplers.o $(UTIL_OBJS)


samplers_array.o: $(UTIL_HEADERS)
samplers_array.o: samplers.c $(UTIL_HEADERS)
$(APP_CC) $(CFLAGS) -DSAMPLERS_ARRAY $< -c -o $@

samplers_array: samplers_array.o $(UTIL_OBJS)


正在加载...
取消
保存