From ba14d9861d043d53cc53ea70a2fab4146f7be9f3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 9 May 2002 22:34:44 +0000 Subject: [PATCH] applied patch to build wxMSW with CW7 (patch 550445) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 54 +- include/wx/gsocket.h | 2 +- include/wx/memory.h | 4 +- include/wx/msw/colordlg.h | 2 +- include/wx/msw/ole/oleutils.h | 2 +- include/wx/msw/setup0.h | 8 +- include/wx/wx_cw_cm.h | 7 +- include/wx/wxprec.h | 2 +- include/wx_cw.pch | 9 +- include/wx_cw.pch++ | 9 +- include/wx_cw_d.pch | 5 +- include/wx_cw_d.pch++ | 5 +- samples/controls/controlsW7.xml | 1968 +++ samples/dialogs/dialogsW7.xml | 1969 +++ samples/dnd/dndW7.xml | 1968 +++ samples/docview/docviewW7.xml | 2028 +++ samples/minimal/minimalW7.xml | 1968 +++ src/common/filefn.cpp | 2 +- src/common/memory.cpp | 8 +- src/common/timercmn.cpp | 21 +- src/cwcopysetup.bat | 32 + src/cwdcopysetup.bat | 32 + src/jpeg/jpeg_CW_Prefix.h | 6 + src/msw/colordlg.cpp | 2 +- src/msw/gsocket.c | 2 +- src/msw/gsockmsw.c | 2 +- src/msw/ole/oleutils.cpp | 10 +- src/msw/taskbar.cpp | 2 +- src/msw/thread.cpp | 2 +- src/msw/utils.cpp | 2 +- src/tiff/tiff_CW_Prefix.h | 12 + src/wxWindowsW7.xml | 20554 ++++++++++++++++++++++++++++++ 32 files changed, 30658 insertions(+), 41 deletions(-) create mode 100644 samples/controls/controlsW7.xml create mode 100644 samples/dialogs/dialogsW7.xml create mode 100644 samples/dnd/dndW7.xml create mode 100644 samples/docview/docviewW7.xml create mode 100644 samples/minimal/minimalW7.xml create mode 100755 src/cwcopysetup.bat create mode 100755 src/cwdcopysetup.bat create mode 100644 src/jpeg/jpeg_CW_Prefix.h create mode 100644 src/tiff/tiff_CW_Prefix.h create mode 100644 src/wxWindowsW7.xml diff --git a/docs/msw/install.txt b/docs/msw/install.txt index bbac97b181..235fcbdabd 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -354,17 +354,51 @@ compiling the sample again. Metrowerks CodeWarrior compilation ---------------------------------- -1. Downloaded and unzip wxWindows-x.y.z-cw.zip. -2. Load the make_cw.mcp project in wx\src, and compile. -3. Load the make_cw.mcp project in wx\samples\minimal, and compile. - Further project files for samples will be available in due - course. +1. CodeWarrior Pro7 project files in XML format are already + included in wxMSW-x.y.z.zip and the setup version. +2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if + you are working from the CVS version) to make sure the settings reflect + what you want. If you aren't sure, leave it alone and go with the + default settings. A few notes: + - Don't use wxUSE_DEBUG_NEW_ALWAYS: it doesn't mix well with MSL + - wxUSE_GLOBAL_MEMORY_OPERATORS works, but memory leak reports + will be rather confusing due to interactions with the MSL ANSI + and runtime libs. +3. The project file to build the Win32 wxWindows libraries relies on the + Batch File Runner plug-in. This plug-in is not installed as part of + a normal CW7 installation. However, you can find this plug-in on the + CodeWarrior Reference CD, in the Thrill Seekers folder; it's call the + "Batch File Post Linker". +4. If you choose not to install the Batch File Runner plug-in, then you + need to do the following by hand: + (1) Create the directories lib\cw7msw\include\wx and copy the file + include\wx\msw\setup.h (or include\wx\msw\setup0.h if you are + working from the CVS version) to lib\cw7msw\include\wx\setup.h + (2) Create the directories lib\cw7mswd\include\wx and copy the file + include\wx\msw\setup.h (or include\wx\msw\setup0.h if you are + working from the CVS version) to lib\cw7mswd\include\wx\setup.h +5. Import srcwxWindows.xml to create the project file wxWindows.mcp. + Store this project file in directory src. You may get warnings about + not being able to find certain project paths; ignore these warnings, the + appropriate paths will be created during the build by the Batch File Runner. +6. Choose the wxlib Win32 debug or wxlib Win32 Release target and build. You + will get some warnings about hidden virtual functions, illegal conversions + from const pointers to pointers, etc., all of which you can safely ignore. + ***Note: if you get errors that the compiler can't find "wx/setup.h", just + stop the build and build again. These errors occur because sometimes the + compiler starts doing its thing before the copying of setup.h has completed. +7. The following libraries will be produced depending on chosen + target: + - wx_x86.lib ANSI Release (static) + - wx_x86_d.lib ANSI Debug (static) +8. Sorry, I haven't had time yet to create and test unicode or DLL versions. + Volunteers for this are welcome (as neither DLLs nor unicode builds are + big priorities for me ;). +9. CodeWarrior Pro7 project files (in XML format) are also provided for some + of the samples. In particular, for the minimal, controls, dialogs, dnd, + and docview samples. You can use these project files as templates for + the other samples and for your own projects. -Note (1): you need CodeWarrior Pro 4 plus the patches to 4.1 from the -Metrowerks Web site. - -Note (2): unfortunately these files are not yet up-to-date for the -current release. Symantec C++ compilation ------------------------ diff --git a/include/wx/gsocket.h b/include/wx/gsocket.h index 5f6924aed3..62a7b9a2d6 100644 --- a/include/wx/gsocket.h +++ b/include/wx/gsocket.h @@ -309,7 +309,7 @@ GSocketError GAddress_UNIX_SetPath(GAddress *address, const char *path); GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf); #ifdef __cplusplus -}; +} #endif /* __cplusplus */ diff --git a/include/wx/memory.h b/include/wx/memory.h index e676282b7a..782559b5dd 100644 --- a/include/wx/memory.h +++ b/include/wx/memory.h @@ -115,8 +115,8 @@ inline void operator delete[] (void * buf) } #endif -// VC++ 6.0 -#if defined(__VISUALC__) && (__VISUALC__ >= 1200) +// VC++ 6.0 and MWERKS +#if ( defined(__VISUALC__) && (__VISUALC__ >= 1200) ) || defined(__MWERKS__) inline void operator delete(void* pData, wxChar* /* fileName */, int /* lineNum */) { wxDebugFree(pData, FALSE); diff --git a/include/wx/msw/colordlg.h b/include/wx/msw/colordlg.h index b56207bf7c..af068a631e 100644 --- a/include/wx/msw/colordlg.h +++ b/include/wx/msw/colordlg.h @@ -36,7 +36,7 @@ public: // override some base class virtuals virtual void SetTitle(const wxString& title); - virtual wxString GetTitle(); + virtual wxString GetTitle() const; virtual int ShowModal(); diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index da8a992d1f..737939078a 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -126,7 +126,7 @@ bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount); // VZ: I don't know it's not done for compilers other than VC++ but I leave it // as is. Please note, though, that tracing OLE interface calls may be // incredibly useful when debugging OLE programs. -#if defined(__WXDEBUG__) && defined(__VISUALC__) && (__VISUALC__ >= 1000) +#if defined(__WXDEBUG__) && ( ( defined(__VISUALC__) && (__VISUALC__ >= 1000) ) || defined(__MWERKS__) ) // ---------------------------------------------------------------------------- // All OLE specific log functions have DebugTrace level (as LogTrace) // ---------------------------------------------------------------------------- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index f5e5845a63..6e4571f104 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -129,7 +129,7 @@ // In debug mode, causes new to be defined to be WXDEBUG_NEW (see object.h). If // this causes problems (e.g. link errors), set this to 0. You may need to set // this to 0 if using templates (at least for VC++). This switch is currently -// ignored for mingw / cygwin +// ignored for mingw / cygwin / CodeWarrior // // Default is 0 // @@ -1056,6 +1056,12 @@ #endif #endif +// wxUSE_DEBUG_NEW_ALWAYS doesn't work with CodeWarrior +#if defined(__MWERKS__) + #undef wxUSE_DEBUG_NEW_ALWAYS + #define wxUSE_DEBUG_NEW_ALWAYS 0 +#endif + #if defined(__GNUWIN32__) // These don't work as expected for mingw32 and cygwin32 #undef wxUSE_MEMORY_TRACING diff --git a/include/wx/wx_cw_cm.h b/include/wx/wx_cw_cm.h index 890b3c0a06..760742f751 100644 --- a/include/wx/wx_cw_cm.h +++ b/include/wx/wx_cw_cm.h @@ -14,9 +14,12 @@ #define __MAC__ #define __WXMAC__ #elif (__MWERKS__ >= 0x0900) && __INTEL__ + #define WIN32 + #define _WINDOWS #define __WXMSW__ #define __WINDOWS__ #define __WIN95__ + #define __WIN32__ #define STRICT #define NOMINMAX #elif __BEOS__ @@ -30,7 +33,7 @@ #include #include #ifdef __MWERKS__ - #if defined( __MSL__ ) && __MSL__ >= 0x5012 + #if defined( __MSL__ ) && __MSL__ >= 0x5012 && __MSL__ < 0x7000 #define fileno _fileno #define fdopen _fdopen #define tell _tell @@ -66,6 +69,6 @@ extern "C" char *strdup(const char *s) ; int isascii( int c ) ; #ifdef __cplusplus -} ; +} #endif diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index f8f2e432bc..5e2902b424 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -14,7 +14,7 @@ // check if to use precompiled headers: do it for most Windows compilers unless // explicitly disabled by defining NOPCH -#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) +#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) #if !defined(NOPCH) #define WX_PRECOMP #endif diff --git a/include/wx_cw.pch b/include/wx_cw.pch index 2544b89085..0a634361c6 100644 --- a/include/wx_cw.pch +++ b/include/wx_cw.pch @@ -1,26 +1,33 @@ #if __option (profile) #if __POWERPC__ #pragma precompile_target "wx_PPC_prof.mch" + #pragma once on #elif __INTEL__ #pragma precompile_target "wx_x86_prof.mch" + /* Do NOT use #pragma once on for Win32 */ #elif __CFM68K__ #pragma precompile_target "wx_cfm_prof.mch" + #pragma once on #else #pragma precompile_target "wx_68k_prof.mch" + #pragma once on #endif #else #if __POWERPC__ #pragma precompile_target "wx_PPC.mch" + #pragma once on #elif __INTEL__ #pragma precompile_target "wx_x86.mch" + /* Do NOT use #pragma once on for Win32 */ #elif __CFM68K__ #pragma precompile_target "wx_cfm.mch" + #pragma once on #else #pragma precompile_target "wx_68k.mch" + #pragma once on #endif #endif -#pragma once on #undef WX_PRECOMP #define wxUSE_GUI 1 #define OLDP2C 1 diff --git a/include/wx_cw.pch++ b/include/wx_cw.pch++ index 6d0f7a586f..495dbb916c 100644 --- a/include/wx_cw.pch++ +++ b/include/wx_cw.pch++ @@ -1,26 +1,33 @@ #if __option (profile) #if __POWERPC__ #pragma precompile_target "wx_PPC++_prof.mch" + #pragma once on #elif __INTEL_ #pragma precompile_target "wx_x86Prof++_prof.mch" + /* Do NOT use #pragma once on for Win32 */ #elif __CFM68K__ #pragma precompile_target "wx_cfmProf++_prof.mch" + #pragma once on #else #pragma precompile_target "wx_68kProf++_prof.mch" + #pragma once on #endif #else #if __POWERPC__ #pragma precompile_target "wx_PPC++.mch" + #pragma once on #elif __INTEL__ #pragma precompile_target "wx_x86++.mch" + /* Do NOT use #pragma once on for Win32 */ #elif __CFM68K__ #pragma precompile_target "wx_cfm++.mch" + #pragma once on #else #pragma precompile_target "wx_68k++.mch" + #pragma once on #endif #endif -#pragma once on #define WX_PRECOMP #define wxUSE_GUI 1 #define OLDP2C 1 diff --git a/include/wx_cw_d.pch b/include/wx_cw_d.pch index 6ecbb9b5f4..247390c8d0 100644 --- a/include/wx_cw_d.pch +++ b/include/wx_cw_d.pch @@ -3,16 +3,19 @@ #else #if __POWERPC__ #pragma precompile_target "wx_PPC_d.mch" + #pragma once on #elif __INTEL__ #pragma precompile_target "wx_x86_d.mch" + /* Do NOT use #pragma once on for Win32 */ #elif __CFM68K__ #pragma precompile_target "wx_cfm_d.mch" + #pragma once on #else #pragma precompile_target "wx_68k_d.mch" + #pragma once on #endif #endif -#pragma once on #undef WX_PRECOMP #define __WXDEBUG__ 1 #define wxUSE_GUI 1 diff --git a/include/wx_cw_d.pch++ b/include/wx_cw_d.pch++ index b10644099d..303ee481c8 100644 --- a/include/wx_cw_d.pch++ +++ b/include/wx_cw_d.pch++ @@ -3,16 +3,19 @@ #else #if __POWERPC__ #pragma precompile_target "wx_PPC++_d.mch" + #pragma once on #elif __INTEL__ #pragma precompile_target "wx_x86++_d.mch" + /* Do NOT use #pragma once on for Win32 */ #elif __CFM68K__ #pragma precompile_target "wx_cfm++_d.mch" + #pragma once on #else #pragma precompile_target "wx_68k++_d.mch" + #pragma once on #endif #endif -#pragma once on #define WX_PRECOMP #define __WXDEBUG__ 1 #define wxUSE_GUI 1 diff --git a/samples/controls/controlsW7.xml b/samples/controls/controlsW7.xml new file mode 100644 index 0000000000..41c440355b --- /dev/null +++ b/samples/controls/controlsW7.xml @@ -0,0 +1,1968 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + wxWin App Release + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Release + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics1 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0¶œð€@|ø€@|€æÍDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppRelease.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + Name + MSL_All_x86.lib + Windows + Unknown + Debug + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + wx_x86.lib + Windows + Library + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + controls.cpp + Windows + Text + Debug + + + Name + controls.rc + Windows + Text + Debug + + + + + Name + wx_x86.lib + Windows + + + Name + MSL_All_x86.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + advapi32.lib + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + controls.cpp + Windows + + + Name + controls.rc + Windows + + + + + wxWin App Debug + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7mswd\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Debug + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw_d.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0¶œð€@|ø€@| + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppDebug.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + MSL_All_x86_D.lib + Windows + Unknown + Debug + + + Name + wx_x86_d.lib + MacOS + Unknown + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + controls.cpp + Windows + Text + Debug + + + Name + controls.rc + Windows + Text + Debug + + + + + Name + wx_x86_d.lib + MacOS + + + Name + MSL_All_x86_D.lib + Windows + + + Name + advapi32.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + controls.cpp + Windows + + + Name + controls.rc + Windows + + + + + + + wxWin App Debug + wxWin App Release + + + + Source + + wxWin App Release + Name + controls.cpp + Windows + + + wxWin App Release + Name + controls.rc + Windows + + + wx + + wxWin App Release + Name + wx_x86.lib + Windows + + + wxWin App Debug + Name + wx_x86_d.lib + MacOS + + + MSL ANSI Libraries + + wxWin App Release + Name + MSL_All_x86.lib + Windows + + + wxWin App Debug + Name + MSL_All_x86_D.lib + Windows + + + Win32 SDK + + wxWin App Release + Name + advapi32.lib + Windows + + + wxWin App Release + Name + COMCTL32.LIB + MacOS + + + wxWin App Release + Name + COMDLG32.LIB + MacOS + + + wxWin App Release + Name + GDI32.LIB + MacOS + + + wxWin App Release + Name + KERNEL32.LIB + MacOS + + + wxWin App Release + Name + odbc32.lib + Windows + + + wxWin App Release + Name + OLE32.LIB + MacOS + + + wxWin App Release + Name + rpcrt4.lib + Windows + + + wxWin App Release + Name + SHELL32.LIB + MacOS + + + wxWin App Release + Name + USER32.LIB + MacOS + + + wxWin App Release + Name + UUID.LIB + MacOS + + + wxWin App Release + Name + WINSPOOL.LIB + Windows + + + wxWin App Release + Name + WSOCK32.LIB + Windows + + + + + diff --git a/samples/dialogs/dialogsW7.xml b/samples/dialogs/dialogsW7.xml new file mode 100644 index 0000000000..a1a98fea00 --- /dev/null +++ b/samples/dialogs/dialogsW7.xml @@ -0,0 +1,1969 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + wxWin App Release + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Release + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics1 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0ÙÏ8ßÏ@|@ßÏ@|8h6DÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppRelease.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + Name + MSL_All_x86.lib + Windows + Unknown + Debug + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + wx_x86.lib + Windows + Library + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + dialogs.cpp + Windows + Text + Debug + + + Name + dialogs.rc + Windows + Text + Debug + + + + + Name + wx_x86.lib + Windows + + + Name + MSL_All_x86.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + advapi32.lib + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + dialogs.cpp + Windows + + + Name + dialogs.rc + Windows + + + + + wxWin App Debug + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7mswd\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Debug + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw_d.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0ÙÏ(ßÏ@|0ßÏ@|Ð +GDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppDebug.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + MSL_All_x86_D.lib + Windows + Unknown + Debug + + + Name + wx_x86_d.lib + MacOS + Unknown + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + dialogs.cpp + Windows + Text + Debug + + + Name + dialogs.rc + Windows + Text + Debug + + + + + Name + wx_x86_d.lib + MacOS + + + Name + MSL_All_x86_D.lib + Windows + + + Name + advapi32.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + dialogs.cpp + Windows + + + Name + dialogs.rc + Windows + + + + + + + wxWin App Debug + wxWin App Release + + + + Source + + wxWin App Release + Name + dialogs.cpp + Windows + + + wxWin App Release + Name + dialogs.rc + Windows + + + wx + + wxWin App Release + Name + wx_x86.lib + Windows + + + wxWin App Debug + Name + wx_x86_d.lib + MacOS + + + MSL ANSI Libraries + + wxWin App Release + Name + MSL_All_x86.lib + Windows + + + wxWin App Debug + Name + MSL_All_x86_D.lib + Windows + + + Win32 SDK + + wxWin App Release + Name + advapi32.lib + Windows + + + wxWin App Release + Name + COMCTL32.LIB + MacOS + + + wxWin App Release + Name + COMDLG32.LIB + MacOS + + + wxWin App Release + Name + GDI32.LIB + MacOS + + + wxWin App Release + Name + KERNEL32.LIB + MacOS + + + wxWin App Release + Name + odbc32.lib + Windows + + + wxWin App Release + Name + OLE32.LIB + MacOS + + + wxWin App Release + Name + rpcrt4.lib + Windows + + + wxWin App Release + Name + SHELL32.LIB + MacOS + + + wxWin App Release + Name + USER32.LIB + MacOS + + + wxWin App Release + Name + UUID.LIB + MacOS + + + wxWin App Release + Name + WINSPOOL.LIB + Windows + + + wxWin App Release + Name + WSOCK32.LIB + Windows + + + + + diff --git a/samples/dnd/dndW7.xml b/samples/dnd/dndW7.xml new file mode 100644 index 0000000000..7e6ab39089 --- /dev/null +++ b/samples/dnd/dndW7.xml @@ -0,0 +1,1968 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + wxWin App Release + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Release + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics1 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0àHxI@|€I@|8yJDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppRelease.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + Name + MSL_All_x86.lib + Windows + Unknown + Debug + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + wx_x86.lib + Windows + Library + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + dnd.rc + Windows + Text + Debug + + + Name + dnd.cpp + Windows + Text + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + + + Name + wx_x86.lib + Windows + + + Name + MSL_All_x86.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + advapi32.lib + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + dnd.rc + Windows + + + Name + dnd.cpp + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + + + wxWin App Debug + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7mswd\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Debug + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw_d.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0àHhI@|pI@|تHDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppDebug.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + MSL_All_x86_D.lib + Windows + Unknown + Debug + + + Name + wx_x86_d.lib + MacOS + Unknown + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + dnd.rc + Windows + Text + Debug + + + Name + dnd.cpp + Windows + Text + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + + + Name + wx_x86_d.lib + MacOS + + + Name + MSL_All_x86_D.lib + Windows + + + Name + advapi32.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + dnd.rc + Windows + + + Name + dnd.cpp + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + + + + + wxWin App Debug + wxWin App Release + + + + Source + + wxWin App Release + Name + dnd.rc + Windows + + + wxWin App Release + Name + dnd.cpp + Windows + + + wx + + wxWin App Release + Name + wx_x86.lib + Windows + + + wxWin App Debug + Name + wx_x86_d.lib + MacOS + + + MSL ANSI Libraries + + wxWin App Release + Name + MSL_All_x86.lib + Windows + + + wxWin App Debug + Name + MSL_All_x86_D.lib + Windows + + + Win32 SDK + + wxWin App Release + Name + advapi32.lib + Windows + + + wxWin App Release + Name + COMCTL32.LIB + MacOS + + + wxWin App Release + Name + COMDLG32.LIB + MacOS + + + wxWin App Release + Name + GDI32.LIB + MacOS + + + wxWin App Release + Name + KERNEL32.LIB + MacOS + + + wxWin App Release + Name + odbc32.lib + Windows + + + wxWin App Release + Name + OLE32.LIB + MacOS + + + wxWin App Release + Name + rpcrt4.lib + Windows + + + wxWin App Release + Name + SHELL32.LIB + MacOS + + + wxWin App Release + Name + USER32.LIB + MacOS + + + wxWin App Release + Name + UUID.LIB + MacOS + + + wxWin App Release + Name + WINSPOOL.LIB + Windows + + + wxWin App Release + Name + WSOCK32.LIB + Windows + + + + + diff --git a/samples/docview/docviewW7.xml b/samples/docview/docviewW7.xml new file mode 100644 index 0000000000..bf65343afa --- /dev/null +++ b/samples/docview/docviewW7.xml @@ -0,0 +1,2028 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + wxWin App Release + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Release + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics1 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0àIè¯J@|ð¯J@|ЁJDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppRelease.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + Name + MSL_All_x86.lib + Windows + Unknown + Debug + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + wx_x86.lib + Windows + Library + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + docview.cpp + Windows + Text + Debug + + + Name + doc.cpp + Windows + Text + Debug + + + Name + docview.rc + Windows + Text + Debug + + + Name + view.cpp + Windows + Text + Debug + + + + + Name + wx_x86.lib + Windows + + + Name + MSL_All_x86.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + advapi32.lib + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + docview.cpp + Windows + + + Name + doc.cpp + Windows + + + Name + docview.rc + Windows + + + Name + view.cpp + Windows + + + + + wxWin App Debug + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7mswd\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Debug + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw_d.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0àIدJ@|à¯J@|•KDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppDebug.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + MSL_All_x86_D.lib + Windows + Unknown + Debug + + + Name + wx_x86_d.lib + MacOS + Unknown + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + docview.cpp + Windows + Text + Debug + + + Name + doc.cpp + Windows + Text + Debug + + + Name + docview.rc + Windows + Text + Debug + + + Name + view.cpp + Windows + Text + Debug + + + + + Name + wx_x86_d.lib + MacOS + + + Name + MSL_All_x86_D.lib + Windows + + + Name + advapi32.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + docview.cpp + Windows + + + Name + doc.cpp + Windows + + + Name + docview.rc + Windows + + + Name + view.cpp + Windows + + + + + + + wxWin App Debug + wxWin App Release + + + + Source + + wxWin App Release + Name + docview.cpp + Windows + + + wxWin App Release + Name + doc.cpp + Windows + + + wxWin App Release + Name + docview.rc + Windows + + + wxWin App Release + Name + view.cpp + Windows + + + wx + + wxWin App Release + Name + wx_x86.lib + Windows + + + wxWin App Debug + Name + wx_x86_d.lib + MacOS + + + MSL ANSI Libraries + + wxWin App Release + Name + MSL_All_x86.lib + Windows + + + wxWin App Debug + Name + MSL_All_x86_D.lib + Windows + + + Win32 SDK + + wxWin App Release + Name + advapi32.lib + Windows + + + wxWin App Release + Name + COMCTL32.LIB + MacOS + + + wxWin App Release + Name + COMDLG32.LIB + MacOS + + + wxWin App Release + Name + GDI32.LIB + MacOS + + + wxWin App Release + Name + KERNEL32.LIB + MacOS + + + wxWin App Release + Name + odbc32.lib + Windows + + + wxWin App Release + Name + OLE32.LIB + MacOS + + + wxWin App Release + Name + rpcrt4.lib + Windows + + + wxWin App Release + Name + SHELL32.LIB + MacOS + + + wxWin App Release + Name + USER32.LIB + MacOS + + + wxWin App Release + Name + UUID.LIB + MacOS + + + wxWin App Release + Name + WINSPOOL.LIB + Windows + + + wxWin App Release + Name + WSOCK32.LIB + Windows + + + + + diff --git a/samples/minimal/minimalW7.xml b/samples/minimal/minimalW7.xml new file mode 100644 index 0000000000..6d34bdeb4c --- /dev/null +++ b/samples/minimal/minimalW7.xml @@ -0,0 +1,1968 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + wxWin App Release + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Release + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics1 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0€9 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppRelease.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + Name + MSL_All_x86.lib + Windows + Unknown + Debug + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + wx_x86.lib + Windows + Library + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + minimal.rc + Windows + Text + Debug + + + Name + minimal.cpp + Windows + Text + Debug + + + + + Name + wx_x86.lib + Windows + + + Name + MSL_All_x86.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + advapi32.lib + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + minimal.rc + Windows + + + Name + minimal.cpp + Windows + + + + + wxWin App Debug + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathstrue + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatMacOS + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path:MSL: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib\cw7mswd\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\..\lib + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Libraries: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path:Win32-x86 Support:Headers:Win32 SDK: + PathFormatMacOS + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + TargetnamewxWin App Debug + OutputDirectory + Path: + PathFormatMacOS + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata0 + MWCodeGen_PPC_vrsave0 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname/wx/wx_cw_d.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0€9ð…9@|ø…9@|ÿGDÎ + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion1 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames1 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype542132570 + MWJava_Output_fcreator1348097869 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1145457748 + MWJava_Proj_HTMLAppNameMetrowerks Java + MWJava_Proj_PathVersion1 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32NameInternet Explorer + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DLGX + ckid + Proj + WSPC + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfileAppDebug.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + COMDLG32.LIB + MacOS + Text + Debug + + + Name + GDI32.LIB + MacOS + Text + Debug + + + Name + KERNEL32.LIB + MacOS + Text + Debug + + + Name + USER32.LIB + MacOS + Text + Debug + + + Name + COMCTL32.LIB + MacOS + Text + Debug + + + Name + SHELL32.LIB + MacOS + Text + Debug + + + Name + OLE32.LIB + MacOS + Text + Debug + + + Name + UUID.LIB + MacOS + Text + Debug + + + Name + MSL_All_x86_D.lib + Windows + Unknown + Debug + + + Name + wx_x86_d.lib + MacOS + Unknown + Debug + + + Name + WINSPOOL.LIB + Windows + Library + Debug + + + Name + advapi32.lib + Windows + Library + Debug + + + Name + WSOCK32.LIB + Windows + Library + Debug + + + Name + rpcrt4.lib + Windows + Library + Debug + + + Name + odbc32.lib + Windows + Library + Debug + + + Name + minimal.rc + Windows + Text + Debug + + + Name + minimal.cpp + Windows + Text + Debug + + + + + Name + wx_x86_d.lib + MacOS + + + Name + MSL_All_x86_D.lib + Windows + + + Name + advapi32.lib + Windows + + + Name + COMDLG32.LIB + MacOS + + + Name + GDI32.LIB + MacOS + + + Name + KERNEL32.LIB + MacOS + + + Name + USER32.LIB + MacOS + + + Name + COMCTL32.LIB + MacOS + + + Name + SHELL32.LIB + MacOS + + + Name + OLE32.LIB + MacOS + + + Name + UUID.LIB + MacOS + + + Name + WINSPOOL.LIB + Windows + + + Name + WSOCK32.LIB + Windows + + + Name + rpcrt4.lib + Windows + + + Name + odbc32.lib + Windows + + + Name + minimal.rc + Windows + + + Name + minimal.cpp + Windows + + + + + + + wxWin App Debug + wxWin App Release + + + + Source + + wxWin App Release + Name + minimal.rc + Windows + + + wxWin App Release + Name + minimal.cpp + Windows + + + wx + + wxWin App Release + Name + wx_x86.lib + Windows + + + wxWin App Debug + Name + wx_x86_d.lib + MacOS + + + MSL ANSI Libraries + + wxWin App Release + Name + MSL_All_x86.lib + Windows + + + wxWin App Debug + Name + MSL_All_x86_D.lib + Windows + + + Win32 SDK + + wxWin App Release + Name + advapi32.lib + Windows + + + wxWin App Release + Name + COMCTL32.LIB + MacOS + + + wxWin App Release + Name + COMDLG32.LIB + MacOS + + + wxWin App Release + Name + GDI32.LIB + MacOS + + + wxWin App Release + Name + KERNEL32.LIB + MacOS + + + wxWin App Release + Name + odbc32.lib + Windows + + + wxWin App Release + Name + OLE32.LIB + MacOS + + + wxWin App Release + Name + rpcrt4.lib + Windows + + + wxWin App Release + Name + SHELL32.LIB + MacOS + + + wxWin App Release + Name + USER32.LIB + MacOS + + + wxWin App Release + Name + UUID.LIB + MacOS + + + wxWin App Release + Name + WINSPOOL.LIB + Windows + + + wxWin App Release + Name + WSOCK32.LIB + Windows + + + + + diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 17ab7782d6..587a0582f5 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -1396,7 +1396,7 @@ wxString wxFindFirstFile(const wxChar *spec, int flags) } wxString result; - gs_dir->GetFirst(&result, wxFileNameFromPath(spec), dirFlags); + gs_dir->GetFirst(&result, wxFileNameFromPath((wxChar) spec), dirFlags); if ( result.IsEmpty() ) { wxDELETE(gs_dir); diff --git a/src/common/memory.cpp b/src/common/memory.cpp index df54d3664c..5302fe214d 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -696,7 +696,7 @@ bool wxDebugContext::Dump(void) // if (TRUE) { - wxChar* appName = wxT("application"); + wxChar* appName = (wxChar*) wxT("application"); wxString appNameStr(""); if (wxTheApp) { @@ -755,7 +755,7 @@ bool wxDebugContext::PrintStatistics(bool detailed) // if (TRUE) { - wxChar* appName = wxT("application"); + wxChar* appName = (wxChar*) wxT("application"); wxString appNameStr(wxT("")); if (wxTheApp) { @@ -789,7 +789,7 @@ bool wxDebugContext::PrintStatistics(bool detailed) // if (detailed && (data != (void*)m_debugStream) && (data != (void*) m_streamBuf)) if (detailed && (data != (void*) wxLog::GetActiveTarget())) { - wxChar *className = wxT("nonobject"); + wxChar *className = (wxChar*) wxT("nonobject"); if (st->m_isObject && st->GetActualData()) { wxObject *obj = (wxObject *)st->GetActualData(); @@ -855,7 +855,7 @@ bool wxDebugContext::PrintClasses(void) // if (TRUE) { - wxChar* appName = wxT("application"); + wxChar* appName = (wxChar*) wxT("application"); wxString appNameStr(wxT("")); if (wxTheApp) { diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 1d89b6507d..63f12e82ce 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -49,7 +49,7 @@ #include #endif -#if defined(__WIN32__) && !defined(HAVE_FTIME) +#if defined(__WIN32__) && !defined(HAVE_FTIME) && !defined(__MWERKS__) #define HAVE_FTIME #endif @@ -294,7 +294,24 @@ wxLongLong wxGetLocalTimeMillis() // If possible, use a function which avoids conversions from // broken-up time structures to milliseconds -#if defined(HAVE_GETTIMEOFDAY) +#if defined(__WXMSW__) && defined(__MWERKS__) + // This should probably be the way all WXMSW compilers should do it + // Go direct to the OS for time + + SYSTEMTIME thenst = { 1970, 1, 4, 1, 0, 0, 0, 0 }; // 00:00:00 Jan 1st 1970 + FILETIME thenft; + SystemTimeToFileTime( &thenst, &thenft ); + wxLongLong then( thenft.dwHighDateTime, thenft.dwLowDateTime ); // time in 100 nanoseconds + + SYSTEMTIME nowst; + GetLocalTime( &nowst ); + FILETIME nowft; + SystemTimeToFileTime( &nowst, &nowft ); + wxLongLong now( nowft.dwHighDateTime, nowft.dwLowDateTime ); // time in 100 nanoseconds + + return ( now - then ) / 10000.0; // time from 00:00:00 Jan 1st 1970 to now in milliseconds + +#elif defined(HAVE_GETTIMEOFDAY) struct timeval tp; if ( wxGetTimeOfDay(&tp, (struct timezone *)NULL) != -1 ) { diff --git a/src/cwcopysetup.bat b/src/cwcopysetup.bat new file mode 100755 index 0000000000..a918a7bfee --- /dev/null +++ b/src/cwcopysetup.bat @@ -0,0 +1,32 @@ +if exist ..\include\wx\msw\setup.h ( + echo include\wx\msw\setup.h already exists +) else ( + copy /y ..\include\wx\msw\setup0.h ..\include\wx\msw\setup.h +) + +if exist ..\lib\cw7msw ( + echo lib\cw7msw already exists +) else ( + mkdir ..\lib\cw7msw +) + +if exist ..\lib\cw7msw\include ( + echo lib\cw7msw\include already exists +) else ( + mkdir ..\lib\cw7msw\include +) + +if exist ..\lib\cw7msw\include\wx ( + echo lib\cw7msw\include\wx already exists +) else ( + mkdir ..\lib\cw7msw\include\wx +) + +if exist ..\lib\cw7msw\include\wx\setup.h ( + echo lib\cw7msw\include\wx\setup.h already exists +) else ( + copy /y ..\include\wx\msw\setup.h ..\lib\cw7msw\include\wx\setup.h +) + +rem pause + diff --git a/src/cwdcopysetup.bat b/src/cwdcopysetup.bat new file mode 100755 index 0000000000..b902913964 --- /dev/null +++ b/src/cwdcopysetup.bat @@ -0,0 +1,32 @@ +if exist ..\include\wx\msw\setup.h ( + echo include\wx\msw\setup.h already exists +) else ( + copy /y ..\include\wx\msw\setup0.h ..\include\wx\msw\setup.h +) + +if exist ..\lib\cw7mswd ( + echo lib\cw7mswd already exists +) else ( + mkdir ..\lib\cw7mswd +) + +if exist ..\lib\cw7mswd\include ( + echo lib\cw7mswd\include already exists +) else ( + mkdir ..\lib\cw7mswd\include +) + +if exist ..\lib\cw7mswd\include\wx ( + echo lib\cw7mswd\include\wx already exists +) else ( + mkdir ..\lib\cw7mswd\include\wx +) + +if exist ..\lib\cw7mswd\include\wx\setup.h ( + echo lib\cw7mswd\include\wx\setup.h already exists +) else ( + copy /y ..\include\wx\msw\setup.h ..\lib\cw7mswd\include\wx\setup.h +) + +rem pause + diff --git a/src/jpeg/jpeg_CW_Prefix.h b/src/jpeg/jpeg_CW_Prefix.h new file mode 100644 index 0000000000..41c10ad69a --- /dev/null +++ b/src/jpeg/jpeg_CW_Prefix.h @@ -0,0 +1,6 @@ +// Special configuration file for building jpeg under CodeWarrior + + +#define HAVE_BOOLEAN + + diff --git a/src/msw/colordlg.cpp b/src/msw/colordlg.cpp index 10da2d4e3f..2cae01b8c3 100644 --- a/src/msw/colordlg.cpp +++ b/src/msw/colordlg.cpp @@ -175,7 +175,7 @@ void wxColourDialog::SetTitle(const wxString& title) m_title = title; } -wxString wxColourDialog::GetTitle() +wxString wxColourDialog::GetTitle() const { return m_title; } diff --git a/src/msw/gsocket.c b/src/msw/gsocket.c index 7fb9f308d2..4490c43ada 100644 --- a/src/msw/gsocket.c +++ b/src/msw/gsocket.c @@ -513,7 +513,7 @@ GSocketError GSocket_Connect(GSocket *sck, GSocketStream stream) /* sck->m_error is set in _GSocket_Connect_Timeout */ } - return err; + return (GSocketError) err; } /* If connect failed with EWOULDBLOCK and the GSocket object diff --git a/src/msw/gsockmsw.c b/src/msw/gsockmsw.c index c966cfffc1..32131c214a 100644 --- a/src/msw/gsockmsw.c +++ b/src/msw/gsockmsw.c @@ -188,7 +188,7 @@ LRESULT CALLBACK _GSocket_Internal_WinProc(HWND hWnd, { EnterCriticalSection(&critical); socket = socketList[(uMsg - WM_USER)]; - event = -1; + event = (GSocketEvent) -1; cback = NULL; data = NULL; diff --git a/src/msw/ole/oleutils.cpp b/src/msw/ole/oleutils.cpp index 2a23ca8085..6a68095f7d 100644 --- a/src/msw/ole/oleutils.cpp +++ b/src/msw/ole/oleutils.cpp @@ -66,7 +66,7 @@ bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount) // Debug support // ---------------------------------------------------------------------------- -#if defined(__WXDEBUG__) && defined(__VISUALC__) && (__VISUALC__ > 1000) +#if defined(__WXDEBUG__) && ( ( defined(__VISUALC__) && (__VISUALC__ > 1000) ) || defined(__MWERKS__) ) static wxString GetIidName(REFIID riid) { // an association between symbolic name and numeric value of an IID @@ -83,7 +83,7 @@ static wxString GetIidName(REFIID riid) ADD_KNOWN_IID(AdviseSink2), ADD_KNOWN_IID(BindCtx), ADD_KNOWN_IID(ClassFactory), -#if !defined( __VISUALC__) || (__VISUALC__!=1010) +#if ( !defined( __VISUALC__) || (__VISUALC__!=1010) ) && !defined(__MWERKS__) ADD_KNOWN_IID(ContinueCallback), ADD_KNOWN_IID(EnumOleDocumentViews), ADD_KNOWN_IID(OleCommandTarget), @@ -176,18 +176,18 @@ static wxString GetIidName(REFIID riid) void wxLogQueryInterface(const wxChar *szInterface, REFIID riid) { - wxLogTrace(wxT("%s::QueryInterface (iid = %s)"), + wxLogTrace(wxTRACE_OleCalls, wxT("%s::QueryInterface (iid = %s)"), szInterface, GetIidName(riid).c_str()); } void wxLogAddRef(const wxChar *szInterface, ULONG cRef) { - wxLogTrace(wxT("After %s::AddRef: m_cRef = %d"), szInterface, cRef + 1); + wxLogTrace(wxTRACE_OleCalls, wxT("After %s::AddRef: m_cRef = %d"), szInterface, cRef + 1); } void wxLogRelease(const wxChar *szInterface, ULONG cRef) { - wxLogTrace(wxT("After %s::Release: m_cRef = %d"), szInterface, cRef - 1); + wxLogTrace(wxTRACE_OleCalls, wxT("After %s::Release: m_cRef = %d"), szInterface, cRef - 1); } #elif defined(__WXDEBUG__) && defined(__VISUALC__) && (__VISUALC__ <= 1000) diff --git a/src/msw/taskbar.cpp b/src/msw/taskbar.cpp index fa2ae43111..3d14a5970d 100644 --- a/src/msw/taskbar.cpp +++ b/src/msw/taskbar.cpp @@ -52,7 +52,7 @@ LRESULT APIENTRY _EXPORT wxTaskBarIconWindowProc( HWND hWnd, unsigned msg, UINT wParam, LONG lParam ); -wxChar *wxTaskBarWindowClass = wxT("wxTaskBarWindowClass"); +wxChar *wxTaskBarWindowClass = (wxChar*) wxT("wxTaskBarWindowClass"); wxList wxTaskBarIcon::sm_taskBarIcons; bool wxTaskBarIcon::sm_registeredClass = FALSE; diff --git a/src/msw/thread.cpp b/src/msw/thread.cpp index e2c76f9389..f7e9f0517b 100644 --- a/src/msw/thread.cpp +++ b/src/msw/thread.cpp @@ -62,7 +62,7 @@ #if defined(__VISUALC__) || \ (defined(__BORLANDC__) && (__BORLANDC__ >= 0x500)) || \ (defined(__GNUG__) && defined(__MSVCRT__)) || \ - defined(__WATCOMC__) + defined(__WATCOMC__) || defined(__MWERKS__) #undef wxUSE_BEGIN_THREAD #define wxUSE_BEGIN_THREAD diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index bfed9170c1..707c1d4664 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -858,7 +858,7 @@ bool wxShell(const wxString& command) { wxChar *shell = wxGetenv(wxT("COMSPEC")); if ( !shell ) - shell = wxT("\\COMMAND.COM"); + shell = (wxChar*) wxT("\\COMMAND.COM"); wxString cmd; if ( !command ) diff --git a/src/tiff/tiff_CW_Prefix.h b/src/tiff/tiff_CW_Prefix.h new file mode 100644 index 0000000000..68b8f58afd --- /dev/null +++ b/src/tiff/tiff_CW_Prefix.h @@ -0,0 +1,12 @@ +#define NEED_STRDUP +#define WINVER 0x0400 + +/* + We need to make sure some symbols required for correct use of + Win32 SDK headers (and that some of these headers are included + to begin with). The best way is to simply include one of the + ANSI headers. +*/ + +#include + diff --git a/src/wxWindowsW7.xml b/src/wxWindowsW7.xml new file mode 100644 index 0000000000..6115e58617 --- /dev/null +++ b/src/wxWindowsW7.xml @@ -0,0 +1,20554 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + wxlib Win32 debug + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path..\lib\cw7mswd\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathgeneric + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathmsw + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathcommon + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathzlib + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathpng + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathjpeg + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathiodbc + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathtiff + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathhtml + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathregex + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + PathMSL + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + PathWin32-x86 Support + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + Targetnamewxlib Win32 debug + OutputDirectory + Path..\lib + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathstrue + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.h++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.hpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.ord + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiLIB + FileExtension + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiOBJ + FileExtension + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.a + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.o + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosetrue + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle1 + MWFrontEnd_C_prefixname/wx/wx_cw_d.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel8 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeLibrary + MWProject_X86_outfilewx_x86_d.lib + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma1 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic1 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual1 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + PathRelative + Project + common + ftp.cpp + Windows + Text + Debug + + + PathRelative + Project + common + artprov.cpp + Windows + Text + Debug + + + PathRelative + Project + common + artstd.cpp + Windows + Text + Debug + + + PathRelative + Project + common + choiccmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + clipcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + clntdata.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cmdline.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cmdproc.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cmndata.cpp + Windows + Text + Debug + + + PathRelative + Project + common + config.cpp + Windows + Text + Debug + + + PathRelative + Project + common + containr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cshelp.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ctrlcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ctrlsub.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cwy_tab.c + Windows + Text + Debug + + + PathRelative + Project + common + datetime.cpp + Windows + Text + Debug + + + PathRelative + Project + common + datstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + db.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dbgrid.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dbtable.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dcbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dircmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dlgcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dndcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dobjcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + docmdi.cpp + Windows + Text + Debug + + + PathRelative + Project + common + docview.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dseldlg.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dynarray.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dynlib.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dynload.cpp + Windows + Text + Debug + + + PathRelative + Project + common + effects.cpp + Windows + Text + Debug + + + PathRelative + Project + common + encconv.cpp + Windows + Text + Debug + + + PathRelative + Project + common + event.cpp + Windows + Text + Debug + + + PathRelative + Project + common + extended.c + Windows + Text + Debug + + + PathRelative + Project + common + fddlgcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ffile.cpp + Windows + Text + Debug + + + PathRelative + Project + common + file.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fileconf.cpp + Windows + Text + Debug + + + PathRelative + Project + common + filefn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + filename.cpp + Windows + Text + Debug + + + PathRelative + Project + common + filesys.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fontcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fontmap.cpp + Windows + Text + Debug + + + PathRelative + Project + common + framecmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fs_inet.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fs_mem.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fs_zip.cpp + Windows + Text + Debug + + + PathRelative + Project + common + appcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + gaugecmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + gdicmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + geometry.cpp + Windows + Text + Debug + + + PathRelative + Project + common + gifdecod.cpp + Windows + Text + Debug + + + PathRelative + Project + common + hash.cpp + Windows + Text + Debug + + + PathRelative + Project + common + hashmap.cpp + Windows + Text + Debug + + + PathRelative + Project + common + helpbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + http.cpp + Windows + Text + Debug + + + PathRelative + Project + common + iconbndl.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagall.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagbmp.cpp + Windows + Text + Debug + + + PathRelative + Project + common + image.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagfill.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imaggif.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagiff.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagjpeg.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagpcx.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagpng.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagpnm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagtiff.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagxpm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + intl.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ipcbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + layout.cpp + Windows + Text + Debug + + + PathRelative + Project + common + lboxcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + list.cpp + Windows + Text + Debug + + + PathRelative + Project + common + log.cpp + Windows + Text + Debug + + + PathRelative + Project + common + longlong.cpp + Windows + Text + Debug + + + PathRelative + Project + common + matrix.cpp + Windows + Text + Debug + + + PathRelative + Project + common + memory.cpp + Windows + Text + Debug + + + PathRelative + Project + common + menucmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + mimecmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + module.cpp + Windows + Text + Debug + + + PathRelative + Project + common + mstream.cpp + Windows + Text + Debug + + + PathRelative + Project + common + nbkbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + object.cpp + Windows + Text + Debug + + + PathRelative + Project + common + odbc.cpp + Windows + Text + Debug + + + PathRelative + Project + common + paper.cpp + Windows + Text + Debug + + + PathRelative + Project + common + popupcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + prntbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + process.cpp + Windows + Text + Debug + + + PathRelative + Project + common + protocol.cpp + Windows + Text + Debug + + + PathRelative + Project + common + quantize.cpp + Windows + Text + Debug + + + PathRelative + Project + common + radiocmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + regex.cpp + Windows + Text + Debug + + + PathRelative + Project + common + resource.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckaddr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckfile.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckipc.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sizer.cpp + Windows + Text + Debug + + + PathRelative + Project + common + socket.cpp + Windows + Text + Debug + + + PathRelative + Project + common + statbar.cpp + Windows + Text + Debug + + + PathRelative + Project + common + strconv.cpp + Windows + Text + Debug + + + PathRelative + Project + common + stream.cpp + Windows + Text + Debug + + + PathRelative + Project + common + string.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sysopt.cpp + Windows + Text + Debug + + + PathRelative + Project + common + tbarbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + textbuf.cpp + Windows + Text + Debug + + + PathRelative + Project + common + textcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + textfile.cpp + Windows + Text + Debug + + + PathRelative + Project + common + timercmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + tokenzr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + toplvcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + treebase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + txtstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + unzip.c + Windows + Text + Debug + + + PathRelative + Project + common + url.cpp + Windows + Text + Debug + + + PathRelative + Project + common + utilscmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + valgen.cpp + Windows + Text + Debug + + + PathRelative + Project + common + validate.cpp + Windows + Text + Debug + + + PathRelative + Project + common + valtext.cpp + Windows + Text + Debug + + + PathRelative + Project + common + variant.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wfstream.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wincmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wxchar.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wxexpr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + xpmdecod.cpp + Windows + Text + Debug + + + PathRelative + Project + common + zipstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + zstream.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + busyinfo.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + calctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + choicdgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + colrdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dcbuffer.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dcpsg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dirctrlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dirdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dragimgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + fontdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + grid.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + gridctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + gridsel.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + helphtml.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + laywin.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + logg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + msgdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + numdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + panelg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + prntdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + progdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + prop.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + propform.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + proplist.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + sashwin.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + scrlwing.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + spinctlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + splash.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + splitter.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + statusbr.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tabg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tbarsmpl.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + textdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tipdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tipwin.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + treectlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + treelay.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + wizard.cpp + Windows + Text + Debug + + + PathRelative + Project + ..\include + wx_cw_d.pch + Windows + Text + Debug + + + PathRelative + Project + ..\include + wx_cw_d.pch++ + Windows + Text + Debug + + + PathRelative + Project + html + helpctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + html + helpdata.cpp + Windows + Text + Debug + + + PathRelative + Project + html + helpfrm.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlcell.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlfilt.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlpars.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmltag.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlwin.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmprint.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_dflist.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_fonts.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_hline.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_image.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_layout.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_links.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_list.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_meta.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_pre.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_style.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_tables.cpp + Windows + Text + Debug + + + PathRelative + Project + html + winpars.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + volume.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + app.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + bitmap.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + bmpbuttn.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + brush.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + button.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + caret.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + checkbox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + checklst.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + choice.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + clipbrd.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + colordlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + colour.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + combobox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + control.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + curico.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + cursor.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + data.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dc.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcclient.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcmemory.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcprint.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcscreen.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dde.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dialog.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dialup.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dib.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dibutils.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dir.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dirdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dragimag.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + enhmeta.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + evtloop.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fdrepdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + filedlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + font.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fontdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fontenum.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fontutil.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + frame.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gauge95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gdiimage.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gdiobj.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + glcanvas.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gsocket.c + Windows + Text + Debug + + + PathRelative + Project + msw + gsockmsw.c + Windows + Text + Debug + + + PathRelative + Project + msw + helpbest.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + helpchm.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + helpwin.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + icon.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + imaglist.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + iniconf.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + joystick.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + listbox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + listctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + main.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + mdi.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + menu.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + menuitem.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + metafile.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + mimetype.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + minifram.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + msgdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + mslu.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + nativdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + notebook.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ownerdrw.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + palette.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + pen.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + penwin.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + printdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + printwin.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + radiobox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + radiobut.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + regconf.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + region.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + registry.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + scrolbar.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + settings.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + slider95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + snglinst.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + spinbutt.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + spinctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statbmp.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statbox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statbr95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statline.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + stattext.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tabctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + taskbar.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tbar95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + textctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tglbtn.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + thread.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + timer.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tooltip.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + toplevel.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + treectrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + utils.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + utilsexc.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + accel.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + wave.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + window.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\automtn.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\dataobj.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\dropsrc.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\droptgt.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\oleutils.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\uuid.cpp + Windows + Text + Debug + + + RootRelative + Project + ..\lib\jpeg.lib + Windows + Library + Debug, TargetOutputFile + + + RootRelative + Project + ..\lib\png.lib + Windows + Library + Debug, TargetOutputFile + + + RootRelative + Project + ..\lib\tiff.lib + Windows + Library + Debug, TargetOutputFile + + + RootRelative + Project + ..\lib\zlib.lib + Windows + Library + Debug, TargetOutputFile + + + + + PathRelative + Project + ..\include + wx_cw_d.pch + Windows + + + PathRelative + Project + ..\include + wx_cw_d.pch++ + Windows + + + PathRelative + Project + common + ftp.cpp + Windows + + + PathRelative + Project + common + artprov.cpp + Windows + + + PathRelative + Project + common + artstd.cpp + Windows + + + PathRelative + Project + common + choiccmn.cpp + Windows + + + PathRelative + Project + common + clipcmn.cpp + Windows + + + PathRelative + Project + common + clntdata.cpp + Windows + + + PathRelative + Project + common + cmdline.cpp + Windows + + + PathRelative + Project + common + cmdproc.cpp + Windows + + + PathRelative + Project + common + cmndata.cpp + Windows + + + PathRelative + Project + common + config.cpp + Windows + + + PathRelative + Project + common + containr.cpp + Windows + + + PathRelative + Project + common + cshelp.cpp + Windows + + + PathRelative + Project + common + ctrlcmn.cpp + Windows + + + PathRelative + Project + common + ctrlsub.cpp + Windows + + + PathRelative + Project + common + cwy_tab.c + Windows + + + PathRelative + Project + common + datetime.cpp + Windows + + + PathRelative + Project + common + datstrm.cpp + Windows + + + PathRelative + Project + common + db.cpp + Windows + + + PathRelative + Project + common + dbgrid.cpp + Windows + + + PathRelative + Project + common + dbtable.cpp + Windows + + + PathRelative + Project + common + dcbase.cpp + Windows + + + PathRelative + Project + common + dircmn.cpp + Windows + + + PathRelative + Project + common + dlgcmn.cpp + Windows + + + PathRelative + Project + common + dndcmn.cpp + Windows + + + PathRelative + Project + common + dobjcmn.cpp + Windows + + + PathRelative + Project + common + docmdi.cpp + Windows + + + PathRelative + Project + common + docview.cpp + Windows + + + PathRelative + Project + common + dseldlg.cpp + Windows + + + PathRelative + Project + common + dynarray.cpp + Windows + + + PathRelative + Project + common + dynlib.cpp + Windows + + + PathRelative + Project + common + dynload.cpp + Windows + + + PathRelative + Project + common + effects.cpp + Windows + + + PathRelative + Project + common + encconv.cpp + Windows + + + PathRelative + Project + common + event.cpp + Windows + + + PathRelative + Project + common + extended.c + Windows + + + PathRelative + Project + common + fddlgcmn.cpp + Windows + + + PathRelative + Project + common + ffile.cpp + Windows + + + PathRelative + Project + common + file.cpp + Windows + + + PathRelative + Project + common + fileconf.cpp + Windows + + + PathRelative + Project + common + filefn.cpp + Windows + + + PathRelative + Project + common + filename.cpp + Windows + + + PathRelative + Project + common + filesys.cpp + Windows + + + PathRelative + Project + common + fontcmn.cpp + Windows + + + PathRelative + Project + common + fontmap.cpp + Windows + + + PathRelative + Project + common + framecmn.cpp + Windows + + + PathRelative + Project + common + fs_inet.cpp + Windows + + + PathRelative + Project + common + fs_mem.cpp + Windows + + + PathRelative + Project + common + fs_zip.cpp + Windows + + + PathRelative + Project + common + appcmn.cpp + Windows + + + PathRelative + Project + common + gaugecmn.cpp + Windows + + + PathRelative + Project + common + gdicmn.cpp + Windows + + + PathRelative + Project + common + geometry.cpp + Windows + + + PathRelative + Project + common + gifdecod.cpp + Windows + + + PathRelative + Project + common + hash.cpp + Windows + + + PathRelative + Project + common + hashmap.cpp + Windows + + + PathRelative + Project + common + helpbase.cpp + Windows + + + PathRelative + Project + common + http.cpp + Windows + + + PathRelative + Project + common + iconbndl.cpp + Windows + + + PathRelative + Project + common + imagall.cpp + Windows + + + PathRelative + Project + common + imagbmp.cpp + Windows + + + PathRelative + Project + common + image.cpp + Windows + + + PathRelative + Project + common + imagfill.cpp + Windows + + + PathRelative + Project + common + imaggif.cpp + Windows + + + PathRelative + Project + common + imagiff.cpp + Windows + + + PathRelative + Project + common + imagjpeg.cpp + Windows + + + PathRelative + Project + common + imagpcx.cpp + Windows + + + PathRelative + Project + common + imagpng.cpp + Windows + + + PathRelative + Project + common + imagpnm.cpp + Windows + + + PathRelative + Project + common + imagtiff.cpp + Windows + + + PathRelative + Project + common + imagxpm.cpp + Windows + + + PathRelative + Project + common + intl.cpp + Windows + + + PathRelative + Project + common + ipcbase.cpp + Windows + + + PathRelative + Project + common + layout.cpp + Windows + + + PathRelative + Project + common + lboxcmn.cpp + Windows + + + PathRelative + Project + common + list.cpp + Windows + + + PathRelative + Project + common + log.cpp + Windows + + + PathRelative + Project + common + longlong.cpp + Windows + + + PathRelative + Project + common + matrix.cpp + Windows + + + PathRelative + Project + common + memory.cpp + Windows + + + PathRelative + Project + common + menucmn.cpp + Windows + + + PathRelative + Project + common + mimecmn.cpp + Windows + + + PathRelative + Project + common + module.cpp + Windows + + + PathRelative + Project + common + mstream.cpp + Windows + + + PathRelative + Project + common + nbkbase.cpp + Windows + + + PathRelative + Project + common + object.cpp + Windows + + + PathRelative + Project + common + odbc.cpp + Windows + + + PathRelative + Project + common + paper.cpp + Windows + + + PathRelative + Project + common + popupcmn.cpp + Windows + + + PathRelative + Project + common + prntbase.cpp + Windows + + + PathRelative + Project + common + process.cpp + Windows + + + PathRelative + Project + common + protocol.cpp + Windows + + + PathRelative + Project + common + quantize.cpp + Windows + + + PathRelative + Project + common + radiocmn.cpp + Windows + + + PathRelative + Project + common + regex.cpp + Windows + + + PathRelative + Project + common + resource.cpp + Windows + + + PathRelative + Project + common + sckaddr.cpp + Windows + + + PathRelative + Project + common + sckfile.cpp + Windows + + + PathRelative + Project + common + sckipc.cpp + Windows + + + PathRelative + Project + common + sckstrm.cpp + Windows + + + PathRelative + Project + common + sizer.cpp + Windows + + + PathRelative + Project + common + socket.cpp + Windows + + + PathRelative + Project + common + statbar.cpp + Windows + + + PathRelative + Project + common + strconv.cpp + Windows + + + PathRelative + Project + common + stream.cpp + Windows + + + PathRelative + Project + common + string.cpp + Windows + + + PathRelative + Project + common + sysopt.cpp + Windows + + + PathRelative + Project + common + tbarbase.cpp + Windows + + + PathRelative + Project + common + textbuf.cpp + Windows + + + PathRelative + Project + common + textcmn.cpp + Windows + + + PathRelative + Project + common + textfile.cpp + Windows + + + PathRelative + Project + common + timercmn.cpp + Windows + + + PathRelative + Project + common + tokenzr.cpp + Windows + + + PathRelative + Project + common + toplvcmn.cpp + Windows + + + PathRelative + Project + common + treebase.cpp + Windows + + + PathRelative + Project + common + txtstrm.cpp + Windows + + + PathRelative + Project + common + unzip.c + Windows + + + PathRelative + Project + common + url.cpp + Windows + + + PathRelative + Project + common + utilscmn.cpp + Windows + + + PathRelative + Project + common + valgen.cpp + Windows + + + PathRelative + Project + common + validate.cpp + Windows + + + PathRelative + Project + common + valtext.cpp + Windows + + + PathRelative + Project + common + variant.cpp + Windows + + + PathRelative + Project + common + wfstream.cpp + Windows + + + PathRelative + Project + common + wincmn.cpp + Windows + + + PathRelative + Project + common + wxchar.cpp + Windows + + + PathRelative + Project + common + wxexpr.cpp + Windows + + + PathRelative + Project + common + xpmdecod.cpp + Windows + + + PathRelative + Project + common + zipstrm.cpp + Windows + + + PathRelative + Project + common + zstream.cpp + Windows + + + PathRelative + Project + generic + busyinfo.cpp + Windows + + + PathRelative + Project + generic + calctrl.cpp + Windows + + + PathRelative + Project + generic + choicdgg.cpp + Windows + + + PathRelative + Project + generic + colrdlgg.cpp + Windows + + + PathRelative + Project + generic + dcbuffer.cpp + Windows + + + PathRelative + Project + generic + dcpsg.cpp + Windows + + + PathRelative + Project + generic + dirctrlg.cpp + Windows + + + PathRelative + Project + generic + dirdlgg.cpp + Windows + + + PathRelative + Project + generic + dragimgg.cpp + Windows + + + PathRelative + Project + generic + fontdlgg.cpp + Windows + + + PathRelative + Project + generic + grid.cpp + Windows + + + PathRelative + Project + generic + gridctrl.cpp + Windows + + + PathRelative + Project + generic + gridsel.cpp + Windows + + + PathRelative + Project + generic + helphtml.cpp + Windows + + + PathRelative + Project + generic + laywin.cpp + Windows + + + PathRelative + Project + generic + logg.cpp + Windows + + + PathRelative + Project + generic + msgdlgg.cpp + Windows + + + PathRelative + Project + generic + numdlgg.cpp + Windows + + + PathRelative + Project + generic + panelg.cpp + Windows + + + PathRelative + Project + generic + prntdlgg.cpp + Windows + + + PathRelative + Project + generic + progdlgg.cpp + Windows + + + PathRelative + Project + generic + prop.cpp + Windows + + + PathRelative + Project + generic + propform.cpp + Windows + + + PathRelative + Project + generic + proplist.cpp + Windows + + + PathRelative + Project + generic + sashwin.cpp + Windows + + + PathRelative + Project + generic + scrlwing.cpp + Windows + + + PathRelative + Project + generic + spinctlg.cpp + Windows + + + PathRelative + Project + generic + splash.cpp + Windows + + + PathRelative + Project + generic + splitter.cpp + Windows + + + PathRelative + Project + generic + statusbr.cpp + Windows + + + PathRelative + Project + generic + tabg.cpp + Windows + + + PathRelative + Project + generic + tbarsmpl.cpp + Windows + + + PathRelative + Project + generic + textdlgg.cpp + Windows + + + PathRelative + Project + generic + tipdlg.cpp + Windows + + + PathRelative + Project + generic + tipwin.cpp + Windows + + + PathRelative + Project + generic + treectlg.cpp + Windows + + + PathRelative + Project + generic + treelay.cpp + Windows + + + PathRelative + Project + generic + wizard.cpp + Windows + + + PathRelative + Project + html + helpctrl.cpp + Windows + + + PathRelative + Project + html + helpdata.cpp + Windows + + + PathRelative + Project + html + helpfrm.cpp + Windows + + + PathRelative + Project + html + htmlcell.cpp + Windows + + + PathRelative + Project + html + htmlfilt.cpp + Windows + + + PathRelative + Project + html + htmlpars.cpp + Windows + + + PathRelative + Project + html + htmltag.cpp + Windows + + + PathRelative + Project + html + htmlwin.cpp + Windows + + + PathRelative + Project + html + htmprint.cpp + Windows + + + PathRelative + Project + html + m_dflist.cpp + Windows + + + PathRelative + Project + html + m_fonts.cpp + Windows + + + PathRelative + Project + html + m_hline.cpp + Windows + + + PathRelative + Project + html + m_image.cpp + Windows + + + PathRelative + Project + html + m_layout.cpp + Windows + + + PathRelative + Project + html + m_links.cpp + Windows + + + PathRelative + Project + html + m_list.cpp + Windows + + + PathRelative + Project + html + m_meta.cpp + Windows + + + PathRelative + Project + html + m_pre.cpp + Windows + + + PathRelative + Project + html + m_style.cpp + Windows + + + PathRelative + Project + html + m_tables.cpp + Windows + + + PathRelative + Project + html + winpars.cpp + Windows + + + PathRelative + Project + msw + volume.cpp + Windows + + + PathRelative + Project + msw + app.cpp + Windows + + + PathRelative + Project + msw + bitmap.cpp + Windows + + + PathRelative + Project + msw + bmpbuttn.cpp + Windows + + + PathRelative + Project + msw + brush.cpp + Windows + + + PathRelative + Project + msw + button.cpp + Windows + + + PathRelative + Project + msw + caret.cpp + Windows + + + PathRelative + Project + msw + checkbox.cpp + Windows + + + PathRelative + Project + msw + checklst.cpp + Windows + + + PathRelative + Project + msw + choice.cpp + Windows + + + PathRelative + Project + msw + clipbrd.cpp + Windows + + + PathRelative + Project + msw + colordlg.cpp + Windows + + + PathRelative + Project + msw + colour.cpp + Windows + + + PathRelative + Project + msw + combobox.cpp + Windows + + + PathRelative + Project + msw + control.cpp + Windows + + + PathRelative + Project + msw + curico.cpp + Windows + + + PathRelative + Project + msw + cursor.cpp + Windows + + + PathRelative + Project + msw + data.cpp + Windows + + + PathRelative + Project + msw + dc.cpp + Windows + + + PathRelative + Project + msw + dcclient.cpp + Windows + + + PathRelative + Project + msw + dcmemory.cpp + Windows + + + PathRelative + Project + msw + dcprint.cpp + Windows + + + PathRelative + Project + msw + dcscreen.cpp + Windows + + + PathRelative + Project + msw + dde.cpp + Windows + + + PathRelative + Project + msw + dialog.cpp + Windows + + + PathRelative + Project + msw + dialup.cpp + Windows + + + PathRelative + Project + msw + dib.cpp + Windows + + + PathRelative + Project + msw + dibutils.cpp + Windows + + + PathRelative + Project + msw + dir.cpp + Windows + + + PathRelative + Project + msw + dirdlg.cpp + Windows + + + PathRelative + Project + msw + dragimag.cpp + Windows + + + PathRelative + Project + msw + enhmeta.cpp + Windows + + + PathRelative + Project + msw + evtloop.cpp + Windows + + + PathRelative + Project + msw + fdrepdlg.cpp + Windows + + + PathRelative + Project + msw + filedlg.cpp + Windows + + + PathRelative + Project + msw + font.cpp + Windows + + + PathRelative + Project + msw + fontdlg.cpp + Windows + + + PathRelative + Project + msw + fontenum.cpp + Windows + + + PathRelative + Project + msw + fontutil.cpp + Windows + + + PathRelative + Project + msw + frame.cpp + Windows + + + PathRelative + Project + msw + gauge95.cpp + Windows + + + PathRelative + Project + msw + gdiimage.cpp + Windows + + + PathRelative + Project + msw + gdiobj.cpp + Windows + + + PathRelative + Project + msw + glcanvas.cpp + Windows + + + PathRelative + Project + msw + gsocket.c + Windows + + + PathRelative + Project + msw + gsockmsw.c + Windows + + + PathRelative + Project + msw + helpbest.cpp + Windows + + + PathRelative + Project + msw + helpchm.cpp + Windows + + + PathRelative + Project + msw + helpwin.cpp + Windows + + + PathRelative + Project + msw + icon.cpp + Windows + + + PathRelative + Project + msw + imaglist.cpp + Windows + + + PathRelative + Project + msw + iniconf.cpp + Windows + + + PathRelative + Project + msw + joystick.cpp + Windows + + + PathRelative + Project + msw + listbox.cpp + Windows + + + PathRelative + Project + msw + listctrl.cpp + Windows + + + PathRelative + Project + msw + main.cpp + Windows + + + PathRelative + Project + msw + mdi.cpp + Windows + + + PathRelative + Project + msw + menu.cpp + Windows + + + PathRelative + Project + msw + menuitem.cpp + Windows + + + PathRelative + Project + msw + metafile.cpp + Windows + + + PathRelative + Project + msw + mimetype.cpp + Windows + + + PathRelative + Project + msw + minifram.cpp + Windows + + + PathRelative + Project + msw + msgdlg.cpp + Windows + + + PathRelative + Project + msw + mslu.cpp + Windows + + + PathRelative + Project + msw + nativdlg.cpp + Windows + + + PathRelative + Project + msw + notebook.cpp + Windows + + + PathRelative + Project + msw + ownerdrw.cpp + Windows + + + PathRelative + Project + msw + palette.cpp + Windows + + + PathRelative + Project + msw + pen.cpp + Windows + + + PathRelative + Project + msw + penwin.cpp + Windows + + + PathRelative + Project + msw + printdlg.cpp + Windows + + + PathRelative + Project + msw + printwin.cpp + Windows + + + PathRelative + Project + msw + radiobox.cpp + Windows + + + PathRelative + Project + msw + radiobut.cpp + Windows + + + PathRelative + Project + msw + regconf.cpp + Windows + + + PathRelative + Project + msw + region.cpp + Windows + + + PathRelative + Project + msw + registry.cpp + Windows + + + PathRelative + Project + msw + scrolbar.cpp + Windows + + + PathRelative + Project + msw + settings.cpp + Windows + + + PathRelative + Project + msw + slider95.cpp + Windows + + + PathRelative + Project + msw + snglinst.cpp + Windows + + + PathRelative + Project + msw + spinbutt.cpp + Windows + + + PathRelative + Project + msw + spinctrl.cpp + Windows + + + PathRelative + Project + msw + statbmp.cpp + Windows + + + PathRelative + Project + msw + statbox.cpp + Windows + + + PathRelative + Project + msw + statbr95.cpp + Windows + + + PathRelative + Project + msw + statline.cpp + Windows + + + PathRelative + Project + msw + stattext.cpp + Windows + + + PathRelative + Project + msw + tabctrl.cpp + Windows + + + PathRelative + Project + msw + taskbar.cpp + Windows + + + PathRelative + Project + msw + tbar95.cpp + Windows + + + PathRelative + Project + msw + textctrl.cpp + Windows + + + PathRelative + Project + msw + tglbtn.cpp + Windows + + + PathRelative + Project + msw + thread.cpp + Windows + + + PathRelative + Project + msw + timer.cpp + Windows + + + PathRelative + Project + msw + tooltip.cpp + Windows + + + PathRelative + Project + msw + toplevel.cpp + Windows + + + PathRelative + Project + msw + treectrl.cpp + Windows + + + PathRelative + Project + msw + utils.cpp + Windows + + + PathRelative + Project + msw + utilsexc.cpp + Windows + + + PathRelative + Project + msw + accel.cpp + Windows + + + PathRelative + Project + msw + wave.cpp + Windows + + + PathRelative + Project + msw + window.cpp + Windows + + + PathRelative + Project + msw + ole\automtn.cpp + Windows + + + PathRelative + Project + msw + ole\dataobj.cpp + Windows + + + PathRelative + Project + msw + ole\dropsrc.cpp + Windows + + + PathRelative + Project + msw + ole\droptgt.cpp + Windows + + + PathRelative + Project + msw + ole\oleutils.cpp + Windows + + + PathRelative + Project + msw + ole\uuid.cpp + Windows + + + RootRelative + Project + ..\lib\zlib.lib + Windows + + + RootRelative + Project + ..\lib\tiff.lib + Windows + + + RootRelative + Project + ..\lib\png.lib + Windows + + + RootRelative + Project + ..\lib\jpeg.lib + Windows + + + + + copySetupDebug + + + jpeg + LinkAgainst + + RootRelative + Project + ..\lib\jpeg.lib + Windows + + + + png + LinkAgainst + + RootRelative + Project + ..\lib\png.lib + Windows + + + + tiff + LinkAgainst + + RootRelative + Project + ..\lib\tiff.lib + Windows + + + + zlib + LinkAgainst + + RootRelative + Project + ..\lib\zlib.lib + Windows + + + + + + jpeg + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + PathMSL + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + PathWin32-x86 Support + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + Targetnamejpeg + OutputDirectory + Path..\lib + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathstrue + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.h++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.hpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.ord + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiLIB + FileExtension + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiOBJ + FileExtension + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.a + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.o + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosetrue + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixnamejpeg_CW_Prefix.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen1 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeLibrary + MWProject_X86_outfilejpeg.lib + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + PathRelative + Project + + jpeg\jdphuff.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcapistd.c + Windows + Text + + + + PathRelative + Project + + jpeg\jccoefct.c + Windows + Text + + + + PathRelative + Project + + jpeg\jccolor.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcdctmgr.c + Windows + Text + + + + PathRelative + Project + + jpeg\jchuff.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcinit.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcmainct.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcmarker.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcmaster.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcomapi.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcparam.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcphuff.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcprepct.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcsample.c + Windows + Text + + + + PathRelative + Project + + jpeg\jctrans.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdapimin.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdapistd.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdatadst.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdatasrc.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdcoefct.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdcolor.c + Windows + Text + + + + PathRelative + Project + + jpeg\jddctmgr.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdhuff.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdinput.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdmainct.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdmarker.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdmaster.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdmerge.c + Windows + Text + + + + PathRelative + Project + + jpeg\jcapimin.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdpostct.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdsample.c + Windows + Text + + + + PathRelative + Project + + jpeg\jdtrans.c + Windows + Text + + + + PathRelative + Project + + jpeg\jerror.c + Windows + Text + + + + PathRelative + Project + + jpeg\jfdctflt.c + Windows + Text + + + + PathRelative + Project + + jpeg\jfdctfst.c + Windows + Text + + + + PathRelative + Project + + jpeg\jfdctint.c + Windows + Text + + + + PathRelative + Project + + jpeg\jidctflt.c + Windows + Text + + + + PathRelative + Project + + jpeg\jidctfst.c + Windows + Text + + + + PathRelative + Project + + jpeg\jidctint.c + Windows + Text + + + + PathRelative + Project + + jpeg\jidctred.c + Windows + Text + + + + PathRelative + Project + + jpeg\jmemansi.c + Windows + Text + + + + PathRelative + Project + + jpeg\jmemmgr.c + Windows + Text + + + + PathRelative + Project + + jpeg\jquant1.c + Windows + Text + + + + PathRelative + Project + + jpeg\jquant2.c + Windows + Text + + + + PathRelative + Project + + jpeg\jutils.c + Windows + Text + + + + + + PathRelative + Project + + jpeg\jdphuff.c + Windows + + + PathRelative + Project + + jpeg\jcapistd.c + Windows + + + PathRelative + Project + + jpeg\jccoefct.c + Windows + + + PathRelative + Project + + jpeg\jccolor.c + Windows + + + PathRelative + Project + + jpeg\jcdctmgr.c + Windows + + + PathRelative + Project + + jpeg\jchuff.c + Windows + + + PathRelative + Project + + jpeg\jcinit.c + Windows + + + PathRelative + Project + + jpeg\jcmainct.c + Windows + + + PathRelative + Project + + jpeg\jcmarker.c + Windows + + + PathRelative + Project + + jpeg\jcmaster.c + Windows + + + PathRelative + Project + + jpeg\jcomapi.c + Windows + + + PathRelative + Project + + jpeg\jcparam.c + Windows + + + PathRelative + Project + + jpeg\jcphuff.c + Windows + + + PathRelative + Project + + jpeg\jcprepct.c + Windows + + + PathRelative + Project + + jpeg\jcsample.c + Windows + + + PathRelative + Project + + jpeg\jctrans.c + Windows + + + PathRelative + Project + + jpeg\jdapimin.c + Windows + + + PathRelative + Project + + jpeg\jdapistd.c + Windows + + + PathRelative + Project + + jpeg\jdatadst.c + Windows + + + PathRelative + Project + + jpeg\jdatasrc.c + Windows + + + PathRelative + Project + + jpeg\jdcoefct.c + Windows + + + PathRelative + Project + + jpeg\jdcolor.c + Windows + + + PathRelative + Project + + jpeg\jddctmgr.c + Windows + + + PathRelative + Project + + jpeg\jdhuff.c + Windows + + + PathRelative + Project + + jpeg\jdinput.c + Windows + + + PathRelative + Project + + jpeg\jdmainct.c + Windows + + + PathRelative + Project + + jpeg\jdmarker.c + Windows + + + PathRelative + Project + + jpeg\jdmaster.c + Windows + + + PathRelative + Project + + jpeg\jdmerge.c + Windows + + + PathRelative + Project + + jpeg\jcapimin.c + Windows + + + PathRelative + Project + + jpeg\jdpostct.c + Windows + + + PathRelative + Project + + jpeg\jdsample.c + Windows + + + PathRelative + Project + + jpeg\jdtrans.c + Windows + + + PathRelative + Project + + jpeg\jerror.c + Windows + + + PathRelative + Project + + jpeg\jfdctflt.c + Windows + + + PathRelative + Project + + jpeg\jfdctfst.c + Windows + + + PathRelative + Project + + jpeg\jfdctint.c + Windows + + + PathRelative + Project + + jpeg\jidctflt.c + Windows + + + PathRelative + Project + + jpeg\jidctfst.c + Windows + + + PathRelative + Project + + jpeg\jidctint.c + Windows + + + PathRelative + Project + + jpeg\jidctred.c + Windows + + + PathRelative + Project + + jpeg\jmemansi.c + Windows + + + PathRelative + Project + + jpeg\jmemmgr.c + Windows + + + PathRelative + Project + + jpeg\jquant1.c + Windows + + + PathRelative + Project + + jpeg\jquant2.c + Windows + + + PathRelative + Project + + jpeg\jutils.c + Windows + + + + + copySetupRelease + + + + + png + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + PathMSL + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + PathWin32-x86 Support + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + Targetnamepng + OutputDirectory + Path..\lib + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathstrue + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.h++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.hpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.ord + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiLIB + FileExtension + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiOBJ + FileExtension + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.a + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.o + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosetrue + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen1 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeLibrary + MWProject_X86_outfilepng.lib + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + PathRelative + Project + + png\pngtrans.c + Windows + Text + + + + PathRelative + Project + + png\pngerror.c + Windows + Text + + + + PathRelative + Project + + png\pngget.c + Windows + Text + + + + PathRelative + Project + + png\pngmem.c + Windows + Text + + + + PathRelative + Project + + png\pngpread.c + Windows + Text + + + + PathRelative + Project + + png\pngread.c + Windows + Text + + + + PathRelative + Project + + png\pngrio.c + Windows + Text + + + + PathRelative + Project + + png\pngrtran.c + Windows + Text + + + + PathRelative + Project + + png\pngrutil.c + Windows + Text + + + + PathRelative + Project + + png\pngset.c + Windows + Text + + + + PathRelative + Project + + png\png.c + Windows + Text + + + + PathRelative + Project + + png\pngwio.c + Windows + Text + + + + PathRelative + Project + + png\pngwrite.c + Windows + Text + + + + PathRelative + Project + + png\pngwtran.c + Windows + Text + + + + PathRelative + Project + + png\pngwutil.c + Windows + Text + + + + + + PathRelative + Project + + png\pngtrans.c + Windows + + + PathRelative + Project + + png\pngerror.c + Windows + + + PathRelative + Project + + png\pngget.c + Windows + + + PathRelative + Project + + png\pngmem.c + Windows + + + PathRelative + Project + + png\pngpread.c + Windows + + + PathRelative + Project + + png\pngread.c + Windows + + + PathRelative + Project + + png\pngrio.c + Windows + + + PathRelative + Project + + png\pngrtran.c + Windows + + + PathRelative + Project + + png\pngrutil.c + Windows + + + PathRelative + Project + + png\pngset.c + Windows + + + PathRelative + Project + + png\png.c + Windows + + + PathRelative + Project + + png\pngwio.c + Windows + + + PathRelative + Project + + png\pngwrite.c + Windows + + + PathRelative + Project + + png\pngwtran.c + Windows + + + PathRelative + Project + + png\pngwutil.c + Windows + + + + + copySetupRelease + + + + + tiff + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + PathMSL + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + PathWin32-x86 Support + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + Targetnametiff + OutputDirectory + Path..\lib + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathstrue + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.h++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.hpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.ord + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiLIB + FileExtension + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiOBJ + FileExtension + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.a + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.o + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosetrue + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixnametiff_CW_Prefix.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen1 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeLibrary + MWProject_X86_outfiletiff.lib + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + PathRelative + Project + + tiff\tif_next.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_close.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_codec.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_compress.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_dir.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_dirinfo.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_dirread.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_dirwrite.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_dumpmode.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_error.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_fax3.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_fax3sm.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_flush.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_getimage.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_jpeg.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_luv.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_lzw.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_aux.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_open.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_packbits.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_pixarlog.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_predict.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_print.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_read.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_strip.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_swab.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_thunder.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_tile.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_version.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_warning.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_win32.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_write.c + Windows + Text + + + + PathRelative + Project + + tiff\tif_zip.c + Windows + Text + + + + + + PathRelative + Project + + tiff\tif_next.c + Windows + + + PathRelative + Project + + tiff\tif_close.c + Windows + + + PathRelative + Project + + tiff\tif_codec.c + Windows + + + PathRelative + Project + + tiff\tif_compress.c + Windows + + + PathRelative + Project + + tiff\tif_dir.c + Windows + + + PathRelative + Project + + tiff\tif_dirinfo.c + Windows + + + PathRelative + Project + + tiff\tif_dirread.c + Windows + + + PathRelative + Project + + tiff\tif_dirwrite.c + Windows + + + PathRelative + Project + + tiff\tif_dumpmode.c + Windows + + + PathRelative + Project + + tiff\tif_error.c + Windows + + + PathRelative + Project + + tiff\tif_fax3.c + Windows + + + PathRelative + Project + + tiff\tif_fax3sm.c + Windows + + + PathRelative + Project + + tiff\tif_flush.c + Windows + + + PathRelative + Project + + tiff\tif_getimage.c + Windows + + + PathRelative + Project + + tiff\tif_jpeg.c + Windows + + + PathRelative + Project + + tiff\tif_luv.c + Windows + + + PathRelative + Project + + tiff\tif_lzw.c + Windows + + + PathRelative + Project + + tiff\tif_aux.c + Windows + + + PathRelative + Project + + tiff\tif_open.c + Windows + + + PathRelative + Project + + tiff\tif_packbits.c + Windows + + + PathRelative + Project + + tiff\tif_pixarlog.c + Windows + + + PathRelative + Project + + tiff\tif_predict.c + Windows + + + PathRelative + Project + + tiff\tif_print.c + Windows + + + PathRelative + Project + + tiff\tif_read.c + Windows + + + PathRelative + Project + + tiff\tif_strip.c + Windows + + + PathRelative + Project + + tiff\tif_swab.c + Windows + + + PathRelative + Project + + tiff\tif_thunder.c + Windows + + + PathRelative + Project + + tiff\tif_tile.c + Windows + + + PathRelative + Project + + tiff\tif_version.c + Windows + + + PathRelative + Project + + tiff\tif_warning.c + Windows + + + PathRelative + Project + + tiff\tif_win32.c + Windows + + + PathRelative + Project + + tiff\tif_write.c + Windows + + + PathRelative + Project + + tiff\tif_zip.c + Windows + + + + + copySetupRelease + + + + + zlib + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + PathMSL + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + PathWin32-x86 Support + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + Targetnamezlib + OutputDirectory + Path..\lib + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathstrue + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.h++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.hpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.ord + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiLIB + FileExtension + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiOBJ + FileExtension + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.a + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.o + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosetrue + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen1 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeLibrary + MWProject_X86_outfilezlib.lib + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + PathRelative + Project + + zlib\compress.c + Windows + Text + + + + PathRelative + Project + + zlib\crc32.c + Windows + Text + + + + PathRelative + Project + + zlib\gzio.c + Windows + Text + + + + PathRelative + Project + + zlib\infblock.c + Windows + Text + + + + PathRelative + Project + + zlib\infcodes.c + Windows + Text + + + + PathRelative + Project + + zlib\inffast.c + Windows + Text + + + + PathRelative + Project + + zlib\inflate.c + Windows + Text + + + + PathRelative + Project + + zlib\inftrees.c + Windows + Text + + + + PathRelative + Project + + zlib\infutil.c + Windows + Text + + + + PathRelative + Project + + zlib\adler32.c + Windows + Text + + + + PathRelative + Project + + zlib\trees.c + Windows + Text + + + + PathRelative + Project + + zlib\uncompr.c + Windows + Text + + + + PathRelative + Project + + zlib\zutil.c + Windows + Text + + + + PathRelative + Project + + zlib\deflate.c + Windows + Text + + + + + + PathRelative + Project + + zlib\compress.c + Windows + + + PathRelative + Project + + zlib\crc32.c + Windows + + + PathRelative + Project + + zlib\gzio.c + Windows + + + PathRelative + Project + + zlib\infblock.c + Windows + + + PathRelative + Project + + zlib\infcodes.c + Windows + + + PathRelative + Project + + zlib\inffast.c + Windows + + + PathRelative + Project + + zlib\inflate.c + Windows + + + PathRelative + Project + + zlib\inftrees.c + Windows + + + PathRelative + Project + + zlib\infutil.c + Windows + + + PathRelative + Project + + zlib\adler32.c + Windows + + + PathRelative + Project + + zlib\trees.c + Windows + + + PathRelative + Project + + zlib\uncompr.c + Windows + + + PathRelative + Project + + zlib\zutil.c + Windows + + + PathRelative + Project + + zlib\deflate.c + Windows + + + + + copySetupRelease + + + + + wxlib Win32 release + + + + UserSourceTrees + + + AlwaysSearchUserPathstrue + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path..\lib\cw7msw\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Path..\include + PathFormatWindows + PathRootProject + + Recursivefalse + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathgeneric + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathmsw + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathcommon + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathzlib + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathpng + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathjpeg + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathiodbc + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathtiff + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathhtml + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + Pathregex + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + PathMSL + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SearchPath + PathWin32-x86 Support + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerWin32 x86 Linker + PreLinker + PostLinker + Targetnamewxlib Win32 release + OutputDirectory + Path..\lib + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathstrue + + + FileMappings + + FileTypeTEXT + FileExtension.c + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.c++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cc + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.cpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.def + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.h + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.h++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.hpp + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMaketrue + + + FileTypeTEXT + FileExtension.ord + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pch++ + CompilerMW C/C++ x86 + EditLanguageC/C++ + Precompiletrue + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.rc + CompilerMW WinRC + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiLIB + FileExtension + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeiOBJ + FileExtension + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.a + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.doc + Compiler + EditLanguage + Precompilefalse + Launchabletrue + ResourceFilefalse + IgnoredByMaketrue + + + FileExtension.lib + CompilerLib Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.o + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.obj + CompilerObj Import x86 + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileExtension.res + CompilerWinRes Import + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLstrue + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorPentiumII + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo0 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosetrue + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle1 + MWFrontEnd_C_prefixname/wx/wx_cw.h + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel8 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV0 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeLibrary + MWProject_X86_outfilewx_x86.lib + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel4 + GlobalOptimizer_X86__optforSpeed + + + + PathRelative + Project + common + ftp.cpp + Windows + Text + Debug + + + PathRelative + Project + common + artprov.cpp + Windows + Text + Debug + + + PathRelative + Project + common + artstd.cpp + Windows + Text + Debug + + + PathRelative + Project + common + choiccmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + clipcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + clntdata.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cmdline.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cmdproc.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cmndata.cpp + Windows + Text + Debug + + + PathRelative + Project + common + config.cpp + Windows + Text + Debug + + + PathRelative + Project + common + containr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cshelp.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ctrlcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ctrlsub.cpp + Windows + Text + Debug + + + PathRelative + Project + common + cwy_tab.c + Windows + Text + Debug + + + PathRelative + Project + common + datetime.cpp + Windows + Text + Debug + + + PathRelative + Project + common + datstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + db.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dbgrid.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dbtable.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dcbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dircmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dlgcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dndcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dobjcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + docmdi.cpp + Windows + Text + Debug + + + PathRelative + Project + common + docview.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dseldlg.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dynarray.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dynlib.cpp + Windows + Text + Debug + + + PathRelative + Project + common + dynload.cpp + Windows + Text + Debug + + + PathRelative + Project + common + effects.cpp + Windows + Text + Debug + + + PathRelative + Project + common + encconv.cpp + Windows + Text + Debug + + + PathRelative + Project + common + event.cpp + Windows + Text + Debug + + + PathRelative + Project + common + extended.c + Windows + Text + Debug + + + PathRelative + Project + common + fddlgcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ffile.cpp + Windows + Text + Debug + + + PathRelative + Project + common + file.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fileconf.cpp + Windows + Text + Debug + + + PathRelative + Project + common + filefn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + filename.cpp + Windows + Text + Debug + + + PathRelative + Project + common + filesys.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fontcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fontmap.cpp + Windows + Text + Debug + + + PathRelative + Project + common + framecmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fs_inet.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fs_mem.cpp + Windows + Text + Debug + + + PathRelative + Project + common + fs_zip.cpp + Windows + Text + Debug + + + PathRelative + Project + common + appcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + gaugecmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + gdicmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + geometry.cpp + Windows + Text + Debug + + + PathRelative + Project + common + gifdecod.cpp + Windows + Text + Debug + + + PathRelative + Project + common + hash.cpp + Windows + Text + Debug + + + PathRelative + Project + common + hashmap.cpp + Windows + Text + Debug + + + PathRelative + Project + common + helpbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + http.cpp + Windows + Text + Debug + + + PathRelative + Project + common + iconbndl.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagall.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagbmp.cpp + Windows + Text + Debug + + + PathRelative + Project + common + image.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagfill.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imaggif.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagiff.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagjpeg.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagpcx.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagpng.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagpnm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagtiff.cpp + Windows + Text + Debug + + + PathRelative + Project + common + imagxpm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + intl.cpp + Windows + Text + Debug + + + PathRelative + Project + common + ipcbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + layout.cpp + Windows + Text + Debug + + + PathRelative + Project + common + lboxcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + list.cpp + Windows + Text + Debug + + + PathRelative + Project + common + log.cpp + Windows + Text + Debug + + + PathRelative + Project + common + longlong.cpp + Windows + Text + Debug + + + PathRelative + Project + common + matrix.cpp + Windows + Text + Debug + + + PathRelative + Project + common + memory.cpp + Windows + Text + Debug + + + PathRelative + Project + common + menucmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + mimecmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + module.cpp + Windows + Text + Debug + + + PathRelative + Project + common + mstream.cpp + Windows + Text + Debug + + + PathRelative + Project + common + nbkbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + object.cpp + Windows + Text + Debug + + + PathRelative + Project + common + odbc.cpp + Windows + Text + Debug + + + PathRelative + Project + common + paper.cpp + Windows + Text + Debug + + + PathRelative + Project + common + popupcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + prntbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + process.cpp + Windows + Text + Debug + + + PathRelative + Project + common + protocol.cpp + Windows + Text + Debug + + + PathRelative + Project + common + quantize.cpp + Windows + Text + Debug + + + PathRelative + Project + common + radiocmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + regex.cpp + Windows + Text + Debug + + + PathRelative + Project + common + resource.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckaddr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckfile.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckipc.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sckstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sizer.cpp + Windows + Text + Debug + + + PathRelative + Project + common + socket.cpp + Windows + Text + Debug + + + PathRelative + Project + common + statbar.cpp + Windows + Text + Debug + + + PathRelative + Project + common + strconv.cpp + Windows + Text + Debug + + + PathRelative + Project + common + stream.cpp + Windows + Text + Debug + + + PathRelative + Project + common + string.cpp + Windows + Text + Debug + + + PathRelative + Project + common + sysopt.cpp + Windows + Text + Debug + + + PathRelative + Project + common + tbarbase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + textbuf.cpp + Windows + Text + Debug + + + PathRelative + Project + common + textcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + textfile.cpp + Windows + Text + Debug + + + PathRelative + Project + common + timercmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + tokenzr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + toplvcmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + treebase.cpp + Windows + Text + Debug + + + PathRelative + Project + common + txtstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + unzip.c + Windows + Text + Debug + + + PathRelative + Project + common + url.cpp + Windows + Text + Debug + + + PathRelative + Project + common + utilscmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + valgen.cpp + Windows + Text + Debug + + + PathRelative + Project + common + validate.cpp + Windows + Text + Debug + + + PathRelative + Project + common + valtext.cpp + Windows + Text + Debug + + + PathRelative + Project + common + variant.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wfstream.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wincmn.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wxchar.cpp + Windows + Text + Debug + + + PathRelative + Project + common + wxexpr.cpp + Windows + Text + Debug + + + PathRelative + Project + common + xpmdecod.cpp + Windows + Text + Debug + + + PathRelative + Project + common + zipstrm.cpp + Windows + Text + Debug + + + PathRelative + Project + common + zstream.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + busyinfo.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + calctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + choicdgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + colrdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dcbuffer.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dcpsg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dirctrlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dirdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + dragimgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + fontdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + grid.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + gridctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + gridsel.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + helphtml.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + laywin.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + logg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + msgdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + numdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + panelg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + prntdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + progdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + prop.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + propform.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + proplist.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + sashwin.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + scrlwing.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + spinctlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + splash.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + splitter.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + statusbr.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tabg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tbarsmpl.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + textdlgg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tipdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + tipwin.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + treectlg.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + treelay.cpp + Windows + Text + Debug + + + PathRelative + Project + generic + wizard.cpp + Windows + Text + Debug + + + PathRelative + Project + html + helpctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + html + helpdata.cpp + Windows + Text + Debug + + + PathRelative + Project + html + helpfrm.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlcell.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlfilt.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlpars.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmltag.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmlwin.cpp + Windows + Text + Debug + + + PathRelative + Project + html + htmprint.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_dflist.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_fonts.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_hline.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_image.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_layout.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_links.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_list.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_meta.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_pre.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_style.cpp + Windows + Text + Debug + + + PathRelative + Project + html + m_tables.cpp + Windows + Text + Debug + + + PathRelative + Project + html + winpars.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + volume.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + app.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + bitmap.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + bmpbuttn.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + brush.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + button.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + caret.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + checkbox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + checklst.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + choice.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + clipbrd.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + colordlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + colour.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + combobox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + control.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + curico.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + cursor.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + data.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dc.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcclient.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcmemory.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcprint.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dcscreen.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dde.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dialog.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dialup.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dib.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dibutils.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dir.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dirdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + dragimag.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + enhmeta.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + evtloop.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fdrepdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + filedlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + font.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fontdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fontenum.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + fontutil.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + frame.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gauge95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gdiimage.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gdiobj.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + glcanvas.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + gsocket.c + Windows + Text + Debug + + + PathRelative + Project + msw + gsockmsw.c + Windows + Text + Debug + + + PathRelative + Project + msw + helpbest.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + helpchm.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + helpwin.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + icon.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + imaglist.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + iniconf.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + joystick.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + listbox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + listctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + main.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + mdi.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + menu.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + menuitem.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + metafile.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + mimetype.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + minifram.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + msgdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + mslu.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + nativdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + notebook.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ownerdrw.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + palette.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + pen.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + penwin.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + printdlg.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + printwin.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + radiobox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + radiobut.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + regconf.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + region.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + registry.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + scrolbar.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + settings.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + slider95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + snglinst.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + spinbutt.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + spinctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statbmp.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statbox.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statbr95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + statline.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + stattext.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tabctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + taskbar.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tbar95.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + textctrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tglbtn.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + thread.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + timer.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + tooltip.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + toplevel.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + treectrl.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + utils.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + utilsexc.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + accel.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + wave.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + window.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\automtn.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\dataobj.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\dropsrc.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\droptgt.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\oleutils.cpp + Windows + Text + Debug + + + PathRelative + Project + msw + ole\uuid.cpp + Windows + Text + Debug + + + RootRelative + Project + ..\lib\jpeg.lib + Windows + Library + Debug, TargetOutputFile + + + RootRelative + Project + ..\lib\png.lib + Windows + Library + Debug, TargetOutputFile + + + RootRelative + Project + ..\lib\tiff.lib + Windows + Library + Debug, TargetOutputFile + + + RootRelative + Project + ..\lib\zlib.lib + Windows + Library + Debug, TargetOutputFile + + + PathRelative + Project + ..\include + wx_cw.pch + Windows + Text + Debug + + + PathRelative + Project + ..\include + wx_cw.pch++ + Windows + Text + Debug + + + + + PathRelative + Project + ..\include + wx_cw.pch + Windows + + + PathRelative + Project + ..\include + wx_cw.pch++ + Windows + + + PathRelative + Project + common + ftp.cpp + Windows + + + PathRelative + Project + common + artprov.cpp + Windows + + + PathRelative + Project + common + artstd.cpp + Windows + + + PathRelative + Project + common + choiccmn.cpp + Windows + + + PathRelative + Project + common + clipcmn.cpp + Windows + + + PathRelative + Project + common + clntdata.cpp + Windows + + + PathRelative + Project + common + cmdline.cpp + Windows + + + PathRelative + Project + common + cmdproc.cpp + Windows + + + PathRelative + Project + common + cmndata.cpp + Windows + + + PathRelative + Project + common + config.cpp + Windows + + + PathRelative + Project + common + containr.cpp + Windows + + + PathRelative + Project + common + cshelp.cpp + Windows + + + PathRelative + Project + common + ctrlcmn.cpp + Windows + + + PathRelative + Project + common + ctrlsub.cpp + Windows + + + PathRelative + Project + common + cwy_tab.c + Windows + + + PathRelative + Project + common + datetime.cpp + Windows + + + PathRelative + Project + common + datstrm.cpp + Windows + + + PathRelative + Project + common + db.cpp + Windows + + + PathRelative + Project + common + dbgrid.cpp + Windows + + + PathRelative + Project + common + dbtable.cpp + Windows + + + PathRelative + Project + common + dcbase.cpp + Windows + + + PathRelative + Project + common + dircmn.cpp + Windows + + + PathRelative + Project + common + dlgcmn.cpp + Windows + + + PathRelative + Project + common + dndcmn.cpp + Windows + + + PathRelative + Project + common + dobjcmn.cpp + Windows + + + PathRelative + Project + common + docmdi.cpp + Windows + + + PathRelative + Project + common + docview.cpp + Windows + + + PathRelative + Project + common + dseldlg.cpp + Windows + + + PathRelative + Project + common + dynarray.cpp + Windows + + + PathRelative + Project + common + dynlib.cpp + Windows + + + PathRelative + Project + common + dynload.cpp + Windows + + + PathRelative + Project + common + effects.cpp + Windows + + + PathRelative + Project + common + encconv.cpp + Windows + + + PathRelative + Project + common + event.cpp + Windows + + + PathRelative + Project + common + extended.c + Windows + + + PathRelative + Project + common + fddlgcmn.cpp + Windows + + + PathRelative + Project + common + ffile.cpp + Windows + + + PathRelative + Project + common + file.cpp + Windows + + + PathRelative + Project + common + fileconf.cpp + Windows + + + PathRelative + Project + common + filefn.cpp + Windows + + + PathRelative + Project + common + filename.cpp + Windows + + + PathRelative + Project + common + filesys.cpp + Windows + + + PathRelative + Project + common + fontcmn.cpp + Windows + + + PathRelative + Project + common + fontmap.cpp + Windows + + + PathRelative + Project + common + framecmn.cpp + Windows + + + PathRelative + Project + common + fs_inet.cpp + Windows + + + PathRelative + Project + common + fs_mem.cpp + Windows + + + PathRelative + Project + common + fs_zip.cpp + Windows + + + PathRelative + Project + common + appcmn.cpp + Windows + + + PathRelative + Project + common + gaugecmn.cpp + Windows + + + PathRelative + Project + common + gdicmn.cpp + Windows + + + PathRelative + Project + common + geometry.cpp + Windows + + + PathRelative + Project + common + gifdecod.cpp + Windows + + + PathRelative + Project + common + hash.cpp + Windows + + + PathRelative + Project + common + hashmap.cpp + Windows + + + PathRelative + Project + common + helpbase.cpp + Windows + + + PathRelative + Project + common + http.cpp + Windows + + + PathRelative + Project + common + iconbndl.cpp + Windows + + + PathRelative + Project + common + imagall.cpp + Windows + + + PathRelative + Project + common + imagbmp.cpp + Windows + + + PathRelative + Project + common + image.cpp + Windows + + + PathRelative + Project + common + imagfill.cpp + Windows + + + PathRelative + Project + common + imaggif.cpp + Windows + + + PathRelative + Project + common + imagiff.cpp + Windows + + + PathRelative + Project + common + imagjpeg.cpp + Windows + + + PathRelative + Project + common + imagpcx.cpp + Windows + + + PathRelative + Project + common + imagpng.cpp + Windows + + + PathRelative + Project + common + imagpnm.cpp + Windows + + + PathRelative + Project + common + imagtiff.cpp + Windows + + + PathRelative + Project + common + imagxpm.cpp + Windows + + + PathRelative + Project + common + intl.cpp + Windows + + + PathRelative + Project + common + ipcbase.cpp + Windows + + + PathRelative + Project + common + layout.cpp + Windows + + + PathRelative + Project + common + lboxcmn.cpp + Windows + + + PathRelative + Project + common + list.cpp + Windows + + + PathRelative + Project + common + log.cpp + Windows + + + PathRelative + Project + common + longlong.cpp + Windows + + + PathRelative + Project + common + matrix.cpp + Windows + + + PathRelative + Project + common + memory.cpp + Windows + + + PathRelative + Project + common + menucmn.cpp + Windows + + + PathRelative + Project + common + mimecmn.cpp + Windows + + + PathRelative + Project + common + module.cpp + Windows + + + PathRelative + Project + common + mstream.cpp + Windows + + + PathRelative + Project + common + nbkbase.cpp + Windows + + + PathRelative + Project + common + object.cpp + Windows + + + PathRelative + Project + common + odbc.cpp + Windows + + + PathRelative + Project + common + paper.cpp + Windows + + + PathRelative + Project + common + popupcmn.cpp + Windows + + + PathRelative + Project + common + prntbase.cpp + Windows + + + PathRelative + Project + common + process.cpp + Windows + + + PathRelative + Project + common + protocol.cpp + Windows + + + PathRelative + Project + common + quantize.cpp + Windows + + + PathRelative + Project + common + radiocmn.cpp + Windows + + + PathRelative + Project + common + regex.cpp + Windows + + + PathRelative + Project + common + resource.cpp + Windows + + + PathRelative + Project + common + sckaddr.cpp + Windows + + + PathRelative + Project + common + sckfile.cpp + Windows + + + PathRelative + Project + common + sckipc.cpp + Windows + + + PathRelative + Project + common + sckstrm.cpp + Windows + + + PathRelative + Project + common + sizer.cpp + Windows + + + PathRelative + Project + common + socket.cpp + Windows + + + PathRelative + Project + common + statbar.cpp + Windows + + + PathRelative + Project + common + strconv.cpp + Windows + + + PathRelative + Project + common + stream.cpp + Windows + + + PathRelative + Project + common + string.cpp + Windows + + + PathRelative + Project + common + sysopt.cpp + Windows + + + PathRelative + Project + common + tbarbase.cpp + Windows + + + PathRelative + Project + common + textbuf.cpp + Windows + + + PathRelative + Project + common + textcmn.cpp + Windows + + + PathRelative + Project + common + textfile.cpp + Windows + + + PathRelative + Project + common + timercmn.cpp + Windows + + + PathRelative + Project + common + tokenzr.cpp + Windows + + + PathRelative + Project + common + toplvcmn.cpp + Windows + + + PathRelative + Project + common + treebase.cpp + Windows + + + PathRelative + Project + common + txtstrm.cpp + Windows + + + PathRelative + Project + common + unzip.c + Windows + + + PathRelative + Project + common + url.cpp + Windows + + + PathRelative + Project + common + utilscmn.cpp + Windows + + + PathRelative + Project + common + valgen.cpp + Windows + + + PathRelative + Project + common + validate.cpp + Windows + + + PathRelative + Project + common + valtext.cpp + Windows + + + PathRelative + Project + common + variant.cpp + Windows + + + PathRelative + Project + common + wfstream.cpp + Windows + + + PathRelative + Project + common + wincmn.cpp + Windows + + + PathRelative + Project + common + wxchar.cpp + Windows + + + PathRelative + Project + common + wxexpr.cpp + Windows + + + PathRelative + Project + common + xpmdecod.cpp + Windows + + + PathRelative + Project + common + zipstrm.cpp + Windows + + + PathRelative + Project + common + zstream.cpp + Windows + + + PathRelative + Project + generic + busyinfo.cpp + Windows + + + PathRelative + Project + generic + calctrl.cpp + Windows + + + PathRelative + Project + generic + choicdgg.cpp + Windows + + + PathRelative + Project + generic + colrdlgg.cpp + Windows + + + PathRelative + Project + generic + dcbuffer.cpp + Windows + + + PathRelative + Project + generic + dcpsg.cpp + Windows + + + PathRelative + Project + generic + dirctrlg.cpp + Windows + + + PathRelative + Project + generic + dirdlgg.cpp + Windows + + + PathRelative + Project + generic + dragimgg.cpp + Windows + + + PathRelative + Project + generic + fontdlgg.cpp + Windows + + + PathRelative + Project + generic + grid.cpp + Windows + + + PathRelative + Project + generic + gridctrl.cpp + Windows + + + PathRelative + Project + generic + gridsel.cpp + Windows + + + PathRelative + Project + generic + helphtml.cpp + Windows + + + PathRelative + Project + generic + laywin.cpp + Windows + + + PathRelative + Project + generic + logg.cpp + Windows + + + PathRelative + Project + generic + msgdlgg.cpp + Windows + + + PathRelative + Project + generic + numdlgg.cpp + Windows + + + PathRelative + Project + generic + panelg.cpp + Windows + + + PathRelative + Project + generic + prntdlgg.cpp + Windows + + + PathRelative + Project + generic + progdlgg.cpp + Windows + + + PathRelative + Project + generic + prop.cpp + Windows + + + PathRelative + Project + generic + propform.cpp + Windows + + + PathRelative + Project + generic + proplist.cpp + Windows + + + PathRelative + Project + generic + sashwin.cpp + Windows + + + PathRelative + Project + generic + scrlwing.cpp + Windows + + + PathRelative + Project + generic + spinctlg.cpp + Windows + + + PathRelative + Project + generic + splash.cpp + Windows + + + PathRelative + Project + generic + splitter.cpp + Windows + + + PathRelative + Project + generic + statusbr.cpp + Windows + + + PathRelative + Project + generic + tabg.cpp + Windows + + + PathRelative + Project + generic + tbarsmpl.cpp + Windows + + + PathRelative + Project + generic + textdlgg.cpp + Windows + + + PathRelative + Project + generic + tipdlg.cpp + Windows + + + PathRelative + Project + generic + tipwin.cpp + Windows + + + PathRelative + Project + generic + treectlg.cpp + Windows + + + PathRelative + Project + generic + treelay.cpp + Windows + + + PathRelative + Project + generic + wizard.cpp + Windows + + + PathRelative + Project + html + helpctrl.cpp + Windows + + + PathRelative + Project + html + helpdata.cpp + Windows + + + PathRelative + Project + html + helpfrm.cpp + Windows + + + PathRelative + Project + html + htmlcell.cpp + Windows + + + PathRelative + Project + html + htmlfilt.cpp + Windows + + + PathRelative + Project + html + htmlpars.cpp + Windows + + + PathRelative + Project + html + htmltag.cpp + Windows + + + PathRelative + Project + html + htmlwin.cpp + Windows + + + PathRelative + Project + html + htmprint.cpp + Windows + + + PathRelative + Project + html + m_dflist.cpp + Windows + + + PathRelative + Project + html + m_fonts.cpp + Windows + + + PathRelative + Project + html + m_hline.cpp + Windows + + + PathRelative + Project + html + m_image.cpp + Windows + + + PathRelative + Project + html + m_layout.cpp + Windows + + + PathRelative + Project + html + m_links.cpp + Windows + + + PathRelative + Project + html + m_list.cpp + Windows + + + PathRelative + Project + html + m_meta.cpp + Windows + + + PathRelative + Project + html + m_pre.cpp + Windows + + + PathRelative + Project + html + m_style.cpp + Windows + + + PathRelative + Project + html + m_tables.cpp + Windows + + + PathRelative + Project + html + winpars.cpp + Windows + + + PathRelative + Project + msw + volume.cpp + Windows + + + PathRelative + Project + msw + app.cpp + Windows + + + PathRelative + Project + msw + bitmap.cpp + Windows + + + PathRelative + Project + msw + bmpbuttn.cpp + Windows + + + PathRelative + Project + msw + brush.cpp + Windows + + + PathRelative + Project + msw + button.cpp + Windows + + + PathRelative + Project + msw + caret.cpp + Windows + + + PathRelative + Project + msw + checkbox.cpp + Windows + + + PathRelative + Project + msw + checklst.cpp + Windows + + + PathRelative + Project + msw + choice.cpp + Windows + + + PathRelative + Project + msw + clipbrd.cpp + Windows + + + PathRelative + Project + msw + colordlg.cpp + Windows + + + PathRelative + Project + msw + colour.cpp + Windows + + + PathRelative + Project + msw + combobox.cpp + Windows + + + PathRelative + Project + msw + control.cpp + Windows + + + PathRelative + Project + msw + curico.cpp + Windows + + + PathRelative + Project + msw + cursor.cpp + Windows + + + PathRelative + Project + msw + data.cpp + Windows + + + PathRelative + Project + msw + dc.cpp + Windows + + + PathRelative + Project + msw + dcclient.cpp + Windows + + + PathRelative + Project + msw + dcmemory.cpp + Windows + + + PathRelative + Project + msw + dcprint.cpp + Windows + + + PathRelative + Project + msw + dcscreen.cpp + Windows + + + PathRelative + Project + msw + dde.cpp + Windows + + + PathRelative + Project + msw + dialog.cpp + Windows + + + PathRelative + Project + msw + dialup.cpp + Windows + + + PathRelative + Project + msw + dib.cpp + Windows + + + PathRelative + Project + msw + dibutils.cpp + Windows + + + PathRelative + Project + msw + dir.cpp + Windows + + + PathRelative + Project + msw + dirdlg.cpp + Windows + + + PathRelative + Project + msw + dragimag.cpp + Windows + + + PathRelative + Project + msw + enhmeta.cpp + Windows + + + PathRelative + Project + msw + evtloop.cpp + Windows + + + PathRelative + Project + msw + fdrepdlg.cpp + Windows + + + PathRelative + Project + msw + filedlg.cpp + Windows + + + PathRelative + Project + msw + font.cpp + Windows + + + PathRelative + Project + msw + fontdlg.cpp + Windows + + + PathRelative + Project + msw + fontenum.cpp + Windows + + + PathRelative + Project + msw + fontutil.cpp + Windows + + + PathRelative + Project + msw + frame.cpp + Windows + + + PathRelative + Project + msw + gauge95.cpp + Windows + + + PathRelative + Project + msw + gdiimage.cpp + Windows + + + PathRelative + Project + msw + gdiobj.cpp + Windows + + + PathRelative + Project + msw + glcanvas.cpp + Windows + + + PathRelative + Project + msw + gsocket.c + Windows + + + PathRelative + Project + msw + gsockmsw.c + Windows + + + PathRelative + Project + msw + helpbest.cpp + Windows + + + PathRelative + Project + msw + helpchm.cpp + Windows + + + PathRelative + Project + msw + helpwin.cpp + Windows + + + PathRelative + Project + msw + icon.cpp + Windows + + + PathRelative + Project + msw + imaglist.cpp + Windows + + + PathRelative + Project + msw + iniconf.cpp + Windows + + + PathRelative + Project + msw + joystick.cpp + Windows + + + PathRelative + Project + msw + listbox.cpp + Windows + + + PathRelative + Project + msw + listctrl.cpp + Windows + + + PathRelative + Project + msw + main.cpp + Windows + + + PathRelative + Project + msw + mdi.cpp + Windows + + + PathRelative + Project + msw + menu.cpp + Windows + + + PathRelative + Project + msw + menuitem.cpp + Windows + + + PathRelative + Project + msw + metafile.cpp + Windows + + + PathRelative + Project + msw + mimetype.cpp + Windows + + + PathRelative + Project + msw + minifram.cpp + Windows + + + PathRelative + Project + msw + msgdlg.cpp + Windows + + + PathRelative + Project + msw + mslu.cpp + Windows + + + PathRelative + Project + msw + nativdlg.cpp + Windows + + + PathRelative + Project + msw + notebook.cpp + Windows + + + PathRelative + Project + msw + ownerdrw.cpp + Windows + + + PathRelative + Project + msw + palette.cpp + Windows + + + PathRelative + Project + msw + pen.cpp + Windows + + + PathRelative + Project + msw + penwin.cpp + Windows + + + PathRelative + Project + msw + printdlg.cpp + Windows + + + PathRelative + Project + msw + printwin.cpp + Windows + + + PathRelative + Project + msw + radiobox.cpp + Windows + + + PathRelative + Project + msw + radiobut.cpp + Windows + + + PathRelative + Project + msw + regconf.cpp + Windows + + + PathRelative + Project + msw + region.cpp + Windows + + + PathRelative + Project + msw + registry.cpp + Windows + + + PathRelative + Project + msw + scrolbar.cpp + Windows + + + PathRelative + Project + msw + settings.cpp + Windows + + + PathRelative + Project + msw + slider95.cpp + Windows + + + PathRelative + Project + msw + snglinst.cpp + Windows + + + PathRelative + Project + msw + spinbutt.cpp + Windows + + + PathRelative + Project + msw + spinctrl.cpp + Windows + + + PathRelative + Project + msw + statbmp.cpp + Windows + + + PathRelative + Project + msw + statbox.cpp + Windows + + + PathRelative + Project + msw + statbr95.cpp + Windows + + + PathRelative + Project + msw + statline.cpp + Windows + + + PathRelative + Project + msw + stattext.cpp + Windows + + + PathRelative + Project + msw + tabctrl.cpp + Windows + + + PathRelative + Project + msw + taskbar.cpp + Windows + + + PathRelative + Project + msw + tbar95.cpp + Windows + + + PathRelative + Project + msw + textctrl.cpp + Windows + + + PathRelative + Project + msw + tglbtn.cpp + Windows + + + PathRelative + Project + msw + thread.cpp + Windows + + + PathRelative + Project + msw + timer.cpp + Windows + + + PathRelative + Project + msw + tooltip.cpp + Windows + + + PathRelative + Project + msw + toplevel.cpp + Windows + + + PathRelative + Project + msw + treectrl.cpp + Windows + + + PathRelative + Project + msw + utils.cpp + Windows + + + PathRelative + Project + msw + utilsexc.cpp + Windows + + + PathRelative + Project + msw + accel.cpp + Windows + + + PathRelative + Project + msw + wave.cpp + Windows + + + PathRelative + Project + msw + window.cpp + Windows + + + PathRelative + Project + msw + ole\automtn.cpp + Windows + + + PathRelative + Project + msw + ole\dataobj.cpp + Windows + + + PathRelative + Project + msw + ole\dropsrc.cpp + Windows + + + PathRelative + Project + msw + ole\droptgt.cpp + Windows + + + PathRelative + Project + msw + ole\oleutils.cpp + Windows + + + PathRelative + Project + msw + ole\uuid.cpp + Windows + + + RootRelative + Project + ..\lib\zlib.lib + Windows + + + RootRelative + Project + ..\lib\tiff.lib + Windows + + + RootRelative + Project + ..\lib\png.lib + Windows + + + RootRelative + Project + ..\lib\jpeg.lib + Windows + + + + + copySetupRelease + + + jpeg + LinkAgainst + + RootRelative + Project + ..\lib\jpeg.lib + Windows + + + + png + LinkAgainst + + RootRelative + Project + ..\lib\png.lib + Windows + + + + tiff + LinkAgainst + + RootRelative + Project + ..\lib\tiff.lib + Windows + + + + zlib + LinkAgainst + + RootRelative + Project + ..\lib\zlib.lib + Windows + + + + + + copySetupDebug + + + + UserSourceTrees + + + AlwaysSearchUserPathsfalse + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path: + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerNone + PreLinker + PostLinkerBatch File Runner + TargetnamecopySetupDebug + OutputDirectory + Path + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.bat + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfilenoname.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + cwdcopysetup.bat + Windows + Text + Debug + + + + + Name + cwdcopysetup.bat + Windows + + + + + copySetupRelease + + + + UserSourceTrees + + + AlwaysSearchUserPathsfalse + InterpretDOSAndUnixPathsfalse + RequireFrameworkStyleIncludesfalse + UserSearchPaths + + SearchPath + Path: + PathFormatWindows + PathRootProject + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + SystemSearchPaths + + SearchPath + Path: + PathFormatWindows + PathRootCodeWarrior + + Recursivetrue + FrameworkPathfalse + HostFlagsAll + + + + + MWRuntimeSettings_WorkingDirectory + MWRuntimeSettings_CommandLine + MWRuntimeSettings_HostApplication + Path + PathFormatGeneric + PathRootAbsolute + + MWRuntimeSettings_EnvVars + + + LinkerNone + PreLinker + PostLinkerBatch File Runner + TargetnamecopySetupRelease + OutputDirectory + Path + PathFormatWindows + PathRootProject + + SaveEntriesUsingRelativePathsfalse + + + FileMappings + + FileTypeTEXT + FileExtension.bat + Compiler + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + FileTypeTEXT + FileExtension.pl + CompilerMW Perl + EditLanguage + Precompilefalse + Launchablefalse + ResourceFilefalse + IgnoredByMakefalse + + + + + CacheModDatestrue + ActivateBrowsertrue + DumpBrowserInfofalse + CacheSubprojectstrue + UseThirdPartyDebuggerfalse + DebuggerAppPath + Path + PathFormatGeneric + PathRootAbsolute + + DebuggerCmdLineArgs + DebuggerWorkingDir + Path + PathFormatGeneric + PathRootAbsolute + + + + LogSystemMessagestrue + AutoTargetDLLsfalse + StopAtWatchpointstrue + PauseWhileRunningfalse + PauseInterval5 + PauseUIFlags0 + AltExePath + Path + PathFormatGeneric + PathRootAbsolute + + StopAtTempBPOnLaunchtrue + CacheSymbolicstrue + TempBPFunctionNamemain + TempBPType0 + + + Enabledfalse + ConnectionName + DownloadPath + LaunchRemoteAppfalse + RemoteAppPath + + + OtherExecutables + + + CustomColor1 + Red0 + Green32767 + Blue0 + + CustomColor2 + Red0 + Green32767 + Blue0 + + CustomColor3 + Red0 + Green32767 + Blue0 + + CustomColor4 + Red0 + Green32767 + Blue0 + + + + Perl_Prefix_Filename + + + MWCodeGen_PPC_structalignmentMC68K + MWCodeGen_PPC_tracebacktablesNone + MWCodeGen_PPC_processorGeneric + MWCodeGen_PPC_readonlystrings0 + MWCodeGen_PPC_tocdata1 + MWCodeGen_PPC_profiler0 + MWCodeGen_PPC_fpcontract1 + MWCodeGen_PPC_schedule0 + MWCodeGen_PPC_peephole1 + MWCodeGen_PPC_processorspecific0 + MWCodeGen_PPC_altivec0 + MWCodeGen_PPC_vectortocdata1 + MWCodeGen_PPC_vrsave1 + + + MWCodeGen_X86_processorGeneric + MWCodeGen_X86_alignmentbytes8 + MWCodeGen_X86_exceptionsZeroOverhead + MWCodeGen_X86_extinst_mmx0 + MWCodeGen_X86_extinst_3dnow0 + MWCodeGen_X86_use_mmx_3dnow_convention0 + MWCodeGen_X86_machinecodelisting0 + MWCodeGen_X86_intrinsics0 + MWCodeGen_X86_syminfo0 + MWCodeGen_X86_codeviewinfo1 + MWCodeGen_X86_extinst_cmov_fcomi0 + MWCodeGen_X86_extinst_sse0 + + + MWDebugger_X86_Exceptions + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + PDisasmX86_showHeaderstrue + PDisasmX86_showSymTabtrue + PDisasmX86_showCodetrue + PDisasmX86_showSourcefalse + PDisasmX86_showHextrue + PDisasmX86_showRelocationtrue + PDisasmX86_showCommentsfalse + PDisasmX86_showDebugfalse + PDisasmX86_showExceptionsfalse + PDisasmX86_showDatatrue + PDisasmX86_showRawfalse + PDisasmX86_verbosefalse + + + MWDisassembler_PPC_showcode1 + MWDisassembler_PPC_extended1 + MWDisassembler_PPC_mix0 + MWDisassembler_PPC_nohex0 + MWDisassembler_PPC_showdata1 + MWDisassembler_PPC_showexceptions1 + MWDisassembler_PPC_showsym0 + MWDisassembler_PPC_shownames1 + + + MWFrontEnd_C_cplusplus0 + MWFrontEnd_C_checkprotos0 + MWFrontEnd_C_arm0 + MWFrontEnd_C_trigraphs0 + MWFrontEnd_C_onlystdkeywords0 + MWFrontEnd_C_enumsalwaysint0 + MWFrontEnd_C_mpwpointerstyle0 + MWFrontEnd_C_prefixname + MWFrontEnd_C_ansistrict0 + MWFrontEnd_C_mpwcnewline0 + MWFrontEnd_C_wchar_type1 + MWFrontEnd_C_enableexceptions1 + MWFrontEnd_C_dontreusestrings0 + MWFrontEnd_C_poolstrings0 + MWFrontEnd_C_dontinline0 + MWFrontEnd_C_useRTTI1 + MWFrontEnd_C_multibyteaware0 + MWFrontEnd_C_unsignedchars0 + MWFrontEnd_C_autoinline0 + MWFrontEnd_C_booltruefalse1 + MWFrontEnd_C_direct_to_som0 + MWFrontEnd_C_som_env_check0 + MWFrontEnd_C_alwaysinline0 + MWFrontEnd_C_inlinelevel0 + MWFrontEnd_C_ecplusplus0 + MWFrontEnd_C_objective_c0 + MWFrontEnd_C_defer_codegen0 + + + MWFTP_Post_hostName + MWFTP_Post_username + MWFTP_Post_password0 + MWFTP_Post_remoteDir + MWFTP_Post_ftp_PathVersion0 + MWFTP_Post_ftp_PathType0 + MWFTP_Post_ftp_PathFormat0 + MWFTP_Post_ftp_tree + MWFTP_Post_uploadDir + MWFTP_Post_ftp_port21 + MWFTP_Post_SendBin1 + MWFTP_Post_ShouldLog1 + + + MWCommandLine_Java_clsName + MWCommandLine_Java_args + + + MWVJavaDebugging_Protocol1 + MWVJavaDebugging_JDKVersion1 + MWVJavaDebugging_TimeOut25 + MWVJavaDebugging_SupportSlowDevicesfalse + + + MWJavaDoc_Proj_Version1 + MWJavaDoc_Proj_Depricated1 + MWJavaDoc_Proj_Author1 + MWJavaDoc_Proj_Index1 + MWJavaDoc_Proj_Tree1 + MWJavaDoc_Proj_SunResolveToSame0 + MWJavaDoc_Proj_Shortnames0 + MWJavaDoc_Proj_Folder0 + MWJavaDoc_Proj_GenerateAPILinks0 + MWJavaDoc_Proj_scopePublic + MWJavaDoc_Proj_encodingName + MWJavaDoc_Proj_decodingName + MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/ + + + MWJava_Language_optimizefalse + MWJava_Language_warnDeprecatedfalse + MWJava_Language_emitMapfalse + MWJava_Language_strictFileNamesfalse + MWJava_Language_strictFileHierarchyfalse + MWJava_Language_1_1_Compatiblefalse + MWJava_Language_emitHeaders0 + MWJava_Language_headerTypeJNINativeHeaders + MWJava_Language_packageFilter + MWJava_Language_genCommentstrue + MWJava_Language_genHeadersfalse + + + MWJava_Output_outputtypeJarFile + MWJava_Output_outfileJavaClasses.jar + MWJava_Output_ftype1514754080 + MWJava_Output_fcreator1297570384 + MWJava_Output_compress0 + MWJava_Output_genManifest0 + MWJava_Output_trunctypeFront + MWJava_Output_deleteClasses0 + MWJava_Output_consoleApp1 + + + MWJava_Proj_projtypeApplet + MWJava_Proj_mainClassName + MWJava_Proj_HTMLAppCreator1463898714 + MWJava_Proj_HTMLAppName + MWJava_Proj_PathVersion0 + MWJava_Proj_PathType0 + MWJava_Proj_PathFormat0 + MWJava_Proj_tree + MWJava_Proj_HTMLAppWin32Name + MWJava_Proj_compress0 + MWJava_Proj_useVM1 + MWJava_Proj_vmarguments + MWJava_Proj_vmName + MWJava_Proj_simPropFile + MWJava_Proj_useJCVM1 + MWJava_Proj_aidData + + + MWLinker_PPC_linksym1 + MWLinker_PPC_symfullpath1 + MWLinker_PPC_linkmap0 + MWLinker_PPC_nolinkwarnings0 + MWLinker_PPC_dontdeadstripinitcode0 + MWLinker_PPC_permitmultdefs0 + MWLinker_PPC_linkmodeFast + MWLinker_PPC_initname + MWLinker_PPC_mainname__start + MWLinker_PPC_termname + + + MWLinker_X86_entrypointusageDefault + MWLinker_X86_entrypoint + MWLinker_X86_subsystemWinGUI + MWLinker_X86_subsysmajorid4 + MWLinker_X86_subsysminorid0 + MWLinker_X86_usrmajorid0 + MWLinker_X86_usrminorid0 + MWLinker_X86_commandfile + MWLinker_X86_generatemap0 + MWLinker_X86_linksym0 + MWLinker_X86_linkCV1 + + + MWMerge_MacOS_projectTypeApplication + MWMerge_MacOS_outputNameMerge Out + MWMerge_MacOS_outputCreator???? + MWMerge_MacOS_outputTypeAPPL + MWMerge_MacOS_suppressWarning0 + MWMerge_MacOS_copyFragments1 + MWMerge_MacOS_copyResources1 + MWMerge_MacOS_flattenResource0 + MWMerge_MacOS_flatFileNamea.rsrc + MWMerge_MacOS_flatFileOutputPath + Path: + PathFormatMacOS + PathRootProject + + MWMerge_MacOS_skipResources + DGLX + ckid + Proj + WSPC + mcvs + + + + MWMacOSPackager_UsePackager0 + MWMacOSPackager_FolderToPackage + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreateClassicAlias0 + MWMacOSPackager_ClassicAliasMethodUseTargetOutput + MWMacOSPackager_ClassicAliasPath + Path: + PathFormatMacOS + PathRootProject + + MWMacOSPackager_CreatePkgInfo0 + MWMacOSPackager_PkgCreatorType???? + MWMacOSPackager_PkgFileTypeLPPA + + + MWPEF_exportsNone + MWPEF_libfolder0 + MWPEF_sortcodeNone + MWPEF_expandbss0 + MWPEF_sharedata0 + MWPEF_olddefversion0 + MWPEF_oldimpversion0 + MWPEF_currentversion0 + MWPEF_fragmentname + MWPEF_collapsereloads0 + + + MWAssembler_PPC_auxheader0 + MWAssembler_PPC_symmodeMac + MWAssembler_PPC_dialectPPC + MWAssembler_PPC_prefixfile + MWAssembler_PPC_typecheck0 + MWAssembler_PPC_warnings0 + MWAssembler_PPC_casesensitive0 + + + GlobalOptimizer_PPC_optimizationlevelLevel0 + GlobalOptimizer_PPC_optforSpeed + + + MWProject_PPC_typeApplication + MWProject_PPC_outfilea.out + MWProject_PPC_filecreator???? + MWProject_PPC_filetypeAPPL + MWProject_PPC_size384 + MWProject_PPC_minsize384 + MWProject_PPC_stacksize64 + MWProject_PPC_flags22720 + MWProject_PPC_symfilename + MWProject_PPC_rsrcname + MWProject_PPC_rsrcheaderNative + MWProject_PPC_rsrctype???? + MWProject_PPC_rsrcid0 + MWProject_PPC_rsrcflags0 + MWProject_PPC_rsrcstore0 + MWProject_PPC_rsrcmerge0 + MWProject_PPC_flatrsrc0 + MWProject_PPC_flatrsrcoutputdir + Path: + PathFormatMacOS + PathRootProject + + MWProject_PPC_flatrsrcfilename + + + MWProject_X86_typeApplication + MWProject_X86_outfilenoname.exe + MWProject_X86_baseaddress4194304 + MWProject_X86_maxstacksize1024 + MWProject_X86_minstacksize4 + MWProject_X86_size1024 + MWProject_X86_minsize4 + MWProject_X86_importlib + Resource Flattener Panel + 0100000000000000000000000000000000000000000000000000000000000000 + 0000074F75742E62696E00000000000000000000000000000000000000000000 + 0000 + + + + MWRez_Language_maxwidth80 + MWRez_Language_scriptRoman + MWRez_Language_alignmentAlign1 + MWRez_Language_filtermodeFilterSkip + MWRez_Language_suppresswarnings0 + MWRez_Language_escapecontrolchars1 + MWRez_Language_prefixname + MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT' + + + MWWarning_C_warn_illpragma0 + MWWarning_C_warn_emptydecl0 + MWWarning_C_warn_possunwant0 + MWWarning_C_warn_unusedvar0 + MWWarning_C_warn_unusedarg0 + MWWarning_C_warn_extracomma0 + MWWarning_C_pedantic0 + MWWarning_C_warningerrors0 + MWWarning_C_warn_hidevirtual0 + MWWarning_C_warn_implicitconv0 + MWWarning_C_warn_notinlined0 + MWWarning_C_warn_structclass0 + + + MWWinRC_prefixname + + + GlobalOptimizer_X86__optimizationlevelLevel0 + GlobalOptimizer_X86__optforSpeed + + + + Name + cwcopysetup.bat + Windows + Text + Debug + + + + + Name + cwcopysetup.bat + Windows + + + + + + + wxlib Win32 debug + wxlib Win32 release + jpeg + png + tiff + zlib + copySetupDebug + copySetupRelease + + + + batch files + + copySetupRelease + Name + cwcopysetup.bat + Windows + + + copySetupDebug + Name + cwdcopysetup.bat + Windows + + + common + + wxlib Win32 debug + PathRelative + Project + common + appcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + artprov.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + artstd.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + choiccmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + clipcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + clntdata.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + cmdline.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + cmdproc.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + cmndata.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + config.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + containr.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + cshelp.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + ctrlcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + ctrlsub.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + cwy_tab.c + Windows + + + wxlib Win32 debug + PathRelative + Project + common + datetime.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + datstrm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + db.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dbgrid.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dbtable.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dcbase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dircmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dlgcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dndcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dobjcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + docmdi.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + docview.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dseldlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dynarray.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dynlib.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + dynload.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + effects.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + encconv.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + event.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + extended.c + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fddlgcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + ffile.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + file.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fileconf.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + filefn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + filename.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + filesys.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fontcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fontmap.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + framecmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fs_inet.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fs_mem.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + fs_zip.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + ftp.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + gaugecmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + gdicmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + geometry.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + gifdecod.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + hash.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + hashmap.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + helpbase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + http.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + iconbndl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagall.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagbmp.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + image.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagfill.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imaggif.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagiff.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagjpeg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagpcx.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagpng.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagpnm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagtiff.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + imagxpm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + intl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + ipcbase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + layout.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + lboxcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + list.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + log.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + longlong.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + matrix.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + memory.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + menucmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + mimecmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + module.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + mstream.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + nbkbase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + object.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + odbc.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + paper.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + popupcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + prntbase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + process.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + protocol.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + quantize.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + radiocmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + regex.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + resource.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + sckaddr.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + sckfile.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + sckipc.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + sckstrm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + sizer.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + socket.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + statbar.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + strconv.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + stream.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + string.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + sysopt.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + tbarbase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + textbuf.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + textcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + textfile.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + timercmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + tokenzr.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + toplvcmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + treebase.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + txtstrm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + unzip.c + Windows + + + wxlib Win32 debug + PathRelative + Project + common + url.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + utilscmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + valgen.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + validate.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + valtext.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + variant.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + wfstream.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + wincmn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + wxchar.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + wxexpr.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + xpmdecod.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + zipstrm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + common + zstream.cpp + Windows + + + generic + + wxlib Win32 debug + PathRelative + Project + generic + busyinfo.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + calctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + choicdgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + colrdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + dcbuffer.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + dcpsg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + dirctrlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + dirdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + dragimgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + fontdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + grid.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + gridctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + gridsel.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + helphtml.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + laywin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + logg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + msgdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + numdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + panelg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + prntdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + progdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + prop.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + propform.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + proplist.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + sashwin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + scrlwing.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + spinctlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + splash.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + splitter.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + statusbr.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + tabg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + tbarsmpl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + textdlgg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + tipdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + tipwin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + treectlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + treelay.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + generic + wizard.cpp + Windows + + + headers + + wxlib Win32 release + PathRelative + Project + ..\include + wx_cw.pch + Windows + + + wxlib Win32 release + PathRelative + Project + ..\include + wx_cw.pch++ + Windows + + + wxlib Win32 debug + PathRelative + Project + ..\include + wx_cw_d.pch + Windows + + + wxlib Win32 debug + PathRelative + Project + ..\include + wx_cw_d.pch++ + Windows + + + html + + wxlib Win32 debug + PathRelative + Project + html + helpctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + helpdata.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + helpfrm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + htmlcell.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + htmlfilt.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + htmlpars.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + htmltag.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + htmlwin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + htmprint.cpp + Windows + + modules + + wxlib Win32 debug + PathRelative + Project + html + m_dflist.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_fonts.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_hline.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_image.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_layout.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_links.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_list.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_meta.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_pre.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_style.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + html + m_tables.cpp + Windows + + + + wxlib Win32 debug + PathRelative + Project + html + winpars.cpp + Windows + + + msw + + wxlib Win32 debug + PathRelative + Project + msw + accel.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + app.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ole\automtn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + bitmap.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + bmpbuttn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + brush.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + button.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + caret.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + checkbox.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + checklst.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + choice.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + clipbrd.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + colordlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + colour.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + combobox.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + control.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + curico.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + cursor.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + data.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ole\dataobj.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dc.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dcclient.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dcmemory.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dcprint.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dcscreen.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dde.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dialog.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dialup.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dib.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dibutils.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dir.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dirdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + dragimag.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ole\dropsrc.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ole\droptgt.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + enhmeta.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + evtloop.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + fdrepdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + filedlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + font.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + fontdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + fontenum.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + fontutil.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + frame.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + gauge95.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + gdiimage.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + gdiobj.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + glcanvas.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + gsocket.c + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + gsockmsw.c + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + helpbest.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + helpchm.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + helpwin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + icon.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + imaglist.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + iniconf.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + joystick.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + listbox.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + listctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + main.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + mdi.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + menu.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + menuitem.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + metafile.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + mimetype.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + minifram.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + msgdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + mslu.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + nativdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + notebook.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ole\oleutils.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ownerdrw.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + palette.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + pen.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + penwin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + printdlg.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + printwin.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + radiobox.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + radiobut.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + regconf.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + region.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + registry.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + scrolbar.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + settings.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + slider95.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + snglinst.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + spinbutt.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + spinctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + statbmp.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + statbox.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + statbr95.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + statline.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + stattext.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + tabctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + taskbar.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + tbar95.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + textctrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + tglbtn.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + thread.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + timer.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + tooltip.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + toplevel.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + treectrl.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + utils.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + utilsexc.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + ole\uuid.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + volume.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + wave.cpp + Windows + + + wxlib Win32 debug + PathRelative + Project + msw + window.cpp + Windows + + + wx-addon libraries + jpeg + + jpeg + PathRelative + Project + + jpeg\jcapimin.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcapistd.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jccoefct.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jccolor.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcdctmgr.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jchuff.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcinit.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcmainct.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcmarker.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcmaster.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcomapi.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcparam.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcphuff.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcprepct.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jcsample.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jctrans.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdapimin.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdapistd.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdatadst.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdatasrc.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdcoefct.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdcolor.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jddctmgr.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdhuff.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdinput.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdmainct.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdmarker.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdmaster.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdmerge.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdphuff.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdpostct.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdsample.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jdtrans.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jerror.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jfdctflt.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jfdctfst.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jfdctint.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jidctflt.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jidctfst.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jidctint.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jidctred.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jmemansi.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jmemmgr.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jquant1.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jquant2.c + Windows + + + jpeg + PathRelative + Project + + jpeg\jutils.c + Windows + + + tiff + + tiff + PathRelative + Project + + tiff\tif_aux.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_close.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_codec.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_compress.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_dir.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_dirinfo.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_dirread.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_dirwrite.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_dumpmode.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_error.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_fax3.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_fax3sm.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_flush.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_getimage.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_jpeg.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_luv.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_lzw.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_next.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_open.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_packbits.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_pixarlog.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_predict.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_print.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_read.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_strip.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_swab.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_thunder.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_tile.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_version.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_warning.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_win32.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_write.c + Windows + + + tiff + PathRelative + Project + + tiff\tif_zip.c + Windows + + + png + + png + PathRelative + Project + + png\png.c + Windows + + + png + PathRelative + Project + + png\pngerror.c + Windows + + + png + PathRelative + Project + + png\pngget.c + Windows + + + png + PathRelative + Project + + png\pngmem.c + Windows + + + png + PathRelative + Project + + png\pngpread.c + Windows + + + png + PathRelative + Project + + png\pngread.c + Windows + + + png + PathRelative + Project + + png\pngrio.c + Windows + + + png + PathRelative + Project + + png\pngrtran.c + Windows + + + png + PathRelative + Project + + png\pngrutil.c + Windows + + + png + PathRelative + Project + + png\pngset.c + Windows + + + png + PathRelative + Project + + png\pngtrans.c + Windows + + + png + PathRelative + Project + + png\pngwio.c + Windows + + + png + PathRelative + Project + + png\pngwrite.c + Windows + + + png + PathRelative + Project + + png\pngwtran.c + Windows + + + png + PathRelative + Project + + png\pngwutil.c + Windows + + + zlib + + zlib + PathRelative + Project + + zlib\adler32.c + Windows + + + zlib + PathRelative + Project + + zlib\compress.c + Windows + + + zlib + PathRelative + Project + + zlib\crc32.c + Windows + + + zlib + PathRelative + Project + + zlib\deflate.c + Windows + + + zlib + PathRelative + Project + + zlib\gzio.c + Windows + + + zlib + PathRelative + Project + + zlib\infblock.c + Windows + + + zlib + PathRelative + Project + + zlib\infcodes.c + Windows + + + zlib + PathRelative + Project + + zlib\inffast.c + Windows + + + zlib + PathRelative + Project + + zlib\inflate.c + Windows + + + zlib + PathRelative + Project + + zlib\inftrees.c + Windows + + + zlib + PathRelative + Project + + zlib\infutil.c + Windows + + + zlib + PathRelative + Project + + zlib\trees.c + Windows + + + zlib + PathRelative + Project + + zlib\uncompr.c + Windows + + + zlib + PathRelative + Project + + zlib\zutil.c + Windows + + + + wxlib Win32 debug + RootRelative + Project + ..\lib\jpeg.lib + Windows + + + wxlib Win32 debug + RootRelative + Project + ..\lib\png.lib + Windows + + + wxlib Win32 debug + RootRelative + Project + ..\lib\tiff.lib + Windows + + + wxlib Win32 debug + RootRelative + Project + ..\lib\zlib.lib + Windows + + + + + -- 2.45.2