From 76ac6b94ed360f9edb1c000e600a33df5a6cbc9b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 28 Jan 2011 22:19:44 +0100 Subject: 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. --- winbuild/gen_resp_file.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 winbuild/gen_resp_file.bat (limited to 'winbuild/gen_resp_file.bat') diff --git a/winbuild/gen_resp_file.bat b/winbuild/gen_resp_file.bat new file mode 100644 index 000000000..c2fa66777 --- /dev/null +++ b/winbuild/gen_resp_file.bat @@ -0,0 +1,6 @@ +@echo OFF +@del %OUTFILE% +@echo %MACRO_NAME% = \> %OUTFILE% +@for %%i in (%*) do @echo %LIBCURL_DIROBJ%/%%i \>> %OUTFILE% +@echo. >> %OUTFILE% +:END -- cgit v1.2.3