mirror of
https://github.com/curl/curl.git
synced 2026-08-02 21:50:29 +03:00
Makefile.am: Fixed missing / in VC10+ project file generation
This commit is contained in:
parent
905b63e433
commit
f5e73640f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);\
|
||||
}\
|
||||
}\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue