mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Tweak build process messages when building objects from .glsl files
git-svn-id: https://svn.eduke32.com/eduke32@7797 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
48b2cfef59
commit
5f1ec28913
1 changed files with 2 additions and 1 deletions
|
@ -1017,7 +1017,8 @@ $$($1_obj)/%.$$o: $$($1_src)/%.glsl | $$($1_obj)
|
|||
@$$(call RAW_ECHO,char const *$$(basename $$(<F)) = R"shader$$(paren_open)) > $$($1_obj)/$$(<F).cpp
|
||||
@$$(call CAT,$$<) >> $$($1_obj)/$$(<F).cpp
|
||||
@$$(call RAW_ECHO,$$(paren_close)shader";) >> $$($1_obj)/$$(<F).cpp
|
||||
@$$(RECIPE_IF) $$(COMPILER_CXX) $$($1_cflags) -c $$($1_obj)/$$(<F).cpp -o $$@ $$(RECIPE_RESULT_COMPILE)
|
||||
$$(COMPILE_STATUS)
|
||||
$$(RECIPE_IF) $$(COMPILER_CXX) $$($1_cflags) -c $$($1_obj)/$$(<F).cpp -o $$@ $$(RECIPE_RESULT_COMPILE)
|
||||
|
||||
## Cosmetic stuff
|
||||
|
||||
|
|
Loading…
Reference in a new issue