Windows build: alternative makefile

This is a separate makefile for MSVC builds. It is deliberately put in
another dir than src/ and lib/ to allow a different build experience
than the previous - at least during a period. Eventually we should
unify.
This commit is contained in:
Pierre Joye
2011-01-28 22:19:44 +01:00
committed by Daniel Stenberg
parent 28c830efd8
commit 76ac6b94ed
5 changed files with 642 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
@echo OFF
@del %OUTFILE%
@echo %MACRO_NAME% = \> %OUTFILE%
@for %%i in (%*) do @echo %LIBCURL_DIROBJ%/%%i \>> %OUTFILE%
@echo. >> %OUTFILE%
:END