1
0
Fork 0
Commit graph

20 commits

Author SHA1 Message Date
859e95eea8 bam.lua: Set custom compiler functions. 2022-09-12 19:57:10 +02:00
7967eaea2a bam.lua: import .bam/path.lua 2022-09-11 00:29:41 +02:00
788e3f697e bam.lua: Adding descriptive comment to global_settings.lib.prefix 2022-09-10 20:05:55 +02:00
6a84af227c bam.lua: append "_<TARGET_OS>" to examples output directory. 2022-09-10 19:56:07 +02:00
1902b92210 bam.lua: Add "intermediate" directory to paths and use it when building object files. 2022-09-10 19:46:36 +02:00
543542625d .bam/functions.lua: rename system() to host_system() 2020-12-28 19:13:28 +01:00
d9697e2eae bam.lua: allow TARGET_OS to be set from CLI, fallback on host. 2020-12-28 19:13:05 +01:00
36e4894dc7 bam.lua: allow paths.build variable to be set from CLI 2020-12-28 18:47:28 +01:00
66f3bb30d9
bam: Move library build to engine.build.lua file. 2020-01-07 07:11:02 +01:00
a19944437b
bam: Define engine library as default target and add "examples" pseudo target. 2020-01-07 06:57:56 +01:00
e4c086a1eb
bam: move examples stuff to it's own file. 2020-01-07 06:55:24 +01:00
f3cada7ac8
bam.lua: use CopySettings() function. 2020-01-07 06:35:00 +01:00
b564758ff6
bam.lua: call TableDeepCopy() when copying global_settings as just assigning it to a variable only creates a reference. 2020-01-07 06:28:36 +01:00
f5b7fa8178
FreeType2: skip static lib, build custom source into libspectre. 2020-01-07 05:51:23 +01:00
093149e72c
FontEngine/FreeType: move libWrapper to its own compile unit. 2020-01-06 00:38:06 +01:00
f72178ffd0
FontEngine: remove hinting (exists in FontDescripion class) and let child classes handle it. 2020-01-06 00:25:01 +01:00
5c4eea4ae1
Font: rename Driver stuff to Engine and move subdirectory 2020-01-05 23:31:45 +01:00
effc723f54
bam.lua: Win32: move freetype libpath to examples settings. 2019-12-29 22:14:04 +01:00
99140d5800
bam.lua: minor style fixes. 2019-12-29 20:45:40 +01:00
f67f89715a
Adding bam build system. 2019-12-29 20:45:43 +01:00