From 5ad08dc1662c9c7eeea10dadd39f7a1f793f761b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 28 May 2008 19:37:09 +0000 Subject: [PATCH] windows-vlserver-headers-20080528 LICENSE MIT make sure the headers are copied to the correct location by providing explicit rules --- src/vlserver/NTMakefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/vlserver/NTMakefile b/src/vlserver/NTMakefile index 184458799..6337b2c1a 100644 --- a/src/vlserver/NTMakefile +++ b/src/vlserver/NTMakefile @@ -21,6 +21,13 @@ INCFILES = \ $(INCFILEDIR)\vlserver.h \ $(INCFILEDIR)\vldbint.h + +$(INCFILEDIR)\afs\vlserver.h: vlserver.h + $(COPY) vlserver.h $(INCFILEDIR)\vlserver.h + +$(INCFILEDIR)\afs\vl_opcodes.h: vl_opcodes.h + $(COPY) vl_opcodes.h $(INCFILEDIR)\vl_opcodes.h + ############################################################################ # build afsvldb.lib @@ -115,6 +122,8 @@ vldbint.xdr.c: vldbint.xg vldbint.h vldbint.h: vldbint.xg $(RXGEN) -u -x -h -o $@ vldbint.xg + +$(INCFILEDIR)\vldbint.h: vldbint.h $(COPY) vldbint.h $(INCFILEDIR)\vldbint.h ############################################################################ -- 2.39.5