diff options
author | marha <marha@users.sourceforge.net> | 2009-11-12 22:10:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-12 22:10:40 +0000 |
commit | 331b83952fcd188232b0e5a92ea0c36c0cd25686 (patch) | |
tree | f5f538f0ba2f493907669792c718cd749a983290 /xorg-server | |
parent | 1453aad95c8667530a019787753015e71f730b92 (diff) | |
download | vcxsrv-331b83952fcd188232b0e5a92ea0c36c0cd25686.tar.gz vcxsrv-331b83952fcd188232b0e5a92ea0c36c0cd25686.tar.bz2 vcxsrv-331b83952fcd188232b0e5a92ea0c36c0cd25686.zip |
load also the makefiles for xclock, xcalc and xwininfo
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/makefile | 6 |
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 $< $@ |