This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Define VERSION_*, so running `make VERSION=0.4.0` for example defines
the macro VERSION_0_4_0
tags/v0.4.0
Andrew Belt
7 years ago
parent
e33bd360c4
commit
8cf8e402b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compile.mk
+ 1
- 1
compile.mk
View File
@@ -1,5 +1,5 @@
VERSION ?= dev
FLAGS += -DVERSION=$(VERSION)
FLAGS += -DVERSION=$(VERSION)
-DVERSION_$(subst .,_,$(VERSION))
# Generate dependency files alongside the object files
FLAGS += -MMD
Write
Preview
Loading…
Cancel
Save