VirtualBox

Ignore:
Timestamp:
Apr 17, 2009 4:27:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46090
Message:

cbinding: added event queues for callback support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue

    r18527 r18998  
    2828
    2929.PHONY: all
    30 all: tstXPCOMCGlue
     30all: tstXPCOMCGlue tstXPCOMCCall
    3131
    3232.PHONY: clean
    3333clean:
    34         rm -f tstXPCOMCGlue.o tstXPCOMCGlue VBoxXPCOMCGlue.o
     34        rm -f tstXPCOMCGlue.o tstXPCOMCGlue VBoxXPCOMCGlue.o tstXPCOMCCall.o tstXPCOMCCall
    3535
    3636tstXPCOMCGlue: tstXPCOMCGlue.o VBoxXPCOMCGlue.o
     
    4040        $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $<
    4141
     42tstXPCOMCCall: tstXPCOMCCall.o VBoxXPCOMCGlue.o
     43        $(CC) -o $@ $^ -ldl -lpthread
     44
     45tstXPCOMCCall.o: tstXPCOMCCall.c
     46        $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $<
     47
    4248VBoxXPCOMCGlue.o: $(GLUE_DIR)/VBoxXPCOMCGlue.c
    4349        $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $<
    44 
Note: See TracChangeset for help on using the changeset viewer.

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