Changeset 16454 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Feb 2, 2009 11:12:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r16430 r16454 22 22 23 23 tstLinuxC: tstLinuxC.o 24 $(CC) -o $@ $^ - Wl,-rpath$(PATH_BIN) $(PATH_BIN)/VBoxXPCOMC.so24 $(CC) -o $@ $^ -Xlinker -rpath -Xlinker $(PATH_BIN) $(PATH_BIN)/VBoxXPCOMC.so 25 25 26 26 tstLinuxC.o: tstLinuxC.c tstLinuxC.h
Note:
See TracChangeset
for help on using the changeset viewer.