summaryrefslogtreecommitdiff
path: root/branches/hugues/glagen/dll/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'branches/hugues/glagen/dll/main.cc')
-rw-r--r--branches/hugues/glagen/dll/main.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/branches/hugues/glagen/dll/main.cc b/branches/hugues/glagen/dll/main.cc
deleted file mode 100644
index ac744f7..0000000
--- a/branches/hugues/glagen/dll/main.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-#include <list>
-#include <string>
-#include "libraryloader.hh"
-
-
-extern int GLG_property_pos;
-list<string> Libs;
-
-int
-main(int argc,
- char **argv)
-{
-
- for (int i = 1; i < argc; i++)
- Libs.push_back(argv[i]);
-
- GLG_property_pos = 0;
-
- LibraryLoader(Libs);
- return 0;
-}