RosBE icon indicating copy to clipboard operation
RosBE copied to clipboard

ReactOS Build Environment for various platforms

Results 7 RosBE issues
Sort by recently updated
recently updated
newest added

[Jira ROSBE-189](https://jira.reactos.org/browse/ROSBE-189) Disclaimer: I did not test this at all, the makefile stuff might be wrong.

+ Version hop to RosBE 2.3.0 sooner or later + Fix for ROSBE-171

This changes $INSTDIR to respect InstallDirRegKey. If not present, the default is the drive of %ProgramFiles% instead of forcing c:\.

Don't hardcode CreateMutexA with the "t" type. "t" auto-detects A/W functions. Pop results from certain calls.

Jumping over macros with a relative offset is undefined behavior because it relies on code in the (external) macro not changing.

Preparing the first RosBE-Unix with official amd64 compiler

This is especially convenient for build a software package for package managers.

enhancement