For example generate vc15
","upvoteCount":1,"url":"https://github.com/curl/curl/discussions/6427#discussioncomment-271612"}}}-
|
Curl solution does not have Visual Studio project in the location: I looked for vcxproj file in all the folders within: Do I need to run some script to generate the vcxproj file? |
Beta Was this translation helpful? Give feedback.
-
|
From the README: For example generate vc15 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jay. Thank you very much. I have generated the project file and using it successfully with the command "generate vc15". I have 1 suggestion. When I had tried "generate" without any parameters, instead of displaying the available options, the script kept on generating for all vc options. I think it goes into an infinite loop, because I manually closed that script after waiting for 30 minutes. I think it is looping because it kept displaying the same set of options after some time back to back. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jay I ran the generate command again. I am able to reproduce the behaviour: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jay . When I run the batch file on my local system, it continues to run the same set of commands over and over again. It is not stopping at the last line I have pasted above. I closed the batch file because it was taking a long time. It is not generating in the same order as it did for you. it is generating in this order: I ran the batch file from 7.74 release. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jay. I like the solution given in Curl project where the batch file generates the VS projects. In my opinion, lot of people who use Curl also use OpenSSL. But OpenSSL does not provide any mechanism to debug the code by creating a VS project. Can you show your solution to the OpenSSL forum? |
Beta Was this translation helpful? Give feedback.
-
|
So how do I do this in 2022? Generate.bat doesn't even exist?? |
Beta Was this translation helpful? Give feedback.
From the README:
For example generate vc15