- Timestamp:
- 09/19/07 10:36:41 (1 year ago)
- Files:
-
- trunk/src/VBox/Main/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Main/Makefile.kmk
r4846 r4895 377 377 VBoxXML_SOURCES = \ 378 378 xml/cfgldr.cpp 379 VBoxXML_INCS.freebsd = \ 380 /usr/local/include ## @todo probably belongs in the template 381 VBoxXML_LIBPATH.freebsd = \ 382 /usr/local/lib ## @todo probably belongs in the template 379 383 VBoxXML_LDFLAGS.darwin = -install_name @executable_path/VBoxXML.dylib -Wl,-x # no debug info please. 380 384 … … 456 460 VBOX_XML_SCHEMA.darwin = xml/VirtualBox-settings-macosx.xsd 457 461 VBOX_XML_SCHEMA.linux = xml/VirtualBox-settings-linux.xsd 462 VBOX_XML_SCHEMA.freebsd = xml/VirtualBox-settings-freebsd.xsd 458 463 VBOX_XML_SCHEMA.win = xml/VirtualBox-settings-windows.xsd 459 464 VBOX_XML_SCHEMA.os2 = xml/VirtualBox-settings-os2.xsd

