Skip to content

Commit

Permalink
[win32 jamfiles] Switch to static libc.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 23, 2013
1 parent 9533cba commit ce9b14d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/jamfiles/x86-win32-pellesc-build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LINK ?= polink ;
BINDIR ?= $(_bin:P=$(PERSONAL_ROOT:E=$(.:P))) ;
}

libcmt ?= pocrt.lib ;
libcmt ?= crtmt.lib ;

LINKFLAGS ?= /NODEFAULTLIB /DEBUG /DEBUGTYPE:CV ;

Expand Down
2 changes: 1 addition & 1 deletion sources/jamfiles/x86-win32-vc6-build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rtlibs ?= kernel32.lib pentium-run-time.lib mmdw.lib mpsplinth.lib
# (via the DylanLibrary function defined below)
suplibs ?= kernel32.lib dylan-support.lib ;

libcmt ?= msvcrt.lib ;
libcmt ?= libcmt.lib ;

# Linker flags and libraries for GUI applications
# Used in the Linker-Options: LID keyword of DUIM applications.
Expand Down
2 changes: 1 addition & 1 deletion sources/jamfiles/x86-win32-vc8-build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rtlibs ?= kernel32.lib pentium-run-time.lib mmdw.lib mpsplinth.lib
# (via the DylanLibrary function defined below)
suplibs ?= kernel32.lib dylan-support.lib ;

libcmt ?= msvcrt.lib ;
libcmt ?= libcmt.lib ;

# Linker flags and libraries for GUI applications
# Used in the Linker-Options: LID keyword of DUIM applications.
Expand Down

0 comments on commit ce9b14d

Please sign in to comment.