Lines Matching refs:call
80 call ..\buildconf
82 call ..\buildconf -clean
84 call ..\buildconf -clean
101 call :generate vcxproj Windows\VC10\src\curl.tmpl Windows\VC10\src\curl.vcxproj
102 call :generate vcxproj Windows\VC10\lib\libcurl.tmpl Windows\VC10\lib\libcurl.vcxproj
105 call :clean Windows\VC10\src\curl.vcxproj
106 call :clean Windows\VC10\lib\libcurl.vcxproj
116 call :generate vcxproj Windows\VC11\src\curl.tmpl Windows\VC11\src\curl.vcxproj
117 call :generate vcxproj Windows\VC11\lib\libcurl.tmpl Windows\VC11\lib\libcurl.vcxproj
120 call :clean Windows\VC11\src\curl.vcxproj
121 call :clean Windows\VC11\lib\libcurl.vcxproj
131 call :generate vcxproj Windows\VC12\src\curl.tmpl Windows\VC12\src\curl.vcxproj
132 call :generate vcxproj Windows\VC12\lib\libcurl.tmpl Windows\VC12\lib\libcurl.vcxproj
135 call :clean Windows\VC12\src\curl.vcxproj
136 call :clean Windows\VC12\lib\libcurl.vcxproj
146 call :generate vcxproj Windows\VC14\src\curl.tmpl Windows\VC14\src\curl.vcxproj
147 call :generate vcxproj Windows\VC14\lib\libcurl.tmpl Windows\VC14\lib\libcurl.vcxproj
150 call :clean Windows\VC14\src\curl.vcxproj
151 call :clean Windows\VC14\lib\libcurl.vcxproj
161 call :generate vcxproj Windows\VC14.10\src\curl.tmpl Windows\VC14.10\src\curl.vcxproj
162 call :generate vcxproj Windows\VC14.10\lib\libcurl.tmpl Windows\VC14.10\lib\libcurl.vcxproj
165 call :clean Windows\VC14.10\src\curl.vcxproj
166 call :clean Windows\VC14.10\lib\libcurl.vcxproj
176 call :generate vcxproj Windows\VC14.20\src\curl.tmpl Windows\VC14.20\src\curl.vcxproj
177 call :generate vcxproj Windows\VC14.20\lib\libcurl.tmpl Windows\VC14.20\lib\libcurl.vcxproj
180 call :clean Windows\VC14.20\src\curl.vcxproj
181 call :clean Windows\VC14.20\lib\libcurl.vcxproj
191 call :generate vcxproj Windows\VC14.30\src\curl.tmpl Windows\VC14.30\src\curl.vcxproj
192 call :generate vcxproj Windows\VC14.30\lib\libcurl.tmpl Windows\VC14.30\lib\libcurl.vcxproj
195 call :clean Windows\VC14.30\src\curl.vcxproj
196 call :clean Windows\VC14.30\lib\libcurl.vcxproj
225 for /f "delims=" %%c in ('dir /b ..\src\*.c') do call :element %1 src "%%c" %3
227 for /f "delims=" %%h in ('dir /b ..\src\*.h') do call :element %1 src "%%h" %3
229 for /f "delims=" %%r in ('dir /b ..\src\*.rc') do call :element %1 src "%%r" %3
231 call :element %1 lib "strtoofft.c" %3
232 call :element %1 lib "timediff.c" %3
233 call :element %1 lib "nonblock.c" %3
234 call :element %1 lib "warnless.c" %3
235 call :element %1 lib "curl_multibyte.c" %3
236 call :element %1 lib "version_win32.c" %3
237 call :element %1 lib "dynbuf.c" %3
238 call :element %1 lib "base64.c" %3
240 call :element %1 lib "config-win32.h" %3
241 call :element %1 lib "curl_setup.h" %3
242 call :element %1 lib "strtoofft.h" %3
243 call :element %1 lib "timediff.h" %3
244 call :element %1 lib "nonblock.h" %3
245 call :element %1 lib "warnless.h" %3
246 call :element %1 lib "curl_ctype.h" %3
247 call :element %1 lib "curl_multibyte.h" %3
248 call :element %1 lib "version_win32.h" %3
249 call :element %1 lib "dynbuf.h" %3
250 call :element %1 lib "curl_base64.h" %3
252 for /f "delims=" %%c in ('dir /b ..\lib\*.c') do call :element %1 lib "%%c" %3
254 for /f "delims=" %%h in ('dir /b ..\include\curl\*.h') do call :element %1 include\curl "%%h" %3
255 for /f "delims=" %%h in ('dir /b ..\lib\*.h') do call :element %1 lib "%%h" %3
257 for /f "delims=" %%r in ('dir /b ..\lib\*.rc') do call :element %1 lib "%%r" %3
259 for /f "delims=" %%c in ('dir /b ..\lib\vauth\*.c') do call :element %1 lib\vauth "%%c" %3
261 for /f "delims=" %%h in ('dir /b ..\lib\vauth\*.h') do call :element %1 lib\vauth "%%h" %3
263 for /f "delims=" %%c in ('dir /b ..\lib\vquic\*.c') do call :element %1 lib\vquic "%%c" %3
265 for /f "delims=" %%h in ('dir /b ..\lib\vquic\*.h') do call :element %1 lib\vquic "%%h" %3
267 for /f "delims=" %%c in ('dir /b ..\lib\vssh\*.c') do call :element %1 lib\vssh "%%c" %3
269 for /f "delims=" %%h in ('dir /b ..\lib\vssh\*.h') do call :element %1 lib\vssh "%%h" %3
271 for /f "delims=" %%c in ('dir /b ..\lib\vtls\*.c') do call :element %1 lib\vtls "%%c" %3
273 for /f "delims=" %%h in ('dir /b ..\lib\vtls\*.h') do call :element %1 lib\vtls "%%h" %3
303 call :extension %3 ext