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

shellext: don't include symbols in THgShell.dll

This reduces the size from 785 KB down to 432 KB

Changeset ae446ffab602

Parent 2259028f4a84

by Adrian Buehlmann

Changes to one file · Browse files at ae446ffab602 Showing diff from parent 2259028f4a84 Diff from another changeset...

 
38
39
40
41
 
42
43
44
 
38
39
40
 
41
42
43
44
@@ -38,7 +38,7 @@
 all: THgShell.dll dirstate.exe    THgShell.dll: $(OBJECTS_THGSGELL) - g++ -o $@ $(OBJECTS_THGSGELL) $(LDFLAGS_THGSGELL) + g++ -o $@ $(OBJECTS_THGSGELL) -s $(LDFLAGS_THGSGELL)    dirstate.exe: dirstate.cpp dirstate.h $(OBJECTS_DIRSTATE)   g++ -o $@ $(CXXFLAGS) -DAPPMAIN $< $(OBJECTS_DIRSTATE) $(LDFLAGS_DIRSTATE)