diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 15:34:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 15:34:35 +0000 |
commit | aadbba08d10065b0104b83084245f41a3e704c41 (patch) | |
tree | 3cf349995b3d9fc9e3c0956fdec94b2c84e9f7ce /xorg-server/makefile | |
parent | 644f187f8844c573ec9920de33b47892266c6457 (diff) | |
download | vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.gz vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.bz2 vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.zip |
Added xclock and xcalc to system menu.
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index 896656c40..968c40915 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -104,6 +104,15 @@ load_makefile ..\xkbcomp\makefile MAKESERVER=0 DEBUG=0 xkbcomp.exe: ..\xkbcomp\obj\release\xkbcomp.exe copy $< $@ +%: ..\apps\xcalc\%.ad + copy $< $@ + +xcalc.exe: ..\apps\xcalc\obj\release\xcalc.exe XCalc XCalc-color + copy $< $@ + +xclock.exe: ..\apps\xclock\obj\release\xclock.exe + copy $< $@ + load_makefile ..\tools\plink\makefile MAKESERVER=0 DEBUG=0 plink.exe: ..\tools\plink\obj\release\plink.exe @@ -114,7 +123,7 @@ load_makefile fonts.src\makefile MAKESERVER=0 DEBUG=0 load_makefile xkbdata.src\makefile MAKESERVER=0 DEBUG=0 all: $(APP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB XErrorDB \ - ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe \ + ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe xclock.exe xcalc.exe \ opengl32.dll swrast_dri.dll swrast_dri.dll: ..\mesalib\lib\swrast_dri.dll |