Ronny Otto

Results 171 issues of Ronny Otto

When doing quick compilations unchanged files won't be recompiled. Now each source file could contain/use conditionals. The basic conditionals (`?Linux`, `?debug` ....) are part of the filenames BMK creates from...

On that particular Windows 7 computer (which has issues with the timer ....) I sometimes have "error reading from stream" when compiling the modules (`bmk makemods -a -r brl`). The...

For now BMK puts precompilates of sources into the ".bmx" folder regardless of whether you compile something with legacy or NG. Sometimes I compile stuff with legacy as it contains...

For now the code in BMK to execute an application is a stub for the android target: ```BlitzMax If opt_execute And Not compileOnly ?Not android Print "Executing:"+StripDir( opt_outfile ) Local...

For now specific platform configuration (like for android) have to be stored in "custom.bmk". This is not project specific. Assume you have two android projects requiring different SDK/Target/... How to...

BMK allows to provide a "binaryname.exe.manifest" which get's autoincluded. Yet these manifest files are architecture (x86, x64) specific. This means BMK should check FIRST for: binaryname.exe.x86_or_x64.manifest and then for the...

For now BMK creates win32 resources automatically during the build process. - creates meta files - convert .ico to .rc - creates resource files ... For Mac OS we currently...

When stuff like BMK changes the way it calls the compilers (like the newly added "-no-pie" parameter - with the "new behaviour" as default, this requires all modules to be...

Does anything speak against replacing that internal BMK-Lua-script thing with Lua? I ask as it would help to write some helper functions to retrieve the "to use" path for extra...

For now BMK handles "ModuleInfo" in module files. But I think it would be nice if certain features are also available to "normal" source files. Assume you do not want...