Changeset 18527 in vbox for trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
- Timestamp:
- Mar 30, 2009 11:48:12 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45392
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
r18356 r18527 41 41 42 42 VBoxXPCOMCGlue.o: $(GLUE_DIR)/VBoxXPCOMCGlue.c 43 $(CC) $(CFLAGS) -DVBOX_WITH_XPCOM$(INCS_XPCOM) $(GLUE_INC) -o $@ -c $<43 $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $< 44 44
Note:
See TracChangeset
for help on using the changeset viewer.