build needs the code to be generated
This commit is contained in:
parent
21b7cc999f
commit
d9aa1dc294
1 changed files with 4 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ MAKEFILE_DIR=$(SOURCE_DIR)/scripts/build/make
|
|||
include $(MAKEFILE_DIR)/versioning.mk
|
||||
include $(MAKEFILE_DIR)/dnx.mk
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
default: all
|
||||
|
||||
$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll
|
||||
$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll prepare_code
|
||||
|
||||
../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll:
|
||||
make -C ../OAuth.AspNet.AuthServer
|
||||
|
|
@ -17,3 +17,5 @@ Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs: Resources/Yavsc.Models.IT.Fixi
|
|||
strotygen -p -t -l -r "Yavsc.Server.Resources." $^
|
||||
|
||||
prepare_code: Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue