removed the Translator rule because it is now in the Jamrules

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@598 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2002-08-06 00:51:22 +00:00
parent 4fb5add07a
commit cb8100931b
@@ -1,17 +1,5 @@
SubDir OBOS_TOP src add-ons translators bmptranslator ;
rule Translator
{
# Translator <name> : <sources> ;
SetupObjectsDir ;
Main $(1) : $(2) ;
# Create output dir path for translator
local targetdir;
targetdir = [ FDirName $(OBOS_ADDON_DIR) translators ] ;
MakeLocate $(1) : $(targetdir) ;
}
Translator BMPTranslator : BMPMain.cpp BMPTranslator.cpp BMPView.cpp BMPWindow.cpp ;
LinkSharedOSLibs BMPTranslator : be translation ;