- Timestamp:
- Mar 20, 2007 1:27:04 AM (18 years ago)
- Location:
- trunk/src
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile
r994 r1564 101 101 VBoxBFE_LIBS.linux = \ 102 102 $(LIB_RUNTIME) \ 103 $(LIB_UUID) \104 103 $(LIB_XCURSOR) 105 104 VBoxBFE_LIBS.l4 = \ -
trunk/src/VBox/Frontends/VBoxFB/Makefile
r1 r1564 41 41 $(LIB_PTHREAD) \ 42 42 rt \ 43 $(LIB_UUID) \44 43 directfb 45 44 VBoxFB_LIBPATH = \ -
trunk/src/VBox/Frontends/VBoxSDL/Makefile
r798 r1564 79 79 $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) 80 80 VBoxSDL_LIBS.linux = \ 81 $(LIB_UUID) \82 81 $(LIB_XCURSOR) 83 82 VBoxSDL_LDFLAGS.darwin = \ -
trunk/src/VBox/Runtime/Makefile
r1456 r1564 123 123 endif 124 124 RuntimeR3_INCS.l4 = \ 125 $(PATH_ROOT)/src/libs/libuuid \126 125 $(L4_INCDIR) 127 126 # for iconv.h … … 386 385 RuntimeR3L4_TEMPLATE = VBOXR3NP 387 386 RuntimeR3L4_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF LDR_WITH_PE 388 RuntimeR3L4_INCS = $(L4_INCDIR) \ 389 $(PATH_ROOT)/src/libs/libuuid 387 RuntimeR3L4_INCS = $(L4_INCDIR) 390 388 391 389 RuntimeR3L4_SOURCES = \ … … 490 488 endif 491 489 VBoxRT_LIBS.l4 = \ 492 $(PATH_LIB)/VBox-uuid$(VBOX_SUFF_LIB) \493 490 $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) 494 491 -
trunk/src/libs/Makefile.kmk
r601 r1564 23 23 24 24 25 subdirs.l4 = libuuid ## @todo Use uuid-generic.cpp !26 25 subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET)) 27 26 ifndef VBOX_OSE
Note:
See TracChangeset
for help on using the changeset viewer.