diff options
author | marha <marha@users.sourceforge.net> | 2009-08-07 12:33:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-07 12:33:59 +0000 |
commit | e7e9a66629ada359ad6a35cdb12e0e35b49e889c (patch) | |
tree | a93f38125aee1970e8a41bd23f4abc9162deeaee /xorg-server/makefile | |
parent | 527d85e0327133858ddb86169f2840f305c192b3 (diff) | |
download | vcxsrv-e7e9a66629ada359ad6a35cdb12e0e35b49e889c.tar.gz vcxsrv-e7e9a66629ada359ad6a35cdb12e0e35b49e889c.tar.bz2 vcxsrv-e7e9a66629ada359ad6a35cdb12e0e35b49e889c.zip |
Added plink tool (version without console, except if output is generated)
Added possibility to build console application or windows application in makefile.after
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index 4416b6ddd..3391a1d77 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -55,7 +55,7 @@ load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(D OBJS = dix\$(OBJDIR)\main.obj -WINAPP=vcxsrv +TTYAPP=vcxsrv ifeq ($(DEBUG),1) LINKLIBS += $(MHMAKECONF)\openssl\out32_d\libeay32.lib \ @@ -74,12 +74,12 @@ XWin.rc: hw\xwin\XWin.rc RESOURCES = XWin.rc -$(OBJDIR)\$(WINAPP).exe: $(LINKLIBS) +$(OBJDIR)\$(TTYAPP).exe: $(LINKLIBS) XKeysymDB: ..\libX11\src\XKeysymDB copy $< $@ -$(WINAPP).exe: $(OBJDIR)\$(WINAPP).exe +$(TTYAPP).exe: $(OBJDIR)\$(TTYAPP).exe copy $< $@ load_makefile hw\xwin\xlaunch\makefile MAKESERVER=0 DEBUG=$(DEBUG) @@ -96,7 +96,7 @@ load_makefile ..\libX11\nls\makefile MAKESERVER=0 DEBUG=0 load_makefile fonts.src\makefile MAKESERVER=0 DEBUG=0 load_makefile xkbdata.src\makefile MAKESERVER=0 DEBUG=0 -all: $(WINAPP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB ..\libX11\nls\all fonts.src\all xkbdata.src\all +all: $(TTYAPP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB ..\libX11\nls\all fonts.src\all xkbdata.src\all protocol.txt: dix\protocol.txt copy $< $@ |