diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-09 04:18:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-09 04:18:13 +0000 |
commit | ed3b4352873ded4ea98058d5ed95fd0ff5b87c52 (patch) | |
tree | 9db70a2c96cc3ce51c715c03f994cc6b6740fd3b | |
parent | 6b2dfe14ffb4b32cbceab83845204ec0d944dbf1 (diff) |
added more details to hidin and added it to the default Windows build
svn path=/trunk/; revision=5530
-rw-r--r-- | externals/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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 \ |