VirtualBox

Changeset 17729 in vbox for trunk/src/VBox/Main/cbinding


Ignore:
Timestamp:
Mar 12, 2009 11:07:24 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44243
Message:

Cbinding: updated sample makefile and removed extra 's'

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

Legend:

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

    r17725 r17729  
    2525GLUE_INC      = -I..
    2626
     27LDFLAGS       = -Xlinker -rpath -Xlinker $(PATH_BIN)
    2728CC            = gcc
    2829CFLAGS        = -g -Wall
     
    3637
    3738tstLinuxC: tstLinuxC.o
    38         $(CC) -o $@ $^ -Xlinker -rpath -Xlinker $(PATH_BIN) $(PATH_BIN)/VBoxXPCOMC.so
     39        $(CC) -o $@ $^ $(LDFLAGS) $(PATH_BIN)/VBoxXPCOMC.so
    3940
    4041tstLinuxC.o: tstLinuxC.c
  • trunk/src/VBox/Main/cbinding/tstLinuxC.c

    r17727 r17729  
    328328     * VBoxGetXPCOMCFunctions() is the only function exported by
    329329     * VBoxXPCOMC.so and the only one needed to make virtualbox
    330      * work with C. This functions gives you the pointer to the
     330     * work with C. This function gives you the pointer to the
    331331     * function table (g_pVBoxFuncs).
    332332     *
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