null+****@clear*****
null+****@clear*****
2011年 2月 18日 (金) 19:52:40 JST
Toshihisa 2011-02-18 10:52:40 +0000 (Fri, 18 Feb 2011)
New Revision: a627fc4f7fa18ad9d89a31cb0cbc8160d39817e2
Log:
Use same c runtime dll.
Modified files:
mkmfwin32.vbs
Modified: mkmfwin32.vbs (+3 -3)
===================================================================
--- mkmfwin32.vbs 2011-02-18 05:49:45 +0000 (6624e38)
+++ mkmfwin32.vbs 2011-02-18 10:52:40 +0000 (4dfa90d)
@@ -70,9 +70,9 @@ sub common_header()
ts.write "LINK=link.exe" + vbLf
ts.write vbLf
if use_debug = 1 then
- ts.write "CFLAGS = /nologo /Od /W4 /MT /Zi -I../include " + no_warning + vbLf
+ ts.write "CFLAGS = /nologo /Od /W4 /MD /Zi -I../include " + no_warning + vbLf
else
- ts.write "CFLAGS = /nologo /Ox /W4 /MT /Zi -I../include " + no_warning + vbLf
+ ts.write "CFLAGS = /nologo /Ox /W4 /MD /Zi -I../include " + no_warning + vbLf
end if
ts.write "LDFLAGS = /nologo "
@@ -202,7 +202,7 @@ ts.write " $(LINK) $(LDFLAGS) /out:$@.exe grntest.obj ../lib/libgroonga.l
ts.write vbLf
ts.write "install:" + vbLf
-ts.write " copy groonga.exe "
+ts.write " copy *.exe "
ts.write INSTALL_DIR + vbLf
ts.write "clean:" + vbLf