Changeset 32594 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Sep 17, 2010 12:34:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk
r30513 r32594 94 94 #fixme?, INTERMEDIATES.win ain't working 95 95 VBoxOGL_INTERMEDIATES += $(VBOX_PATH_CROGL_GENFILES)/cr_gl.h 96 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 97 VBoxOGL_NOINST.win.x86 = true 98 endif 96 99 endif 97 100 ifdef VBoxOGL_DRI … … 356 359 $(VBOX_MESA_INCS) 357 360 endif 361 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 362 VBoxOGLarrayspu_NOINST.win.x86 = true 363 endif 358 364 VBoxOGLarrayspu_INCS.darwin += $(PATH_OUT)/obj/VBoxOGL 359 365 VBoxOGLarrayspu_INTERMEDIATES = \ … … 382 388 $(VBOX_MESA_INCS) 383 389 endif 390 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 391 VBoxOGLpassthroughspu_NOINST.win.x86 = true 392 endif 384 393 VBoxOGLpassthroughspu_SOURCES = \ 385 394 passthrough/passthroughspu_init.c \ … … 410 419 VBoxOGLpackspu_INCS += \ 411 420 $(VBOX_MESA_INCS) 421 endif 422 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 423 VBoxOGLpackspu_NOINST.win.x86 = true 412 424 endif 413 425 VBoxOGLpackspu_INTERMEDIATES = \ … … 481 493 $(VBOX_MESA_INCS) 482 494 endif 495 if defined(VBOX_SIGNING_MODE) && defined(VBOXWDDM) 496 VBoxOGLfeedbackspu_NOINST.win.x86 = true 497 endif 483 498 VBoxOGLarrayspu_INTERMEDIATES = \ 484 499 $(VBOX_PATH_CROGL_GENFILES)/feedbackspu_proto.h
Note:
See TracChangeset
for help on using the changeset viewer.