Patch level :4.0 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :aggiunto modulo setup


git-svn-id: svn://10.65.10.50/trunk@15510 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-07-23 15:01:38 +00:00
parent 6538171fce
commit b3a7432261
6 changed files with 1147 additions and 0 deletions

1105
setup/Setup.cpp Executable file

File diff suppressed because it is too large Load Diff

BIN
setup/aga_logo.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
setup/install.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

17
setup/resource.h Executable file
View File

@ -0,0 +1,17 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Setup.rc
//
#define IDI_ICON1 101
#define IDI_ICON 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

BIN
setup/sirio_logo.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

25
setup/wxinc.h Executable file
View File

@ -0,0 +1,25 @@
// Windows only defines
#ifdef WIN32
#define __WXMSW__
#define __WIN32__
// Windows 2000, XP, Server 2003
#define WINVER 0x0500
// Se uso la DLL del runtime C, allora "FORSE" uso anche la DLL di wxWidgets
#ifdef _DLL
#define WXUSINGDLL
#endif
#endif
// Common defines
#ifndef NDEBUG
#define __WXDEBUG__
#endif
#include <wx/wxprec.h>
#define APPNAME wxT("Campo")
#define APPVERSION wxT("4.0")