Steven Hangger
Steven Hangger
You're right... The syntax should be changed to $ENV{VAR} to get system environment. Let me have a try.
The new fix has been done. It works as expected.
As a developer of a game engine which is based on XNA and MonoGame, I do love XNA's spirit and I want XNA lives. Since XNA itself is somewhat small...
@anphetamina I think this PR #79 and the mentioned example might help
Thank you for the quick merge! The CMake code snip from the OP: ```cmake find_package(BISON) find_package(FLEX) ``` The **FindFlex** and **FindBison** module bundled with the CMake itself assumes that the...
Can't agree more.
Hi, I'm very happy to see that the IronRuby project is alive again, and I'm waiting for the day for so long time. Now I still love Ruby and .NET,...
Since the `uimports.cpp` file is included in `creatwth.cpp#L347`, I suggest that the `uimports.cpp` file should be renamed to `uimports.h`, then we can use `*.cpp` pattern to add all source files...
I can't agree more! My approach is now just for forcing to make specific platform work, to meet my basic need. I have been trying to do some research about...
Now the PR has been done for the main project, and several other example projects. What is still blocked is some example projects which involves some COM interops. If this...