diff options
author | marha <marha@users.sourceforge.net> | 2011-01-18 22:22:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-18 22:22:10 +0000 |
commit | e13493f3d4e467363e681ac2a216fec58b9f8770 (patch) | |
tree | 2361bb3e579ee7c6b40cdb27aa7155669537970b /libXt/src/makefile | |
parent | a65902f52cde115ec5b42827ad6773b38c1e64e3 (diff) | |
download | vcxsrv-e13493f3d4e467363e681ac2a216fec58b9f8770.tar.gz vcxsrv-e13493f3d4e467363e681ac2a216fec58b9f8770.tar.bz2 vcxsrv-e13493f3d4e467363e681ac2a216fec58b9f8770.zip |
dllmain should not be included in static lib
Diffstat (limited to 'libXt/src/makefile')
-rw-r--r-- | libXt/src/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libXt/src/makefile b/libXt/src/makefile index 76441250c..a129f418b 100644 --- a/libXt/src/makefile +++ b/libXt/src/makefile @@ -58,7 +58,6 @@ CSRCS = \ VarGet.c \ Varargs.c \ Vendor.c \ - sharedlib.c \ StringDefs.c BUILT_SOURCE = StringDefs.c |