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

CoreLib is ignored if used with a csproj file #3

Closed
bernd5 opened this issue May 9, 2017 · 2 comments
Closed

CoreLib is ignored if used with a csproj file #3

bernd5 opened this issue May 9, 2017 · 2 comments
Assignees
Projects

Comments

@bernd5
Copy link

bernd5 commented May 9, 2017

Hi Alex or Oleksandr,

in Il2Native.Logic.Cs2CGenerator the corelib param is ignored if you supply it via console-param (as you do with normal cs files). It must be defined in the csproj file itself which is very uncommon.

==> The if / else in line 61 should be removed. Just the call to LoadProject should be conditioned...

Kind regards,

Bernd

@ASDAlexander77
Copy link
Owner

yes you can call me Alex.

there is 2 ways of providing info for compilation:
Command line or CSPROJ, if CSPROJ provided them command line parameters are not taken into account as I am excepting all info to be in CSPROJ

@ASDAlexander77
Copy link
Owner

If have added code to load corelib reference if it is provided thru command line.

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

No branches or pull requests

2 participants