-
Notifications
You must be signed in to change notification settings - Fork 479
miniupnpc: allow _WIN32_WINNT override #659
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
Conversation
where should it be defined then ? |
|
It should be defined by the parent project. Example 1: I want to use the default Example 2: I want to specify a common Example 3: I want to specify a Examples 2 and 3 work with The main issue I have is when I want to build a UWP project using |
so a parent project is mandatory ??? |
|
Not necessarily. A target (like an executable) in the same project would be ok too. Without a target, maybe one can set a I have also this option, used by curl: Then, it can be used like this to force the I don't mind keeping What do you think? |
|
@scribam that's OK if it allows the |
|
Done |
It is not the job of a generic build script to decide which version(s) of an OS we are compiling for.