Skip to content

Commit

Permalink
second attempt at win32 support (less ifdefs)
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Apr 8, 2024
1 parent 95a9506 commit bac670e
Show file tree
Hide file tree
Showing 2 changed files with 666 additions and 385 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,7 @@ install_so: $(termbox_so_x_y_z)
clean:
rm -f $(termbox_demos) $(termbox_o) $(termbox_a) $(termbox_so) $(termbox_so_x) $(termbox_so_x_y_z) $(termbox_ffi_h) $(termbox_ffi_macro) $(termbox_h_lib) tests/**/observed.ansi

.PHONY: all lib terminfo format test test_local install install_lib install_h install_h_lib install_a install_so clean
win:
cl /TC /DTB_IMPL /DTB_LIB_OPTS demo/keyboard.c /I.

.PHONY: all lib terminfo format test test_local install install_lib install_h install_h_lib install_a install_so clean win
Loading

0 comments on commit bac670e

Please sign in to comment.