wxMSW安装手记

March 22, 2010 by · Leave a Comment
Filed under: esdcat 
Technorati Tags: ,,

1 download from http://www.wxwidgets.org/downloads/, unpack

2 Open vs 2010 x64 command prompt. The following are from INSTALL-MSW.txt:

2.1. Change directory to build\msw. Type:

  ‘nmake -f makefile.vc’

   to make the wxWidgets core library as release DLL.
   See "Configuring the build" for instruction how to build debug or static
   libraries.

2.2. Open a 64-bit build command prompt, for either x64 or Itanium. Change
   directory to build\msw. Then for x64 type:

    nmake -f makefile.vc TARGET_CPU=AMD64

   or for Itanium:

    nmake -f makefile.vc TARGET_CPU=IA64

   This will build a debug version of wxWidgets DLLs. See "Configuring the
   build" for instruction how to build other configurations such as a release
   build or static libraries.

2.3. Change directory to samples and type ‘nmake -f makefile.vc’
   to make all the samples. You can also make them individually.

or nmake -f makefile.vc TARGET_CPU=AMD64

 

 

Technorati Tags: ,,