Changeset 53923 in vbox
- Timestamp:
- Jan 22, 2015 3:42:15 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r53914 r53923 1253 1253 $(VBOX_LUPDATE) $(VBoxC_SOURCES) $(VBoxC_VBOX_HEADERS) -ts $(VBoxC_VBOX_TRANSLATIONS) 1254 1254 1255 #1256 # Most likely outdated stuff.1257 #1258 testconverter:: $(VBOX_USER_HOME)/VirtualBox.xml1259 $(call MSG_TOOL,xsltproc,Test Settings Converter,$<,$(VBOX_USER_HOME)/VirtualBox.xml.test)1260 $(QUIET)$(VBOX_XSLTPROC) -o $(VBOX_USER_HOME)/VirtualBox.xml.test xml/SettingsConverter.xsl $<1261 1262 testconverter2:: $(VBOX_USER_HOME)/Machines/dos/dos.xml1263 $(call MSG_TOOL,xsltproc,Test Settings Converter,$<,$<.test)1264 $(QUIET)$(VBOX_XSLTPROC) -o $<.test xml/SettingsConverter.xsl $<1265
Note:
See TracChangeset
for help on using the changeset viewer.