Changeset 16684 in vbox for trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
- Timestamp:
- Feb 11, 2009 4:47:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r16550 r16684 32 32 33 33 .PHONY: all 34 all: tstLinuxC run34 all: tstLinuxC 35 35 36 36 .PHONY: clean 37 37 clean: 38 rm -f tstLinuxC.o tstLinuxC run38 rm -f tstLinuxC.o tstLinuxC 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 run:47 echo "env VBOX_XPCOM_HOME=$(PATH_BIN) ./tstLinuxC" > $@48 chmod a+x $@
Note:
See TracChangeset
for help on using the changeset viewer.