Changeset 20451 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jun 9, 2009 11:25:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48405
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/Makefile.kmk
r20450 r20451 27 27 include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk 28 28 endif 29 if1of ($(KBUILD_TARGET), win linux solaris darwin )29 if1of ($(KBUILD_TARGET), win linux solaris darwin freebsd) 30 30 ifdef VBOX_WITH_CROGL 31 31 include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk -
trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
r20253 r20451 228 228 VBoxOGLrenderspu_SOURCES.linux = render/renderspu_glx.c 229 229 VBoxOGLrenderspu_SOURCES.solaris = render/renderspu_glx.c 230 VBoxOGLrenderspu_SOURCES.freebsd = render/renderspu_glx.c 230 231 VBoxOGLrenderspu_SOURCES.darwin = render/renderspu_agl.c 231 232 VBoxOGLrenderspu_LDFLAGS.darwin += -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLrenderspu.dylib
Note:
See TracChangeset
for help on using the changeset viewer.