diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-08-17 09:45:55 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-08-17 09:45:55 +0000 |
commit | 84af4cd4d9df44b51ca4c7999bea4afcb0ea1051 (patch) | |
tree | 39da1257935a45df0b6dc9632cac7dc2035658fd /Makefile | |
parent | a716404895da793c5bfb88f43d2534cb7def27e5 (diff) |
automatic version updates
svn path=/trunk/externals/hardware/wiimote/; revision=13819
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,12 +18,14 @@ SOURCES_Windows = # #------------------------------------------------------------------------------# +VERSION=0.3.1 + # where Pd lives PD_PATH = ../../pd # where to install the library objectsdir = $(PD_PATH)/extra -CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g +CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g -DVERSION=\"$(VERSION)\" LDFLAGS = LIBS = -lcwiid -lbluetooth -lpthread |