From d3e67b912a97834dbf0711b5d3dbbc0bd3d29ee8 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@0f7e0d06-a6f9-0310-a55f-d5f984f55e4c> Date: Thu, 10 Feb 2005 23:10:51 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'hugues'. git-svn-id: file:///usr/local/opt/svn/repos/glagen@4 0f7e0d06-a6f9-0310-a55f-d5f984f55e4c --- branches/hugues/glagen/dll/main.cc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 branches/hugues/glagen/dll/main.cc (limited to 'branches/hugues/glagen/dll/main.cc') diff --git a/branches/hugues/glagen/dll/main.cc b/branches/hugues/glagen/dll/main.cc new file mode 100644 index 0000000..ac744f7 --- /dev/null +++ b/branches/hugues/glagen/dll/main.cc @@ -0,0 +1,21 @@ +#include +#include +#include "libraryloader.hh" + + +extern int GLG_property_pos; +list 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; +} -- cgit v1.2.3