hotfix solution dir
This commit is contained in:
parent
87dd938819
commit
3fe3e23c8e
2 changed files with 4 additions and 5 deletions
|
|
@ -5,8 +5,8 @@ MONO=mono
|
|||
CONFIGURATION=Debug
|
||||
BINTYPE=exe
|
||||
PRJNAME := $(shell basename `pwd -P`)
|
||||
SOLUTIONDIR=$(HOME)/workspace/yavsc
|
||||
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
|
||||
|
||||
rc_num := $(shell cat ../../rc-num.txt)
|
||||
VERSION=1.0.5-rc$(rc_num)
|
||||
|
||||
BINTARGET=$(PRJNAME).$(BINTYPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue