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 /xkbcomp | |
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 'xkbcomp')
-rw-r--r-- | xkbcomp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile index 04e479186..89435e112 100644 --- a/xkbcomp/makefile +++ b/xkbcomp/makefile @@ -15,7 +15,7 @@ LIBDIRS=$(dir $(INCLUDELIBFILES)) load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);) -WINAPP = xkbcomp +TTYAPP = xkbcomp DEFINES += DFLT_XKB_CONFIG_ROOT="\".\"" |