Skip to content

Commit

Permalink
Attempt #2 to fix windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 24, 2024
1 parent 0c3ed02 commit 1fb4be4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions sys/windows/Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -372,17 +372,8 @@ ADD_CURSES=Y
!MESSAGE obtained by git or by download, but a copy of pdcursesmod was
!MESSAGE found in $(PDCURSES_TOP),
!MESSAGE so that will be used.
! ELSE
#!MESSAGE debug spot6
! IF EXIST("$(PDCURSES_TOP)curses.h")
INCLCURSES_H=-I$(R_PDCURSES_TOP)
! ELSE
# Cannot do it, sorry
PDCINCL=
INCLCURSES_H=
ADD_CURSES = N
! ENDIF # If we found a copy of curses.h
! ENDIF # ADD_CURSES == Y
!ENDIF # ADD_CURSES == Y
!ENDIF # INTERNET_AVAILABLE
!ENDIF # WANT_CURSES

!IF "$(ADD_CURSES)" != "Y"
Expand Down

0 comments on commit 1fb4be4

Please sign in to comment.