From ed3b4352873ded4ea98058d5ed95fd0ff5b87c52 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 9 Aug 2006 04:18:13 +0000 Subject: added more details to hidin and added it to the default Windows build svn path=/trunk/; revision=5530 --- externals/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 9a99b2c0..3e660762 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -111,11 +111,11 @@ CXXFLAGS = $(CFLAGS) # # WARNING! this MUST be all on one line because the automatic package # building scripts rely on it being that way. -LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib iemmatrix loaders mapping markex maxlib mjlib motex oscx pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy +LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib iemmatrix loaders mapping markex maxlib mjlib motex oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy # this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) - LIB_TARGETS += + LIB_TARGETS += hidin else ifeq ($(OS_NAME),darwin) LIB_TARGETS += hid @@ -973,10 +973,9 @@ hidin: $(HIDIN_OBJECTS:.c=.$(EXTENSION)) hidin_install: hidin install -d $(objectsdir)/$(HIDIN_NAME) $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(HIDIN_NAME) \ - --author "" \ - --description "" \ - --license "" \ - --version "" + --author "Olaf Matthes" \ + --description "HID input for Windows HID" \ + --license "GNU GPL" install -p $(HIDIN_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(HIDIN_NAME) install -d $(helpdir)/$(HIDIN_NAME) install -p $(externals_src)/hidin/help/*.pd \ -- cgit v1.2.1