uses the right Win-32 library command.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8348
dc483132-0cff-0310-8789-
dd5450dbe970
Wed Jun 12 00:48:32 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+ * Makefile.in: Update special rule for gssapi_err_krb5.obj so that
+ it uses the right Win-32 library command.
+
* pname_to_uid.c: Add #ifdef _WIN32 in places where we had #ifdef
_MSDOS
gssapi_err_krb5.$(OBJEXT): gssapi_err_krb5.c
$(CC) $(CFLAGS) -c $*.c
@SHARED_RULE_LOCAL@
-##DOS!if defined(LIBNAME)
-##DOS!if "$(LIBCMD)"!="rem"
-##DOS $(LIBCMD) /nologo $(LIBNAME) -+$@;
-##DOS!endif
-##DOS!endif
+##WIN16## $(LIBCMD) $(PAGESIZE) /nologo $(LIBNAME) -+$@;
+##WIN32## $(LIBCMD) /out:$(LIBNAME) /nologo $@
gssapi_err_krb5.h: gssapi_err_krb5.et