Skip to content

Commit

Permalink
Fix version info for Leash.exe
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

(cherry picked from commit 2549414)

ticket: 7235
status: resolved
  • Loading branch information
Kevin Wasserman authored and tlyu committed Aug 27, 2012
1 parent b4e3cc0 commit a77f763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/windows/leash/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/windows/leash/res/Leash.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...
#include "ver.rc"
#include "..\ver.rc"

/////////////////////////////////////////////////////////////////////////////
2 changes: 1 addition & 1 deletion src/windows/leash/ver.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VER_FILEDESCRIPTION_STR "Leash Application"

#include <kerberos.ver>
#include "..\version.rc"

0 comments on commit a77f763

Please sign in to comment.