Changeset 32606 in vbox
- Timestamp:
- Sep 17, 2010 1:47:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk
r32594 r32606 100 100 VBoxOGLhostcrutil_EXTENDS = VBoxOGLcrutil 101 101 VBoxOGLhostcrutil_TEMPLATE = VBOXCROGLR3HOSTDLL 102 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 103 # need to reset the NOINST flag 104 VBoxOGLhostcrutil_NOINST.win.x86 = 105 endif 102 106 VBoxOGLhostcrutil_LDFLAGS.darwin = $(VBoxOGLcrutil_LDFLAGS.darwin) \ 103 107 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhostcrutil.dylib … … 503 507 VBoxOGLhosterrorspu_EXTENDS = VBoxOGLerrorspu 504 508 VBoxOGLhosterrorspu_TEMPLATE = VBOXCROGLR3HOSTDLL 509 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 510 # need to reset the NOINST flag 511 VBoxOGLhosterrorspu_NOINST.win.x86 = 512 endif 505 513 VBoxOGLhosterrorspu_LDFLAGS.darwin += $(VBoxOGLerrorspu_LDFLAGS.darwin) \ 506 514 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhosterrorspu.dylib
Note:
See TracChangeset
for help on using the changeset viewer.