Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tvision/makes/librhtv.bmk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ INCLUDE_DIR=..\include
CLASSES_DIR=..\classes
EXTRA_SRC_DIR=..
INCLUDE_DIRS=-I..\winnt\include -I$(INCLUDE_DIR)
!ifdef USE_LOCAL_INCLUDE
INCLUDE_DIRS=$(INCLUDE_DIRS) -I..\winnt\local\include
!endif

##########################################################################################
#
Expand Down
Loading