summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/Makefile.in')
-rw-r--r--src/windows/leashdll/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/windows/leashdll/Makefile.in b/src/windows/leashdll/Makefile.in
index fd9b0f4319..1d5a4619f2 100644
--- a/src/windows/leashdll/Makefile.in
+++ b/src/windows/leashdll/Makefile.in
@@ -33,10 +33,10 @@ OBJS= $(OUTPRE)AFSroutines.$(OBJEXT) \
$(OUTPRE)loadfuncs.$(OBJEXT)
#TODO: Fix resource compilation
-#RESFILE = $(OUTPRE)lsh_pwd.res
+RESFILE = $(OUTPRE)lsh_pwd.res
XOBJS = $(RESFILE)
-RCFLAGS = /i $(BUILDTOP)\include
+RCFLAGS = -I$(BUILDTOP)\include -I$(BUILDTOP) -DLEASHDLL_LIB
###From another project inside K 1.9:
###VERSIONRC = $(BUILDTOP)\windows\version.rc
@@ -73,4 +73,5 @@ $(OUTPRE)$(DLL_NAME).dll: $(DEF_FILE) $(OBJS) $(XOBJS)
#TODO: Add dependencies on include files here
-#$(RESFILE): resource.rc
+$(RESFILE): lsh_pwd.rc
+