Changeset 16705 in vbox
- Timestamp:
- Feb 12, 2009 12:47:57 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r16676 r16705 34 34 XpComCSamples_SOURCES = \ 35 35 tstLinuxC.c \ 36 tstdlOpen.c \ 36 37 makefile.tstLinuxC=>Makefile 37 38 -
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r16684 r16705 32 32 33 33 .PHONY: all 34 all: tstLinuxC 34 all: tstLinuxC tstdlOpen 35 35 36 36 .PHONY: clean 37 37 clean: 38 rm -f tstLinuxC.o tstLinuxC 38 rm -f tstLinuxC.o tstLinuxC tstdlOpen.o tstdlOpen 39 39 40 40 tstLinuxC: tstLinuxC.o … … 43 43 tstLinuxC.o: tstLinuxC.c 44 44 $(CC) $(CFLAGS) -DRT_OS_LINUX -DMOZ_UNICODE $(INCS_XPCOM) -o $@ -c $< 45 46 tstdlOpen: tstdlOpen.o 47 $(CC) -o $@ $^ -ldl 48 49 tstdlOpen.o: tstdlOpen.c 50 $(CC) $(CFLAGS) -DRT_OS_LINUX -DMOZ_UNICODE $(INCS_XPCOM) -o $@ -c $<
Note:
See TracChangeset
for help on using the changeset viewer.