build: Renamed CURLX_ONES file list definition to CURLX_CFILES

Renamed the CURLX_ONES file list definition in order to a) try and be
consistent with other file lists and b) to allow for the addition of
the curlx header files, which will assist with Visual Studio project
files generation rather than hard coding those files.
This commit is contained in:
Steve Holme
2014-05-21 22:51:03 +01:00
parent ddf4719694
commit e8b7431305
9 changed files with 10 additions and 10 deletions

View File

@@ -199,4 +199,4 @@ $(MODE):
copy_from_lib:
echo copying .c...
FOR %%i IN ($(CURLX_ONES:/=\)) DO copy %%i ..\src\
FOR %%i IN ($(CURLX_CFILES:/=\)) DO copy %%i ..\src\