aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-12 22:10:40 +0000
committermarha <marha@users.sourceforge.net>2009-11-12 22:10:40 +0000
commit331b83952fcd188232b0e5a92ea0c36c0cd25686 (patch)
treef5f538f0ba2f493907669792c718cd749a983290 /xorg-server/makefile
parent1453aad95c8667530a019787753015e71f730b92 (diff)
downloadvcxsrv-331b83952fcd188232b0e5a92ea0c36c0cd25686.tar.gz
vcxsrv-331b83952fcd188232b0e5a92ea0c36c0cd25686.tar.bz2
vcxsrv-331b83952fcd188232b0e5a92ea0c36c0cd25686.zip
load also the makefiles for xclock, xcalc and xwininfo
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r--xorg-server/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile
index 814b3e915..58fd8efb7 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -95,29 +95,29 @@ XErrorDB: ..\libX11\src\XErrorDB
copy $< $@
load_makefile hw\xwin\xlaunch\makefile MAKESERVER=0 DEBUG=0
-
xlaunch.exe: hw\xwin\xlaunch\obj\release\xlaunch.exe
copy $< $@
load_makefile ..\xkbcomp\makefile MAKESERVER=0 DEBUG=0
-
xkbcomp.exe: ..\xkbcomp\obj\release\xkbcomp.exe
copy $< $@
%: ..\apps\xcalc\%.ad
copy $< $@
+load_makefile ..\apps\xcalc\makefile MAKESERVER=0 DEBUG=0
xcalc.exe: ..\apps\xcalc\obj\release\xcalc.exe XCalc XCalc-color
copy $< $@
+load_makefile ..\apps\xclock\makefile MAKESERVER=0 DEBUG=0
xclock.exe: ..\apps\xclock\obj\release\xclock.exe
copy $< $@
+load_makefile ..\apps\xwininfo\makefile MAKESERVER=0 DEBUG=0
xwininfo.exe: ..\apps\xwininfo\obj\release\xwininfo.exe
copy $< $@
load_makefile ..\tools\plink\makefile MAKESERVER=0 DEBUG=0
-
plink.exe: ..\tools\plink\obj\release\plink.exe
copy $< $@