diff options
author | marha <marha@users.sourceforge.net> | 2011-05-10 14:45:36 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-10 14:45:36 +0000 |
commit | c7b29834765d81334999132150d40ebbbadd0990 (patch) | |
tree | 52bd512e0dbb4bf77c69755daa0ab296e88f41ef | |
parent | 2e5094b5a8e6241621cbf8c3e41b618347de7e2f (diff) | |
download | vcxsrv-c7b29834765d81334999132150d40ebbbadd0990.tar.gz vcxsrv-c7b29834765d81334999132150d40ebbbadd0990.tar.bz2 vcxsrv-c7b29834765d81334999132150d40ebbbadd0990.zip |
Chanded order of compilation
-rw-r--r-- | xorg-server/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index f107c379c..bd2572eed 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -127,7 +127,7 @@ load_makefile xkeyboard-config\makefile MAKESERVER=0 DEBUG=0 all: $(APP).exe xlaunch.exe xkbcomp.exe protocol.txt XErrorDB \ ..\libX11\nls\all fonts.src\all xkeyboard-config\all plink.exe xclock.exe xcalc.exe \ - xwininfo.exe swrast_dri.dll swrast_dri_dbg.dll dxtn.dll dxtn_dbg.dll + xwininfo.exe swrast_dri_dbg.dll swrast_dri.dll dxtn.dll dxtn_dbg.dll load_makefile ..\mesalib\windows\VC8\mesa\makefile MAKESERVER=0 DEBUG=0 |