VirtualBox

Ignore:
Timestamp:
Sep 14, 2008 11:32:31 PM (16 years ago)
Author:
vboxsync
Message:

Additions/Makefiles: Pushed them up to root (sub-makefile wise). Some cleanups, opengl omitted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xclient/Makefile.kmk

    r12170 r12446  
    2020#
    2121
    22 ifdef VBOX_SINGLE_MAKEFILE
    2322SUB_DEPTH = ../../../../..
    24 else
    25 DEPTH    ?= ../../../../..
    26 SUB_DEPTH = ../..
    27 endif
    2823include $(KBUILD_PATH)/subheader.kmk
    2924
     
    7570# Actually, this is darn annoying and will *NOT* be tolerated for any new code!
    7671#
    77 VBoxClient_LIBPATH  += $(PATH_TARGET)/VBoxClient
    78 VBoxClient_ORDERDEPS = $(PATH_TARGET)/VBoxClient/libstdc++.a
    79 VBoxClient_CLEAN     = $(PATH_TARGET)/VBoxClient/libstdc++.a
    80 $(PATH_TARGET)/VBoxClient/libstdc++.a:
     72VBoxClient_LIBPATH  += $(PATH_VBoxClient)
     73VBoxClient_ORDERDEPS = $(PATH_VBoxClient)/libstdc++.a
     74VBoxClient_CLEAN     = $(PATH_VBoxClient)/libstdc++.a
     75$$(PATH_VBoxClient)/libstdc++.a:
    8176        $(call MSG_L1,Forcing static libstdc++)
    8277        $(QUIET)$(MKDIR) -p $(@D)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette