Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable shellext/Makefile.nmake: take version info from env var THG_EXTRA_RCFLAGS

Changeset 96b39de1cd9f

Parent 910975e21005

by Adrian Buehlmann

Changes to 2 files · Browse files at 96b39de1cd9f Showing diff from parent 910975e21005 Diff from another changeset...

 
47
48
49
50
 
51
52
53
 
47
48
49
 
50
51
52
53
@@ -47,7 +47,7 @@
   THgShell.dll: $(OBJECTS_THGSGELL)   create-parentid-h.cmd - rc shellext.rc + rc $(THG_EXTRA_RCFLAGS) shellext.rc   link /OUT:$@ $(LDFLAGS_THGSHELL) $** shellext.res   mt -nologo -manifest $@.manifest -outputresource:"$@;#2"  
 
1
2
3
4
 
 
 
5
6
7
 
1
 
2
3
4
5
6
7
8
9
@@ -1,7 +1,9 @@
 #include "windows.h" -#include "thgversion.h"  #include "parentid.h"   +#ifndef THG_VERSION_FIRST +#include "thgversion.h" +#endif    #define TOSTR(x) #x  #define TOSTR2(x) TOSTR(x)