diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-07-11 22:40:11 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-07-11 22:40:11 +0000 |
| commit | cd9ae1abd5b926331116bfbc6a71f517f3c34c90 (patch) | |
| tree | 5b47215451049b689062e4eaba9482bc5acff9ca /CodeWarrior/Plugins/FluidCompiler/FluidCompilerExports.def | |
| parent | 9feef1e696525f8969970394ec3695944f403b79 (diff) | |
Added Metrowerks CodeWarrior support for Windows (MacOS soon to come)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2520 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CodeWarrior/Plugins/FluidCompiler/FluidCompilerExports.def')
| -rw-r--r-- | CodeWarrior/Plugins/FluidCompiler/FluidCompilerExports.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CodeWarrior/Plugins/FluidCompiler/FluidCompilerExports.def b/CodeWarrior/Plugins/FluidCompiler/FluidCompilerExports.def new file mode 100644 index 000000000..af25d689e --- /dev/null +++ b/CodeWarrior/Plugins/FluidCompiler/FluidCompilerExports.def @@ -0,0 +1,9 @@ +EXPORTS
+
+main
+CWPlugin_GetDropInFlags
+CWPlugin_GetDropInName
+CWPlugin_GetDisplayName
+CWPlugin_GetPanelList
+CWPlugin_GetTargetList
+CWPlugin_GetDefaultMappingList
|
