VirtualBox

Changeset 17706 in vbox


Ignore:
Timestamp:
Mar 11, 2009 3:53:49 PM (16 years ago)
Author:
vboxsync
Message:

Cbinding: removed the example which is no more valid
way accessing the C API.

Location:
trunk/src/VBox/Main/cbinding
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/Makefile.kmk

    r17569 r17706  
    3434XpComCSamples_SOURCES = \
    3535        tstLinuxC.c \
    36         tstdlOpen.c \
    3736        makefile.tstLinuxC=>Makefile
    3837
     
    107106        $(VBoxXPCOMCGlue_1_TARGET)
    108107
    109   #
    110   # The testcase (also in samples).
    111   #
    112   PROGRAMS += tstXPCOMCDynLink
    113   tstXPCOMCDynLink_TEMPLATE = VBOXR3EXE
    114   tstXPCOMCDynLink_INCS = \
    115         $(VBOX_PATH_SDK)/bindings/xpcom/include \
    116         $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub
    117   tstXPCOMCDynLink_INTERMEDIATES = \
    118         $(VBOX_PATH_SDK)/bindings/xpcom/include/VirtualBox_CXPCOM.h
    119   tstXPCOMCDynLink_SOURCES = \
    120         tstdlOpen.c
    121108 endif
    122109
  • trunk/src/VBox/Main/cbinding/makefile.tstLinuxC

    r17304 r17706  
    2727
    2828.PHONY: all
    29 all: tstLinuxC tstdlOpen
     29all: tstLinuxC
    3030
    3131.PHONY: clean
    3232clean:
    33         rm -f tstLinuxC.o tstLinuxC tstdlOpen.o tstdlOpen
     33        rm -f tstLinuxC.o tstLinuxC
    3434
    3535tstLinuxC: tstLinuxC.o
     
    3838tstLinuxC.o: tstLinuxC.c
    3939        $(CC) $(CFLAGS) $(INCS_XPCOM) -o $@ -c $<
    40 
    41 tstdlOpen: tstdlOpen.o
    42         $(CC) -o $@ $^ -ldl
    43 
    44 tstdlOpen.o: tstdlOpen.c
    45         $(CC) $(CFLAGS) -DUSE_DYNAMIC_GLUE $(INCS_XPCOM) -o $@ -c $<
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