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
3988d492ac
commit
a469daf5be
62 changed files with 322 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ endif
|
|||
OBJECTS_CONSOLEAPP := \
|
||||
$(JUCE_OBJDIR)/Main_90ebc5c2.o \
|
||||
$(JUCE_OBJDIR)/include_juce_core_f26d17db.o \
|
||||
$(JUCE_OBJDIR)/include_juce_core_CompilationTime_9257742c.o \
|
||||
|
||||
.PHONY: clean all strip
|
||||
|
||||
|
|
@ -98,6 +99,11 @@ $(JUCE_OBJDIR)/include_juce_core_f26d17db.o: ../../JuceLibraryCode/include_juce_
|
|||
@echo "Compiling include_juce_core.cpp"
|
||||
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_CONSOLEAPP) $(JUCE_CFLAGS_CONSOLEAPP) -o "$@" -c "$<"
|
||||
|
||||
$(JUCE_OBJDIR)/include_juce_core_CompilationTime_9257742c.o: ../../JuceLibraryCode/include_juce_core_CompilationTime.cpp
|
||||
-$(V_AT)mkdir -p $(@D)
|
||||
@echo "Compiling include_juce_core_CompilationTime.cpp"
|
||||
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_CONSOLEAPP) $(JUCE_CFLAGS_CONSOLEAPP) -o "$@" -c "$<"
|
||||
|
||||
$(JUCE_OBJDIR)/execinfo.cmd:
|
||||
-$(V_AT)mkdir -p $(@D)
|
||||
-@if [ -z "$(V_AT)" ]; then echo "Checking if we need to link libexecinfo"; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue