diff --git a/src/add-ons/translators/tgatranslator/Jamfile b/src/add-ons/translators/tgatranslator/Jamfile new file mode 100644 index 0000000000..a0f78ebaa8 --- /dev/null +++ b/src/add-ons/translators/tgatranslator/Jamfile @@ -0,0 +1,5 @@ +SubDir OBOS_TOP src add-ons translators tgatranslator ; + +Translator TGATranslator : TGAMain.cpp TGATranslator.cpp TGAView.cpp TGAWindow.cpp ; + +LinkSharedOSLibs TGATranslator : be translation ; \ No newline at end of file