diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-06 04:43:30 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-06 04:50:41 +0800 |
commit | 855ba06dc0875e0dcffb9c5d388f8b30abd2deb2 (patch) | |
tree | b1d367d8ffe09bbf9f69275339056c1228aafa1c /win32/dummy.la | |
parent | 1d88f36d7fd0a5225c3438adb4782618407f320d (diff) | |
download | gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.gz gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.zst gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.zip |
Remove a long lived win32 hack
It seems that the dummy libraries are not needed anymore on windows
nowadays.
Diffstat (limited to 'win32/dummy.la')
-rw-r--r-- | win32/dummy.la | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/win32/dummy.la b/win32/dummy.la deleted file mode 100644 index 887809bfb8..0000000000 --- a/win32/dummy.la +++ /dev/null @@ -1,32 +0,0 @@ -# %LIB%.la - a libtool library file -# Generated by ltmain.sh - GNU libtool - well, actually not, hacked manually - -# The name that we can dlopen(3). -dlname='%DLL%.dll' - -# Names of this library. -library_names='%LIB%.dll.a' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for %LIB% -current=0 -age=0 -revision=0 - -# Is this an already installed library? -installed=no - -# Should we warn about portability when linking against -modules? -shouldnotlink=no - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='%PFX%/lib' |