Changeset 33583 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Oct 28, 2010 8:26:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk
r33572 r33583 116 116 VBoxOGLhostcrutil_LIBS.win = $(VBoxOGLcrutil_LIBS.win) 117 117 VBoxOGLhostcrutil_LIBS = $(LIB_RUNTIME) 118 ifdef VBOX_WITH_CRHGSMI 119 VBoxOGLhostcrutil_DEFS.win.x86 = $(subst VBOX_WITH_CRHGSMI,,$(VBoxOGLcrutil_DEFS.win.x86)) 120 VBoxOGLhostcrutil_LIBS.win.x86 = $(subst $(VBOX_PATH_ADDITIONS_LIB)/VBoxCrHgsmi$(VBOX_SUFF_LIB),,$(VBoxOGLcrutil_LIBS.win.x86)) 121 endif 118 122 119 123 #
Note:
See TracChangeset
for help on using the changeset viewer.