Changeset 2366 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Apr 26, 2007 7:12:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20764
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile
r2087 r2366 173 173 Makefile \ 174 174 | $(call DIRDEP,$(PATH_TARGET)) 175 $(call MSG_ L1,Compiling $<)175 $(call MSG_COMPILE,tstAsmStructsAsm,$<,$@,AS) 176 176 ifndef DONT_USE_YASM 177 177 $(QUIET)$(TOOL_YASM_AS) \ … … 212 212 Makefile \ 213 213 | $(call DIRDEP,$(PATH_TARGET)) 214 $(call MSG_ L1,Compiling $<)214 $(call MSG_COMPILE,tstAsmStructsasm,$<,$@,AS) 215 215 ifndef DONT_USE_YASM 216 216 $(QUIET)$(TOOL_YASM_AS) \
Note:
See TracChangeset
for help on using the changeset viewer.