Changeset 13322 in vbox for trunk/src/VBox/Additions/Makefile.kmk
- Timestamp:
- Oct 16, 2008 9:01:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk
r12446 r13322 70 70 ifeq ($(KBUILD_TARGET),win) 71 71 include $(PATH_SUB_CURRENT)/WINNT/Makefile.kmk 72 endif 73 74 # @todo move crOpenGL parts into correct places in source tree 75 if1of ($(KBUILD_TARGET),win linux solaris) 76 ifdef VBOX_WITH_CROGL 77 include $(PATH_SUB_CURRENT)/WINNT/Graphics/crOpenGL/Makefile.kmk 78 endif 72 79 endif 73 80
Note:
See TracChangeset
for help on using the changeset viewer.