summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def')
-rw-r--r--experimental/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/experimental/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def b/experimental/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def
new file mode 100644
index 000000000..e71dd470f
--- /dev/null
+++ b/experimental/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def
@@ -0,0 +1,9 @@
+LIBRARY npgrapher.dll
+
+CODE PRELOAD MOVEABLE DISCARDABLE
+DATA PRELOAD SINGLE
+
+EXPORTS
+ NP_GetEntryPoints @1
+ NP_Initialize @2
+ NP_Shutdown @3