diff nt/xpm.mak @ 817:ece8c2170578

[xemacs-hg @ 2002-04-23 00:44:29 by jhar] Default to using MSVCRT as the C runtime for xpm
author jhar
date Tue, 23 Apr 2002 00:44:30 +0000
parents 74fd4e045ea6
children 5274591ce707
line wrap: on
line diff
--- a/nt/xpm.mak	Mon Apr 15 09:42:19 2002 +0000
+++ b/nt/xpm.mak	Tue Apr 23 00:44:30 2002 +0000
@@ -10,7 +10,7 @@
 !endif
 
 !if !defined(USE_CRTDLL)
-USE_CRTDLL=0
+USE_CRTDLL=1
 !endif
 
 !if $(DEBUG)
@@ -67,9 +67,4 @@
 	mkdir ..\X11
 
 Xpm.lib: $(OBJS)
-!if $(USE_CRTDLL)
-# Target is ok, link builds lib as a side effect.
-	link -nologo -dll -def:xpm.def -out:Xpm.dll gdi32.lib $(OBJS) 
-!else
 	lib -nologo -out:$@ $(OBJS)
-!endif