autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_API_WIN32 and AC_API_NOWIN32


From: Robert Collins
Subject: AC_API_WIN32 and AC_API_NOWIN32
Date: Sat, 24 Mar 2001 13:46:23 +1100

The two attached files are macros for configuring a compiler
respectively, enable WIN32 support or disable WIN32 support.

They both have a high level interface that sets CFLAGS/CXXFLAGS and
CPPFLAGS and a low level interface that sets [NO]WIN32FLAGS for use in
projects that override CFLAGS/CPPFLAGS.

The second macro was introduced so that projects that don't port well if
the win32 api is in the include path can be updated easily. (windows.h
is not unique to win32, and if it gets included, WIN32 gets defined...)

Rob

Attachment: win32.m4
Description: Binary data

Attachment: nowin32.m4
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]