adding Orbits
This commit is contained in:
parent
135715871d
commit
7ad235cbdd
6 changed files with 38 additions and 0 deletions
|
|
@ -635,6 +635,11 @@ PLUGIN_FILES += $(wildcard mscHack/src/*.cpp)
|
|||
# modules/types which are present in other plugins
|
||||
MSCHACK_CUSTOM_PER_FILE = MAIN_SYNC_CLOCK FILTER_STRUCT FILTER_PARAM_STRUCT OSC_PARAM_STRUCT PHRASE_CHANGE_STRUCT
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Orbits
|
||||
|
||||
PLUGIN_FILES += $(wildcard Orbits/src/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Prism
|
||||
|
||||
|
|
@ -1460,6 +1465,13 @@ $(BUILD_DIR)/mscHack/%.cpp.o: mscHack/%.cpp
|
|||
-Wno-non-c-typedef-for-linkage \
|
||||
-Wno-unused-but-set-variable
|
||||
|
||||
$(BUILD_DIR)/Orbits/%.cpp.o: Orbits/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(ORBITS_CUSTOM),$(call custom_module_names,$(m),Orbits)) \
|
||||
-DpluginInstance=pluginInstance__Orbits
|
||||
|
||||
$(BUILD_DIR)/Prism/%.cpp.o: Prism/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue