public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: "David Robinson (AU)" <David.Robinson@citrix.com.au>
To: sourcenav@sourceware.cygnus.com
Subject: Building SN50 on Win32
Date: Fri, 23 Nov 2001 10:47:00 -0000	[thread overview]
Message-ID: <A364502829E6D3119BF400508B2D831F0197E333@sydexch01.citrix.com.au> (raw)

Hello


Extracted from "sn50/build/tcl8.1/win/Makefile"

	(Line 354) cvars      = -DWIN32 -D_WIN32
	(Line 355) cvarsmt    = $(cvars) -D_MT
	(Line 356) cvarsdll   = $(cvarsmt) -D_DLL	

The macros "_MT" and "_DLL" are usually predefined by the
compiler when the "/MD" compiler qualifier is used (to enable
multithreading using the MSVCRT.DLL runtime library). However
in this case the /MD qualifier is not used.

It is strange that these macros are manually defined in the
makefile. This is either a mistake, or an obscure trick to fool
the standard header files.

Comments?


David.

WARNING: multiple messages have this Message-ID
From: "David Robinson (AU)" <David.Robinson@citrix.com.au>
To: sourcenav@sourceware.cygnus.com
Subject: Building SN50 on Win32
Date: Tue, 11 Dec 2001 21:18:00 -0000	[thread overview]
Message-ID: <A364502829E6D3119BF400508B2D831F0197E333@sydexch01.citrix.com.au> (raw)
Message-ID: <20011211211800.q2yjDxaTu0QOg3z5_OsI4Ol1XAz71HwUGFleR4vmglE@z> (raw)

Hello


Extracted from "sn50/build/tcl8.1/win/Makefile"

	(Line 354) cvars      = -DWIN32 -D_WIN32
	(Line 355) cvarsmt    = $(cvars) -D_MT
	(Line 356) cvarsdll   = $(cvarsmt) -D_DLL	

The macros "_MT" and "_DLL" are usually predefined by the
compiler when the "/MD" compiler qualifier is used (to enable
multithreading using the MSVCRT.DLL runtime library). However
in this case the /MD qualifier is not used.

It is strange that these macros are manually defined in the
makefile. This is either a mistake, or an obscure trick to fool
the standard header files.

Comments?


David.

             reply	other threads:[~2001-12-12  5:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-23 10:47 David Robinson (AU) [this message]
2001-12-11 21:18 ` David Robinson (AU)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A364502829E6D3119BF400508B2D831F0197E333@sydexch01.citrix.com.au \
    --to=david.robinson@citrix.com.au \
    --cc=sourcenav@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).