mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +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
|
|
@ -67,6 +67,10 @@ clean:
|
|||
-@rm -rf $(OBJDIR)/*
|
||||
-@rm -rf $(OBJDIR)
|
||||
|
||||
strip:
|
||||
@echo Stripping HelloWorld
|
||||
-@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