Changeset 17729 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Mar 12, 2009 11:07:24 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44243
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r17725 r17729 25 25 GLUE_INC = -I.. 26 26 27 LDFLAGS = -Xlinker -rpath -Xlinker $(PATH_BIN) 27 28 CC = gcc 28 29 CFLAGS = -g -Wall … … 36 37 37 38 tstLinuxC: tstLinuxC.o 38 $(CC) -o $@ $^ -Xlinker -rpath -Xlinker $(PATH_BIN) $(PATH_BIN)/VBoxXPCOMC.so39 $(CC) -o $@ $^ $(LDFLAGS) $(PATH_BIN)/VBoxXPCOMC.so 39 40 40 41 tstLinuxC.o: tstLinuxC.c -
trunk/src/VBox/Main/cbinding/tstLinuxC.c
r17727 r17729 328 328 * VBoxGetXPCOMCFunctions() is the only function exported by 329 329 * VBoxXPCOMC.so and the only one needed to make virtualbox 330 * work with C. This function sgives you the pointer to the330 * work with C. This function gives you the pointer to the 331 331 * function table (g_pVBoxFuncs). 332 332 *
Note:
See TracChangeset
for help on using the changeset viewer.