Skip to content

Commit

Permalink
fixes/enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
docb committed Oct 28, 2022
1 parent c8bbfbf commit a00f152
Show file tree
Hide file tree
Showing 69 changed files with 54 additions and 11,675 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ CXXFLAGS +=
# Static libraries are fine, but they should be added to this plugin's build system.
include $(RACK_DIR)/arch.mk
ifdef ARCH_MAC
FLAGS += -I lib/mac/CsoundLib64.framework/Versions/6.0/Headers
#link and deliver csound framework on mac
LDFLAGS += -rpath @loader_path/lib/mac -F lib/mac -framework CsoundLib64
DISTRIBUTABLES += $(wildcard lib/mac)
//FLAGS += -I lib/mac/CsoundLib64.framework/Versions/6.0/Headers
FLAGS += -I lib/linux/csound
LDFLAGS += lib/mac/libCsoundLib64.a lib/mac/libsndfile.a
else ifdef ARCH_WIN
FLAGS += -I lib/linux/csound
LDFLAGS += -Wl,--export-all-symbols lib/win/libcsound64.a lib/win/libsndfile.a -lws2_32
else
FLAGS += -I lib/linux/csound
LDFLAGS += lib/linux/libcsound64.a lib/linux/libcsnd6.a
LDFLAGS += lib/linux/libcsound64.a lib/linux/libsndfile.a
endif

# Add .cpp files to the build
Expand Down
Binary file removed lib/linux/libcsnd6.a
Binary file not shown.
Binary file modified lib/linux/libcsound64.a
Binary file not shown.
Binary file added lib/linux/libsndfile.a
Binary file not shown.
1 change: 0 additions & 1 deletion lib/mac/CsoundLib64.framework/CsoundLib64

This file was deleted.

1 change: 0 additions & 1 deletion lib/mac/CsoundLib64.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion lib/mac/CsoundLib64.framework/Resources

This file was deleted.

Binary file not shown.
92 changes: 0 additions & 92 deletions lib/mac/CsoundLib64.framework/Versions/6.0/Headers/CppSound.hpp

This file was deleted.

222 changes: 0 additions & 222 deletions lib/mac/CsoundLib64.framework/Versions/6.0/Headers/CsoundFile.hpp

This file was deleted.

Loading

0 comments on commit a00f152

Please sign in to comment.