From 089f899f25d7f8d0a1f30f3f789a491db60d0d1b Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 11 Jul 2008 15:27:45 +0000 Subject: [PATCH] Visual C++ project of the C++ version of Msg. For the moment the name of the library is SimGrid but this name can change. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5873 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- build/vc7/cxx/SimGridX.c | 11 + build/vc7/cxx/SimGridX/SimGridX.vcproj | 373 +++++++++++++++++++++++++ 2 files changed, 384 insertions(+) create mode 100644 build/vc7/cxx/SimGridX.c create mode 100644 build/vc7/cxx/SimGridX/SimGridX.vcproj diff --git a/build/vc7/cxx/SimGridX.c b/build/vc7/cxx/SimGridX.c new file mode 100644 index 0000000000..7f50312cbc --- /dev/null +++ b/build/vc7/cxx/SimGridX.c @@ -0,0 +1,11 @@ +#include + +#include + +/* logs */ +// XBT_LOG_NEW_DEFAULT_CATEGORY(SimGridX,"SimGrid for cxx"); + +int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved) +{ + return 1; +} \ No newline at end of file diff --git a/build/vc7/cxx/SimGridX/SimGridX.vcproj b/build/vc7/cxx/SimGridX/SimGridX.vcproj new file mode 100644 index 0000000000..fafbd49de3 --- /dev/null +++ b/build/vc7/cxx/SimGridX/SimGridX.vcproj @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1