1 #ifndef EXPORTDEFINITIONS_H_
2 #define EXPORTDEFINITIONS_H_
4 #include "filetarget.h"
9 An export definition file for a shared library. Only used on Windows.
11 class ExportDefinitions: public FileTarget
14 ExportDefinitions(Builder &, const Component &, const std::list<ObjectFile *> &);
16 static Msp::FS::Path generate_target_path(const Component &);
19 virtual const char *get_type() const { return "ExportDefinitions"; }