re3-symbian/group/shaders.mk
Shinovon 0ad6fe45d1 Fix skin shader
TODO: test on vc4
2026-05-03 06:34:24 +05:00

26 lines
355 B
Makefile

MAKE = G:\Progs\MinGW\bin\mingw32-make
do_nothing :
@rem do_nothing
MAKMAKE: do_nothing
BLD:
$(MAKE) -C ../vendor/librw/src/gl/shaders/ -f Makefile all
CLEAN:
rm ../vendor/librw/src/gl/shaders/*.inc
LIB: do_nothing
CLEANLIB: do_nothing
RESOURCE: do_nothing
FREEZE: do_nothing
SAVESPACE: do_nothing
RELEASABLES: do_nothing
FINAL: do_nothing