refacts / oubs attrs
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user