Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext/Makefile: DirectoryStatus.o is not needed for dirstate.exe

Changeset 64b70ff0fdc0

Parent badc5cad6dc6

by Adrian Buehlmann

Changes to one file · Browse files at 64b70ff0fdc0 Showing diff from parent badc5cad6dc6 Diff from another changeset...

 
2
3
4
5
6
 
7
8
9
 
15
16
17
 
18
19
20
 
2
3
4
 
 
5
6
7
8
 
14
15
16
17
18
19
20
@@ -2,8 +2,7 @@
 OBJECTS_DIRSTATE = TortoiseUtils.o \   Direntry.o \   Directory.o \ - Winstat.o \ - DirectoryStatus.o + Winstat.o    OBJECTS_THGSGELL = $(OBJECTS_DIRSTATE) \   ContextMenu.o \ @@ -15,6 +14,7 @@
  StringUtils.o \   dirstate.o \   Dirstatecache.o \ + DirectoryStatus.o \   QueryDirstate.o    BASE_LDFLAGS=-lole32 -lkernel32 -luser32 -lgdi32 -lshlwapi -lwininet \