- 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:
parent
997ead080b
commit
df862714a0
8 changed files with 1908 additions and 0 deletions
23
distro/win32/config/config.h
Normal file
23
distro/win32/config/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue