]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix version info for Leash.exe
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 28 Jun 2012 18:50:13 +0000 (14:50 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 27 Aug 2012 22:41:56 +0000 (18:41 -0400)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit 25494149ab80332392db396fecaf3e1cea9c1cba)

ticket: 7235
status: resolved

src/windows/leash/Makefile.in
src/windows/leash/res/Leash.rc2
src/windows/leash/ver.rc

index 3f98c951b12fb5a51f6cc77a57d8fb601cad3b40..eb8a566ae2785bb97669f8fc492c8d1e93e42825 100644 (file)
@@ -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
index e5dbf29b827ef7289c32f565a8b0de925bdbea84..0a5dcb613e3f025fd21b1b25459be41e076ab1c0 100644 (file)
@@ -9,6 +9,6 @@
 
 /////////////////////////////////////////////////////////////////////////////
 // Add manually edited resources here...
-#include "ver.rc"
+#include "..\ver.rc"
 
 /////////////////////////////////////////////////////////////////////////////
index b93fcc46a3ac5029dcc971973e6c6d0ecbfef751..09575d474dbfe0a246a00ce80b04fe5ff38c2919 100644 (file)
@@ -1,3 +1,3 @@
 #define VER_FILEDESCRIPTION_STR        "Leash Application"
 
-#include <kerberos.ver>
+#include "..\version.rc"