|
@@ -93,7 +93,8 @@ include $(RACK_DIR)/plugin.mk |
|
|
f.write(makefile) |
|
|
f.write(makefile) |
|
|
|
|
|
|
|
|
# Create plugin.hpp |
|
|
# Create plugin.hpp |
|
|
plugin_hpp = """#include <rack.hpp> |
|
|
|
|
|
|
|
|
plugin_hpp = """#pragma once |
|
|
|
|
|
#include <rack.hpp> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using namespace rack; |
|
|
using namespace rack; |
|
|