diff options
| author | rpj <rpj> | 2010-06-22 01:19:08 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2010-06-22 01:19:08 +0000 | 
| commit | bfcab89e0889d1ce4a69345dbc238655299397c9 (patch) | |
| tree | 9d74eb54cb4f7fe73ea89d8605437c485aa08ea2 /Makefile | |
| parent | 539bf1c730fc85554b05b267d82bc7ea6b1d9003 (diff) | |
Minor fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -470,12 +470,12 @@ install: $(DLLS)  $(DLLS): $(DLL_OBJS)  	cl /LDd /Zi /nologo $(DLL_OBJS) \  		/link /nodefaultlib:libcmt /implib:$*.lib \ -		msvcrt.lib ${XLIBS} /out:$@ +		msvcrt.lib $(XLIBS) /out:$@  $(INLINED_STAMPS): $(DLL_INLINED_OBJS)  	cl /LDd /Zi /nologo $(DLL_INLINED_OBJS) \  		/link /nodefaultlib:libcmt /implib:$*.lib \ -		msvcrt.lib ${XLIBS} /out:$*.dll +		msvcrt.lib $(XLIBS) /out:$*.dll  $(STATIC_STAMPS): $(DLL_INLINED_OBJS)  	if exist $*.lib del $*.lib | 
