- Completed porting to win32. Added project files for visual studio.net 2005. Now I can go to sleep (almost) pacefully...

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1185 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-09-16 03:23:04 +00:00
parent 997ead080b
commit df862714a0
8 changed files with 1908 additions and 0 deletions

View file

@ -0,0 +1,23 @@
#ifndef SG_DLLEXPORT
#define SG_DLLEXPORT __declspec(dllexport)
#endif
#ifndef SG_DLLLOCAL
#define SG_DLLLOCAL
#endif
#ifndef PLUGDIR
#define PLUGDIR ".\\plugins"
#endif
#ifndef POLDIR
#define POLDIR ".\\policies"
#endif
#ifndef GLADEDIR
#define GLADEDIR ".\\glade"
#endif
#ifndef SHAREDIR
#define SHAREDIR ".\\plugins\\extras\\pyloader"
#endif