diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2004-05-24 10:47:38 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2004-05-24 10:47:38 +0000 |
commit | 7d93ac4beea04d4579f9b544cdb34ecb321de6ce (patch) | |
tree | 3d8e82fa6c08d0ea724321b926120d1dcfcc44f5 /win32/Makefile.msvc | |
parent | 057b4134a72ebafd365c86135fcb0054121b7d27 (diff) | |
download | libxslt-7d93ac4beea04d4579f9b544cdb34ecb321de6ce.tar.gz libxslt-7d93ac4beea04d4579f9b544cdb34ecb321de6ce.tar.bz2 libxslt-7d93ac4beea04d4579f9b544cdb34ecb321de6ce.zip |
added cruntime option, contributed by Oliver Stoeneberg
Diffstat (limited to 'win32/Makefile.msvc')
-rw-r--r-- | win32/Makefile.msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc index 4035656c..d6d9bbb7 100644 --- a/win32/Makefile.msvc +++ b/win32/Makefile.msvc @@ -51,7 +51,7 @@ CPPFLAGS = /nologo # The compiler and its options. CC = cl.exe -CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W3 /MD /D "_REENTRANT" +CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W3 $(CRUNTIME) /D "_REENTRANT" CFLAGS = $(CFLAGS) /I$(BASEDIR) /I$(XSLT_SRCDIR) /I$(INCPREFIX) # The linker and its options. |