refacts / oubs attrs
This commit is contained in:
parent
b63947f34e
commit
8c472a6f5f
4 changed files with 0 additions and 0 deletions
16
scripts/make/msbuild.mk
Normal file
16
scripts/make/msbuild.mk
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
|
||||
MSBUILD=msbuild
|
||||
MONO=mono
|
||||
CONFIGURATION=Debug
|
||||
BINTYPE=exe
|
||||
PRJNAME := $(shell basename `pwd -P`)
|
||||
SOLUTIONDIR=$(HOME)/workspace/yavsc
|
||||
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
|
||||
VERSION=1.0.5-rc$(rc_num)
|
||||
|
||||
BINTARGET=$(PRJNAME).$(BINTYPE)
|
||||
BINTARGETPATH=bin/$(CONFIGURATION)/$(BINTARGET)
|
||||
NUGETSOURCE=$(HOME)/Nupkgs
|
||||
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue