aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-11-01 15:08:20 +0000
committerWerner Koch <[email protected]>2010-11-01 15:08:20 +0000
commit5a0fe3fadcec69bced9ddb56903a6d584daf5af0 (patch)
treeca12a55a059fe6b89b1edbace3cb18bc409c6d13
parents/abort/TerminateProcess/ (diff)
downloadlibgpg-error-5a0fe3fadcec69bced9ddb56903a6d584daf5af0.tar.gz
libgpg-error-5a0fe3fadcec69bced9ddb56903a6d584daf5af0.zip
Chnage name of libgpg-error DLL.
-rwxr-xr-xcontrib/conf-w32ce-msc/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk
index 99a2ee4..b28e67b 100755
--- a/contrib/conf-w32ce-msc/build.mk
+++ b/contrib/conf-w32ce-msc/build.mk
@@ -102,7 +102,8 @@ all: $(sources) $(conf_sources) $(built_sources)
$(CC) $(CFLAGS) -c strerror.c
$(CC) $(CFLAGS) -c code-to-errno.c
$(CC) $(CFLAGS) -c code-from-errno.c
- link.exe /DLL /IMPLIB:libgpg-error-0.lib /OUT:libgpg-error-0.dll \
+ link.exe /DLL /IMPLIB:libgpg-error-0-msc.lib \
+ /OUT:libgpg-error-0-msc.dll \
/DEF:gpg-error.def /NOLOGO /MANIFEST:NO \
/NODEFAULTLIB:"oldnames.lib" /DYNAMICBASE:NO \
w32-gettext.obj init.obj strsource.obj strerror.obj \