Changeset 12446 in vbox for trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
- Timestamp:
- Sep 14, 2008 11:32:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
r12170 r12446 20 20 # 21 21 22 ifdef VBOX_SINGLE_MAKEFILE23 22 SUB_DEPTH = ../../../../.. 24 else25 DEPTH ?= ../../../../..26 SUB_DEPTH = ../..27 endif28 23 include $(KBUILD_PATH)/subheader.kmk 29 24 … … 75 70 # Actually, this is darn annoying and will *NOT* be tolerated for any new code! 76 71 # 77 VBoxClient_LIBPATH += $(PATH_ TARGET)/VBoxClient78 VBoxClient_ORDERDEPS = $(PATH_ TARGET)/VBoxClient/libstdc++.a79 VBoxClient_CLEAN = $(PATH_ TARGET)/VBoxClient/libstdc++.a80 $ (PATH_TARGET)/VBoxClient/libstdc++.a:72 VBoxClient_LIBPATH += $(PATH_VBoxClient) 73 VBoxClient_ORDERDEPS = $(PATH_VBoxClient)/libstdc++.a 74 VBoxClient_CLEAN = $(PATH_VBoxClient)/libstdc++.a 75 $$(PATH_VBoxClient)/libstdc++.a: 81 76 $(call MSG_L1,Forcing static libstdc++) 82 77 $(QUIET)$(MKDIR) -p $(@D)
Note:
See TracChangeset
for help on using the changeset viewer.