From 6cef9c09c25c25f09890641a0006e2d8059f5278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Sat, 5 Mar 2005 10:47:42 +0000 Subject: [PATCH] APPMODE can now be one of -mwindows or -mconsole. --- programs/Makeprog.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/Makeprog.rules.in b/programs/Makeprog.rules.in index 1b8f906ec55..b6089b2405e 100644 --- a/programs/Makeprog.rules.in +++ b/programs/Makeprog.rules.in @@ -2,7 +2,7 @@ # # Each individual makefile should define the following variables: # MODULE : name of the main module being built -# APPMODE : program mode (cui,gui,cuiw,guiw) +# APPMODE : program mode (-mwindows,-mconsole) # EXTRALIBS : extra libraries to link in (optional) # EXTRADEFS : extra symbol definitions, like -DWINELIB (optional) #