215d6a41d0
with normal Windows compilation environment.
8 lines
237 B
Text
8 lines
237 B
Text
# We set MAKEINFOFLAGS to not split .info files, because the resulting
|
|
# file names don't work on DOS.
|
|
MAKEINFOFLAGS=--no-split
|
|
|
|
# This does some sort of DOS specific installation, I guess.
|
|
INSTALL_DOSREL=install-dosrel
|
|
|
|
CFLAGS=-D_WIN32
|