- Timestamp:
- Sep 17, 2009 4:01:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk
r22155 r23105 98 98 VBoxOGLhostcrutil_TEMPLATE = VBOXCROGLR3HOSTDLL 99 99 VBoxOGLhostcrutil_LDFLAGS.darwin = $(VBoxOGLcrutil_LDFLAGS.darwin) \ 100 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhostcrutil.dylib \ 101 -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 100 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhostcrutil.dylib 102 101 ## @todo kBuild bug, possibly same as ticket #51: PATH_SDK_DXSDK_LIB is expanded too early. 103 102 # Update. bug 51 was fixed. … … 481 480 VBoxOGLhosterrorspu_TEMPLATE = VBOXCROGLR3HOSTDLL 482 481 VBoxOGLhosterrorspu_LDFLAGS.darwin += $(VBoxOGLerrorspu_LDFLAGS.darwin) \ 483 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhosterrorspu.dylib \ 484 -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 482 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhosterrorspu.dylib 485 483 VBoxOGLhosterrorspu_LIBS = \ 486 484 $(VBOX_LIB_OGL_HOSTCRUTIL) \
Note:
See TracChangeset
for help on using the changeset viewer.