Changeset 35380 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Dec 30, 2010 4:06:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r33540 r35380 76 76 # Actually, this is darn annoying and will *NOT* be tolerated for any new code! 77 77 # 78 VBoxClient_LIBPATH += $( PATH_VBoxClient)79 VBoxClient_ORDERDEPS = $( PATH_VBoxClient)/libstdc++.a80 VBoxClient_CLEAN = $( PATH_VBoxClient)/libstdc++.a81 $$( PATH_VBoxClient)/libstdc++.a:78 VBoxClient_LIBPATH += $(VBoxClient_0_OUTDIR) 79 VBoxClient_ORDERDEPS = $(VBoxClient_0_OUTDIR)/libstdc++.a 80 VBoxClient_CLEAN = $(VBoxClient_0_OUTDIR)/libstdc++.a 81 $$(VBoxClient_0_OUTDIR)/libstdc++.a: 82 82 $(call MSG_L1,Forcing static libstdc++) 83 83 $(QUIET)$(MKDIR) -p $(@D) … … 91 91 # Set this in LocalConfig.kmk if you are working on the X11 clipboard service 92 92 # to automatically run the unit test at build time. 93 # OTHERS += $( PATH_tstSeamlessX11-auto)/tstSeamlessX11-auto.run93 # OTHERS += $(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto.run 94 94 95 95 PROGRAMS += tstSeamlessX11-auto … … 102 102 $(LIB_RUNTIME) 103 103 104 TESTING += $( PATH_tstSeamlessX11-auto)/tstSeamlessX11-auto105 $$( PATH_tstSeamlessX11-auto)/tstSeamlessX11-auto.run: \104 TESTING += $(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto 105 $$(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto.run: \ 106 106 $$(INSTARGET_tstSeamlessX11-auto) 107 107 export VBOX_LOG_DEST=nofile; $(INSTARGET_tstSeamlessX11-auto) quiet
Note:
See TracChangeset
for help on using the changeset viewer.