diff options
Diffstat (limited to 'xorg-server/hw')
-rw-r--r-- | xorg-server/hw/xwin/swrastwgl_dri/makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |