Changeset 16547 in vbox for trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
- Timestamp:
- Feb 6, 2009 1:38:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r16514 r16547 43 43 $(CC) -o $@ $^ -Xlinker -rpath -Xlinker $(PATH_BIN) $(PATH_BIN)/VBoxXPCOMC.so 44 44 45 tstLinuxC.o: tstLinuxC.c cbinding.h45 tstLinuxC.o: tstLinuxC.c 46 46 $(CC) $(CFLAGS) -DRT_OS_LINUX -DMOZ_UNICODE $(INCS_XPCOM) -o $@ -c $< 47 47
Note:
See TracChangeset
for help on using the changeset viewer.