APPMODE can now be one of -mwindows or -mconsole.

This commit is contained in:
Vincent Béron 2005-03-05 10:47:42 +00:00 committed by Alexandre Julliard
parent ae5e9edef7
commit 6cef9c09c2

View file

@ -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)
#