Skip to content

Commit

Permalink
Merge branch 'sk/msvc-dynlink-crt'
Browse files Browse the repository at this point in the history
* sk/msvc-dynlink-crt:
  MSVC: link dynamically to the CRT
  • Loading branch information
Junio C Hamano committed Jun 3, 2014
2 parents a3c0efe + a08e803 commit 14ce98d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.mak.uname
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,16 @@ ifeq ($(uname_S),Windows)
compat/win32/pthread.o compat/win32/syslog.o \
compat/win32/dirent.o
COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DNOGDI -DHAVE_STRING_H -Icompat -Icompat/regex -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"
BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE -NODEFAULTLIB:MSVCRT.lib
BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE
EXTLIBS = user32.lib advapi32.lib shell32.lib wininet.lib ws2_32.lib invalidcontinue.obj
PTHREAD_LIBS =
lib =
ifndef DEBUG
BASIC_CFLAGS += -GL -Os -MT
BASIC_CFLAGS += -GL -Os -MD
BASIC_LDFLAGS += -LTCG
AR += -LTCG
else
BASIC_CFLAGS += -Zi -MTd
BASIC_CFLAGS += -Zi -MDd
endif
X = .exe
endif
Expand Down

0 comments on commit 14ce98d

Please sign in to comment.