1
0
Fork 0
forked from fte/fteqw
fteqw/plugins/hl2/Makefile
eukara e4c4938efe
HL2 Plugin Improvements (#290)
* HL2 plugin: bunch of vmt parsing additions, and a hack to load old Left4Dead .vpk files.
2024-10-20 20:17:40 -07:00

8 lines
280 B
Makefile

all: mat_vmt_progs.h
VMTPROGSBASE=lightmapped refract transition unlit vertexlit water rt
VMTPROGS:=$(foreach p,$(VMTPROGSBASE),vmt/$p)
VMTPROGSFILES:=$(foreach p,$(VMTPROGS),glsl/$p.glsl)
mat_vmt_progs.h: $(VMTPROGSFILES)
../../engine/shaders/generatebuiltinsl $@ $(VMTPROGS)