From 5bda4b6582522d21b15d62c5c76c71104e924cbc Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 30 Oct 2012 15:11:32 +0100 Subject: Now create a seperate installer for the debug exe and dlls --- xorg-server/hw/xwin/swrastwgl_dri/makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'xorg-server/hw/xwin/swrastwgl_dri') diff --git a/xorg-server/hw/xwin/swrastwgl_dri/makefile b/xorg-server/hw/xwin/swrastwgl_dri/makefile index ebdda1cd5..7a389db7f 100644 --- a/xorg-server/hw/xwin/swrastwgl_dri/makefile +++ b/xorg-server/hw/xwin/swrastwgl_dri/makefile @@ -3,11 +3,8 @@ SHAREDLIB = swrastwgl_dri INCLUDES += $(OBJDIR) ..\..\.. .. DEFINES += INSERVER HAVE_XWIN_CONFIG_H PTW32_STATIC_LIB -ifeq ($(DEBUG),1) -LINKLIBS += ..\..\..\obj\servdebug\vcxsrv_dbg.lib -else -LINKLIBS += ..\..\..\obj\servrelease\vcxsrv.lib -endif +$(OBJDIR)\swrastwgl_dri.dll : ..\..\..\$(SERVOBJDIR)\vcxsrv.exe +LINKLIBS += ..\..\..\$(SERVOBJDIR)\vcxsrv.lib CSRCS = swrastwgl_dri.c glwrap.c wgl_ext_api.c -- cgit v1.2.3