1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

Makefile.am: Fixed missing / in VC10+ project file generation

This commit is contained in:
Steve Holme 2014-05-19 23:45:54 +01:00
parent 905b63e433
commit f5e73640f0

View File

@ -324,7 +324,7 @@ function gen_element(type, dir, file)\
printf("%s<ClInclude Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
spaces, dir, file);\
else if(ext == "rc")\
printf("%s<ResourceCompile Include=\"..\\..\\..\\..\\%s\\%s\" >\r\n",\
printf("%s<ResourceCompile Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
spaces, dir, file);\
}\
}\