~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to win/makefile.vc

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-12-25 16:10:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071225161004-zr4n8bj42nh1ybll
Tags: 8.5.0-2
Again disabled stack checking on hppa architecture since it doesn't
work yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# Copyright (c) 2001-2004 David Gravereaux.
13
13
#
14
14
#------------------------------------------------------------------------------
15
 
# RCS: @(#) $Id: makefile.vc,v 1.172 2007/10/16 20:49:12 davygrvy Exp $
 
15
# RCS: @(#) $Id: makefile.vc,v 1.175 2007/12/14 02:27:11 patthoyts Exp $
16
16
#------------------------------------------------------------------------------
17
17
 
18
18
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
476
476
conlflags = $(lflags) -subsystem:console
477
477
guilflags = $(lflags) -subsystem:windows
478
478
 
479
 
baselibs   = kernel32.lib user32.lib
 
479
baselibs   = kernel32.lib user32.lib ws2_32.lib
480
480
# Avoid 'unresolved external symbol __security_cookie' errors.
481
481
# c.f. http://support.microsoft.com/?id=894573
482
482
!if "$(MACHINE)" == "IA64" || "$(MACHINE)" == "AMD64"
 
483
!if $(VCVERSION) > 1399 && $(VCVERSION) < 1500
483
484
baselibs   = $(baselibs) bufferoverflowU.lib
484
485
!endif
 
486
!endif
485
487
 
486
488
#---------------------------------------------------------------------
487
489
# TclTest flags