Changeset 16547 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Feb 6, 2009 1:38:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42487
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r16497 r16547 34 34 XpComCSamples_SOURCES = \ 35 35 tstLinuxC.c \ 36 cbinding.h \37 36 makefile.tstLinuxC=>Makefile 38 37 … … 41 40 XpComCHeaders_INST = $(INST_SDK)bindings/xpcom/include/ 42 41 XpComCHeaders_SOURCES = \ 42 cbinding.h \ 43 43 $(XpComCHeaders_0_OUTDIR)/VirtualBox_CXPCOM.h 44 44 -
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.