[Mono-dev] [PATCH] [Windows] Define version macros for WindowsSDK
Robert Jordan
robertj at gmx.net
Mon Mar 10 11:10:01 EDT 2008
Kornél Pál wrote:
> Hi,
>
>>> Index: mono/configure.in
>>> ===================================================================
>>> --- mono/configure.in (revision 97847)
>>> +++ mono/configure.in (working copy)
>>> @@ -70,7 +70,12 @@
>>> export CC
>>> fi
>>> HOST_CC="gcc"
>>> - CPPFLAGS="$CPPFLAGS -DWIN32_THREADS -DFD_SETSIZE=1024 -DUNICODE
>> Why did you remove FD_SETSIZE?
>
> As far as I know we don't use C++ compiler so I consider this whole line
> being some kind of "junk". Please correct me if I'm wrong.
CPPFLAGS are C-Pre-Processor-Flags. C++ variables start with CXX.
Robert
More information about the Mono-devel-list
mailing list