From: Steve Holme Date: Thu, 1 May 2014 22:14:59 +0000 (+0100) Subject: build: Fixed Visual Studio project file generator missing some files X-Git-Tag: curl-7_37_0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96876b371bff2f82de6774dcba5c6ea7b75127c8;p=thirdparty%2Fcurl.git build: Fixed Visual Studio project file generator missing some files As of commit 6cdd88f22c the Visual Studio project file generator would skip the first and last file from each group of files. --- diff --git a/projects/generate.bat b/projects/generate.bat index fed472e04c..8a0368c442 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -126,6 +126,8 @@ rem set "TABS= " ) + call :extension %3 ext + if "%1" == "dsp" ( echo # Begin Source File>> %4 echo.>> %4 @@ -141,8 +143,6 @@ rem echo %TABS%^>>> %4 echo %TABS%^>> %4 ) else if "%1" == "vcxproj" ( - call :extension %3 ext - if "%ext%" == "c" ( echo %SPACES%^>> %4 ) else if "%ext%" == "h" (