1
0
Fork 0
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:
jules 2012-09-17 13:18:11 +01:00
parent a4939b87f2
commit 5428554cda
10 changed files with 36 additions and 0 deletions

View file

@ -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"