Changeset 18882 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 14, 2009 11:01:05 AM (16 years ago)
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 16 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk
r18653 r18882 36 36 VBoxOGLfeedbackspu 37 37 38 ifndef VBOX_OSE 39 if1of ($(KBUILD_TARGET),linux solaris) 38 if1of ($(KBUILD_TARGET),linux solaris) 40 39 DLLS += \ 41 40 VBoxOGL \ … … 44 43 VBoxOGLpackspu \ 45 44 VBoxOGLfeedbackspu 46 endif47 45 endif 48 46 … … 52 50 VBoxOGL_FAKEDRI = 1 53 51 endif 54 VBOX_PATH_MESA_SOURCE = $( VBOX_PATH_X11_ROOT)/mesa-7.252 VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2 55 53 56 54 # Only Solaris right now needs C stubs because I can't figure out how to
Note:
See TracChangeset
for help on using the changeset viewer.