mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave all projects
This commit is contained in:
parent
3d39e70393
commit
5e52056b9f
7 changed files with 35 additions and 0 deletions
|
|
@ -253,6 +253,11 @@ $(JUCE_OBJDIR)/execinfo.cmd:
|
|||
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
|
||||
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/execinfo.x -lexecinfo - >/dev/null 2>&1 && printf -- "-lexecinfo" > "$@" || touch "$@"
|
||||
|
||||
$(JUCE_OBJDIR)/cxxfs.cmd:
|
||||
-$(V_AT)mkdir -p $(@D)
|
||||
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link stdc++fs"; fi
|
||||
$(V_AT)printf "int main() { return 0; }" | $(CXX) -x c++ -o $(@D)/cxxfs.x -lstdc++fs - >/dev/null 2>&1 && printf -- "-lstdc++fs" > "$@" || touch "$@"
|
||||
|
||||
clean:
|
||||
@echo Cleaning DemoRunner
|
||||
$(V_AT)$(CLEANCMD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue