Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

hgtk shellext: Don't include ThgVersion pseudotarget in list of link params

This prevents the following warning from appearing during linking:
ThgVersion.obj : warning LNK4042: object specified more than once; extras ignored

Changeset 3ee430ad8ca3

Parent ad2c317d2d1e

by Daniel Atallah

Changes to one file · Browse files at 3ee430ad8ca3 Showing diff from parent ad2c317d2d1e Diff from another changeset...

 
55
56
57
58
 
59
60
61
 
55
56
57
 
58
59
60
61
@@ -55,7 +55,7 @@
 $(THGSHELL_TARGET): ThgVersion $(OBJECTS_THGSGELL)   cl /EP ThgCLSIDs-template.wxi > ThgCLSIDs.wxi   rc /dTHG_SHELL_FNAME="$@" $(THG_EXTRA_RCFLAGS) shellext.rc - link /OUT:$@ $(LDFLAGS_THGSHELL) $** shellext.res + link /OUT:$@ $(LDFLAGS_THGSHELL) $(OBJECTS_THGSGELL) shellext.res   mt -nologo -manifest $@.manifest -outputresource:"$@;#2"    dirstate.exe: dirstate.obj $(OBJECTS_DIRSTATE)