How To Build for Windows as .NET App

How To Build for Windows as Native App


it will generate 2 files BabylonGlut.dll and BabylonNativeCsLibraryForIl.dll

    Il2Bc.exe BabylonGlut.dll /corelib:CoreLib.dll
    Il2Bc.exe BabylonNativeCsLibraryForIl.dll /corelib:CoreLib.dll
    Il2Bc.exe CoreLib.dll


it will generate 3 files BabylonGlut.ll, BabylonNativeCsLibraryForIl.ll and CoreLib.ll

    cmake -f ..


   make