mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Symbian^3 port
This commit is contained in:
parent
77cdaaf97e
commit
3eb71f2cc5
106 changed files with 2098 additions and 745 deletions
26
group/shaders.mk
Normal file
26
group/shaders.mk
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
MAKE = G:\Progs\MinGW\bin\mingw32-make
|
||||
|
||||
do_nothing :
|
||||
@rem do_nothing
|
||||
|
||||
MAKMAKE: do_nothing
|
||||
|
||||
BLD: do_nothing
|
||||
|
||||
CLEAN:
|
||||
rm ../vendor/librw/src/gl/shaders/*.inc
|
||||
|
||||
LIB: do_nothing
|
||||
|
||||
CLEANLIB: do_nothing
|
||||
|
||||
RESOURCE:
|
||||
$(MAKE) -C ../vendor/librw/src/gl/shaders/ -f Makefile all
|
||||
|
||||
FREEZE: do_nothing
|
||||
|
||||
SAVESPACE: do_nothing
|
||||
|
||||
RELEASABLES: do_nothing
|
||||
|
||||
FINAL: do_nothing
|
||||
Loading…
Add table
Add a link
Reference in a new issue