- Timestamp:
- Jan 17, 2009 11:46:56 PM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r13028 r16012 125 125 $(VBOX_XCURSOR_INCS) 126 126 endif 127 VBoxBFE_INCS.freebsd = \128 /usr/include \129 /usr/local/include130 127 131 128 VBoxBFE_LIBS = \ -
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r12712 r16012 91 91 $(VBOX_XCURSOR_INCS) 92 92 endif 93 VBoxSDL_INCS.freebsd = \94 /usr/include \95 /usr/local/include \96 /usr/X11R6/include ## @todo figure this out.97 93 ifneq ($(filter-out win solaris,$(KBUILD_TARGET)),) 98 94 … … 161 157 tstSDL_LIBPATH = \ 162 158 $(VBOX_LIBPATH_X11) 163 tstSDL_INCS.freebsd = \164 /usr/include \165 /usr/local/include \166 /usr/X11R6/include ## @todo figure this out.167 159 endif 168 160 -
trunk/src/VBox/Runtime/Makefile.kmk
r15881 r16012 179 179 RuntimeR3_INCS.l4 = \ 180 180 $(L4_INCDIR) 181 # for iconv.h182 RuntimeR3_INCS.freebsd = \183 /usr/local/include184 185 181 186 182 # RuntimeR3_INCS.solaris = \
Note:
See TracChangeset
for help on using the changeset viewer.