public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Building SN50 on Win32
@ 2001-11-23 10:47 David Robinson (AU)
  2001-12-11 21:18 ` David Robinson (AU)
  0 siblings, 1 reply; 2+ messages in thread
From: David Robinson (AU) @ 2001-11-23 10:47 UTC (permalink / raw)
  To: sourcenav

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Building SN50 on Win32
  2001-11-23 10:47 Building SN50 on Win32 David Robinson (AU)
@ 2001-12-11 21:18 ` David Robinson (AU)
  0 siblings, 0 replies; 2+ messages in thread
From: David Robinson (AU) @ 2001-12-11 21:18 UTC (permalink / raw)
  To: sourcenav

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-12  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-23 10:47 Building SN50 on Win32 David Robinson (AU)
2001-12-11 21:18 ` David Robinson (AU)

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).