mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
1d1f2ad526
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6116 fc73d0e0-1445-4013-8a0c-d673dee63da5
8 lines
277 B
Makefile
8 lines
277 B
Makefile
all: mat_vmt_progs.h
|
|
|
|
VMTPROGSBASE=lightmapped refract transition unlit vertexlit water
|
|
VMTPROGS:=$(foreach p,$(VMTPROGSBASE),vmt/$p)
|
|
VMTPROGSFILES:=$(foreach p,$(VMTPROGS),glsl/$p.glsl)
|
|
mat_vmt_progs.h: $(VMTPROGSFILES)
|
|
../../engine/shaders/generatebuiltinsl $@ $(VMTPROGS)
|
|
|