Changeset 91 in pacpusframework for trunk/scripts/build-msvc.bat


Ignore:
Timestamp:
05/19/13 12:32:48 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Improvement of the build system to avoid some workarounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/build-msvc.bat

    r68 r91  
    3838
    3939:build
    40 :: Root of the repository
    41 set root_dir=%CD%\..
    42 :: Initialize the environment of log4cxx
    43 set LOG4CXX_ROOT=%root_dir%\3rd\apache-log4cxx
    4440:: Initialize the build
    45 cmake .. -DPACPUS_INSTALL_DIR="%1" -DPACPUS_INSTALL_3RD=TRUE -DPACPUS_USE_LOG=TRUE
     41cmake .. -DPACPUS_INSTALL_DIR="%1" -DPACPUS_INSTALL_3RD=TRUE -DPACPUS_USE_LOG=TRUE -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE
    4642:: Build in debug and release
    4743msbuild Pacpus.sln /p:Configuration=Debug
Note: See TracChangeset for help on using the changeset viewer.