summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/windows/leash/Makefile.in2
-rw-r--r--src/windows/leash/res/Leash.rc22
-rw-r--r--src/windows/leash/ver.rc2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/leash/Makefile.in b/src/windows/leash/Makefile.in
index 3f98c951b1..eb8a566ae2 100644
--- a/src/windows/leash/Makefile.in
+++ b/src/windows/leash/Makefile.in
@@ -90,7 +90,7 @@ $(OUTPRE)$(EXE_NAME).exe: $(OBJS) $(XOBJS) $(LIBS)
$(LIBS) $(SYSLIBS) $(BUILDTOP)\util\wshelper\$(OUTPRE)$(WSHELPER).lib \
../lib/$(OUTPRE)libwin.lib atl.lib $(MFCLIB) $(SCLIB)
-$(RESFILE): ..\version.rc Leash.rc
+$(RESFILE): Leash.rc res/Leash.rc2 ver.rc ../version.rc ../kerberos.ver
clean::
if exist $(OUTPRE)*.exe del $(OUTPRE)*.exe
diff --git a/src/windows/leash/res/Leash.rc2 b/src/windows/leash/res/Leash.rc2
index e5dbf29b82..0a5dcb613e 100644
--- a/src/windows/leash/res/Leash.rc2
+++ b/src/windows/leash/res/Leash.rc2
@@ -9,6 +9,6 @@
/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...
-#include "ver.rc"
+#include "..\ver.rc"
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/windows/leash/ver.rc b/src/windows/leash/ver.rc
index b93fcc46a3..09575d474d 100644
--- a/src/windows/leash/ver.rc
+++ b/src/windows/leash/ver.rc
@@ -1,3 +1,3 @@
#define VER_FILEDESCRIPTION_STR "Leash Application"
-#include <kerberos.ver>
+#include "..\version.rc"