diff options
| author | 2025-12-13 17:44:05 -0600 | |
|---|---|---|
| committer | 2025-12-14 07:25:44 -0600 | |
| commit | 20da968d2f917bb53701690dd2bcc01c98cca7c7 (patch) | |
| tree | 51d806c8e3eea4ecb79f268715745b3295ca9ed1 /project.janet | |
| parent | Add import-lib to cjanet msvc jit. (diff) | |
More work on default font rendering.
Diffstat (limited to 'project.janet')
| -rw-r--r-- | project.janet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.janet b/project.janet index 1219682..55acf2e 100644 --- a/project.janet +++ b/project.janet @@ -74,4 +74,5 @@ (declare-native :name "spork/gfx2d" :source @["src/gfx2d.janet" "src/stb.janet"] - :cflags @[;default-cflags "-Ideps/stb"]) + :headers @["deps/cp437_font.h"] + :cflags @[;default-cflags "-Ideps/stb" "-Ideps"]) |
