]> granicus.if.org Git - curl/commit
build: Fixed the pre-processor separator in Visual Studio project files
authorSteve Holme <steve_holme@hotmail.com>
Sun, 2 Nov 2014 14:47:47 +0000 (14:47 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 2 Nov 2014 16:04:19 +0000 (16:04 +0000)
commit850346cbaff47fb70c9125e312d7799e66852b63
tree66e30bec028a2f9263dee61e6e300cc756afb5fb
parent9029297dcbaccd7bef436187ae026ee6069ae0e2
build: Fixed the pre-processor separator in Visual Studio project files

A left over from the VC6 project files, so mainly cosmetic in Visual
Studio .NET as it can handle both comma and semi-colon characters for
separating multiple pre-processor definitions.

However, the IDE uses semi-colons if the value is edited, and as such,
this may cause problems in future for anyone updating the files or
merging patches.

Used the Visual Studio IDE to correct the separator character.
projects/Windows/VC7.1/lib/libcurl.tmpl
projects/Windows/VC7.1/src/curlsrc.tmpl
projects/Windows/VC7/lib/libcurl.tmpl
projects/Windows/VC7/src/curlsrc.tmpl