mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Added a flag to disable bypass in RTAS.
This commit is contained in:
parent
a4939b87f2
commit
5428554cda
10 changed files with 36 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ clean:
|
|||
-@rm -rf $(OBJDIR)/*
|
||||
-@rm -rf $(OBJDIR)
|
||||
|
||||
strip:
|
||||
@echo Stripping BinaryBuilder
|
||||
-@strip --strip-unneeded $(OUTDIR)/$(TARGET)
|
||||
|
||||
$(OBJDIR)/Main_90ebc5c2.o: ../../Source/Main.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Main.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue