Changeset 252 in pacpusframework for branches/0.1.x/scripts/build-msvc.bat


Ignore:
Timestamp:
12/10/13 17:34:35 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

branche 0.1:

  • add installation option with version number of PACPUS
  • compilation on Win32 with Qt4.8.1, boost 1.54 and msvc10 : OK

branche 0.0:

  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.x/scripts/build-msvc.bat

    r89 r252  
    4343set LOG4CXX_ROOT=%root_dir%\3rd\apache-log4cxx
    4444:: Initialize the build
    45 cmake .. -DPACPUS_INSTALL_DIR="%1" -DPACPUS_INSTALL_3RD=TRUE -DPACPUS_USE_LOG=TRUE
     45cmake .. -DPACPUS_INSTALL_DIR="%1" -DPACPUS_INSTALL_3RD=TRUE -DPACPUS_USE_LOG=TRUE -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE
    4646:: Build in debug and release
    4747msbuild Pacpus.sln /p:Configuration=Debug
Note: See TracChangeset for help on using the changeset viewer.