-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am looking into compiling & contributing to the engine on GNU/Linux, but I notice it includes Windows.h inside ./BorisEngine2/BorisOperations.h and a few other header files.
How difficult would it be to remove this dependency? I realize that the code currently relies upon LPCSTR. Could I (using either const char * or some other string type, and/or ifdefs for platform-specific code) simply replace this type and be able to compile it?
It was my intention to write a Makefile for the engine to allow compilation on Linux, but I would appreciate any tips or warnings before I get too entrenched in it.
I also think I have ideas for better organization of header files, but that's a separate matter ;D
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels