Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable to select a header file of curses library #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hamayama
Copy link

Hello.

There are three header file name variations of curses library.

So, I tried to enable to select a header file of curses library by *features*.

Available feature names are as follows.

feature name header file remarks
:use-curses-header curses.h
:use-pdcurses-header pdcurses.h
(none) ncurses.h (default)

An example of .asd file might be as follows.

;; my-app.asd

#+win32
(eval-when (:load-toplevel :compile-toplevel :execute)
  (pushnew :use-pdcurses-header *features*))

(defsystem "my-app"
  :depends-on ("cl-charms")
  :components ((:file "my-app-main")
               (:file "my-app-sub")))

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant