diff options
Diffstat (limited to 'xorg-server/hw/xwin/glx')
-rw-r--r-- | xorg-server/hw/xwin/glx/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/hw/xwin/glx/makefile b/xorg-server/hw/xwin/glx/makefile index e52da16a1..6d1cbeb21 100644 --- a/xorg-server/hw/xwin/glx/makefile +++ b/xorg-server/hw/xwin/glx/makefile @@ -5,10 +5,10 @@ DEFINES += GLAPIENTRY=__stdcall _GLAPI_NO_EXPORTS DEFINES += XWIN_CLIPBOARD DEFINES += XWIN_MULTIWINDOW -DEFINES += XWIN_NATIVEGDI -DEFINES += XWIN_RANDR RELOCATE_PROJECTROOT +DEFINES += XWIN_RANDR +DEFINES += RELOCATE_PROJECTROOT INCLUDES += ..\..\..\miext\rootless -DEFINES += HAVE_XWIN_CONFIG_H BUILD_DATE=0-0-0000 PTW32_STATIC_LIB +DEFINES += HAVE_XWIN_CONFIG_H PTW32_STATIC_LIB CSRCS = \ winpriv.c \ |