APPMODE can now be one of -mwindows or -mconsole.
This commit is contained in:
parent
ae5e9edef7
commit
6cef9c09c2
|
@ -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)
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue