Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for WinExe output type #675

Merged
merged 1 commit into from
Mar 4, 2015
Merged

Conversation

Vidarls
Copy link
Contributor

@Vidarls Vidarls commented Mar 4, 2015

Fixes #674

From https://msdn.microsoft.com/en-us/library/bb629394.aspx

OutputType

Specifies the file format of the output file. This parameter can have one of the following values:

  • Library. Creates a code library. (Default value.)
  • Exe. Creates a console application.
  • Module. Creates a module.
  • Winexe. Creates a Windows-based program.

Now only the module output type is not handled by Paket, it will be treated as library output

@forki forki merged commit d9b651b into fsprojects:master Mar 4, 2015
@forki
Copy link
Member

forki commented Mar 4, 2015

thanks for fixing this. 👍

@Vidarls
Copy link
Contributor Author

Vidarls commented Mar 4, 2015

Purely a self serving act 😛

@Vidarls
Copy link
Contributor Author

Vidarls commented Mar 4, 2015

I on the other hand much appreciate the insanely quick turnaround time from PR to release 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Paket pack fails if output type is executable.
2 participants