Adapt lib to eVC++ 3/4/PPC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,10 +75,8 @@ To compile using the emulator on eVC++3:
|
|||||||
and compile.
|
and compile.
|
||||||
|
|
||||||
- Open samples/minimal/minimal.vcw, select the
|
- Open samples/minimal/minimal.vcw, select the
|
||||||
WIN32 (WCE x86 Debug) configuration, select Pocket PC 2002 and
|
WIN32 (WCE x86 Debug) configuration, and select Pocket PC 2002 and
|
||||||
Pocket PC 2002 Emulation as before, add commdlg.lib to the link
|
Pocket PC 2002 Emulation as before.
|
||||||
flags, and compile. Do not add commdlg.lib if compiling for
|
|
||||||
Smartphone.
|
|
||||||
|
|
||||||
To compile using the emulator on eVC++4:
|
To compile using the emulator on eVC++4:
|
||||||
|
|
||||||
|
@@ -22,8 +22,7 @@
|
|||||||
// including libraries in project files.
|
// including libraries in project files.
|
||||||
|
|
||||||
#if defined(__VISUALC__) && defined(__WXWINCE__)
|
#if defined(__VISUALC__) && defined(__WXWINCE__)
|
||||||
|
#if (_WIN32_WCE >= 400) || defined(__POCKETPC__)
|
||||||
#if _WIN32_WCE >= 400
|
|
||||||
#pragma comment(lib,"commdlg.lib")
|
#pragma comment(lib,"commdlg.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user