Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable shellext: remove double-listed ThgDebug.obj in Makefile.nmake

Fixes the linker warning:
ThgDebug.obj : warning LNK4042: object specified more than once; extras ignored

Changeset 2e9fe4b1a80b

Parent a65d7a4bf9f7

by Adrian Buehlmann

Changes to one file · Browse files at 2e9fe4b1a80b Showing diff from parent a65d7a4bf9f7 Diff from another changeset...

 
16
17
18
19
20
 
21
22
23
 
16
17
18
 
 
19
20
21
22
@@ -16,8 +16,7 @@
  Dirstatecache.obj \   DirectoryStatus.obj \   Thgstatus.obj \ - QueryDirstate.obj \ - ThgDebug.obj + QueryDirstate.obj    LIBS = User32.lib Ole32.lib Shlwapi.lib Shell32.lib Advapi32.lib  DEFFILE = ShellExt.def