- Timestamp:
- May 9, 2008 2:53:07 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30681
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk
r8448 r8732 44 44 VgaBiosBin_SOURCES = $(PATH_TARGET)/VgaBiosBin.c 45 45 VgaBiosBin_CLEAN = \ 46 $(PATH_TARGET)/vbetables.h \ 47 \ 46 48 $(PATH_TARGET)/_vgabios_.c \ 47 49 $(PATH_TARGET)/vgabios0.s \ -
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r8539 r8732 147 147 VBoxBFE_CFLAGS.linux += -O ## @todo what's this good for? 148 148 149 VBoxBFE_CLEAN = $(PATH_VBoxBFE)/Ico64x01.h 149 150 VBoxBFE_SDLConsole.cpp_DEPS = $(PATH_VBoxBFE)/Ico64x01.h 150 151 -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r8447 r8732 219 219 VBoxDrv.kext_INST = $(INST_VBOXDRV)Contents/ 220 220 VBoxDrv.kext_SOURCES = \ 221 $(PATH_TARGET)/VBoxDrv/Info.plist 222 VBoxDrv.kext_CLEAN = \ 221 223 $(PATH_TARGET)/VBoxDrv/Info.plist 222 224
Note:
See TracChangeset
for help on using the changeset viewer.