Changeset 2478 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 4, 2007 12:46:16 AM (18 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r2469 r2478 1 # 1 # $Id$ 2 ## @file 2 3 # Makefile for the VMM. 3 4 # -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r2469 r2478 1 # 1 # $Id$ 2 ## @file 2 3 # Makefile for the VMM testcases. 3 4 # … … 171 172 ../TRPMInternal.mac \ 172 173 ../VMMInternal.mac \ 173 Makefile \174 Makefile.kmk \ 174 175 | $(call DIRDEP,$(PATH_TARGET)) 175 176 $(call MSG_COMPILE,tstAsmStructsAsm,$<,$@,AS) … … 210 211 # 1b. make an elf/macho object containing the offsets. 211 212 $(PATH_TARGET)/tstAsmStructsAsm.o: tstAsmStructsAsm.asm $(PATH_TARGET)/tstAsmStructsAsm.mac \ 212 Makefile \213 Makefile.kmk \ 213 214 | $(call DIRDEP,$(PATH_TARGET)) 214 215 $(call MSG_COMPILE,tstAsmStructsasm,$<,$@,AS) -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.