Browse Source

Fix distrho icon

tags/1.9.4
falkTX 12 years ago
parent
commit
96ad214326
2 changed files with 1 additions and 1 deletions
  1. BIN
      resources/bitmaps/button_distrho.png
  2. +1
    -1
      source/backend/standalone/Makefile

BIN
resources/bitmaps/button_distrho.png View File

Before After
Width: 22  |  Height: 22  |  Size: 3.2KB Width: 22  |  Height: 22  |  Size: 3.2KB

+ 1
- 1
source/backend/standalone/Makefile View File

@@ -138,7 +138,7 @@ debug:

# --------------------------------------------------------------

%.cpp.o: %.cpp ../CarlaBackend.hpp ../CarlaEngine.hpp ../CarlaPlugin.hpp
%.cpp.o: %.cpp ../CarlaBackend.hpp ../CarlaEngine.hpp ../CarlaPlugin.hpp ../CarlaStandalone.hpp
$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@

../libcarla_standalone.dll: $(OBJS) $(LIBS)


Loading…
Cancel
Save