build needs the code to be generated

vnext
Paul Schneider 5 years ago
parent fb389bb8df
commit c1a69100c5
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)/versioning.mk
include $(MAKEFILE_DIR)/dnx.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: ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll:
make -C ../OAuth.AspNet.AuthServer 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." $^ strotygen -p -t -l -r "Yavsc.Server.Resources." $^
prepare_code: Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs prepare_code: Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs
all: $(BINTARGETPATH)

Loading…