Commands and object making

This commit is contained in:
jriegel
2012-02-12 19:18:29 +01:00
committed by Stefan Tröger
parent 6700512efe
commit 80217bf10f
12 changed files with 182 additions and 31 deletions

View File

@@ -28,12 +28,14 @@
// Importing of App classes
#ifdef FC_OS_WIN32
# define AssemblyAppExport __declspec(dllimport)
# define AssemblyExport __declspec(dllimport)
# define PartGuiExport __declspec(dllimport)
# define PartExport __declspec(dllimport)
# define AssemblyGuiExport __declspec(dllexport)
#else // for Linux
# define AssemblyAppExport
# define AssemblyExport
# define PartGuiExport
# define PartExport
# define AssemblyGuiExport
#endif