X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=nt%2Fxpm.mak;h=2cdbe2a29094b51ffe1ae02c244d4bb44e2aae3d;hp=2adc7362d31313d50741d1e811076d2849561bb2;hb=3ddd5d42503cc3567ef598bba0cbd86d256ec0fa;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/nt/xpm.mak b/nt/xpm.mak index 2adc736..2cdbe2a 100644 --- a/nt/xpm.mak +++ b/nt/xpm.mak @@ -10,7 +10,7 @@ DEBUG=0 !endif !if !defined(USE_CRTDLL) -USE_CRTDLL=0 +USE_CRTDLL=1 !endif !if $(DEBUG) @@ -67,9 +67,4 @@ all: ..\X11\xpm.h Xpm.lib 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