Changeset 91 in pacpusframework for trunk/scripts
- Timestamp:
- May 19, 2013, 12:32:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/build-msvc.bat
r68 r91 38 38 39 39 :build 40 :: Root of the repository41 set root_dir=%CD%\..42 :: Initialize the environment of log4cxx43 set LOG4CXX_ROOT=%root_dir%\3rd\apache-log4cxx44 40 :: Initialize the build 45 cmake .. -DPACPUS_INSTALL_DIR="%1" -DPACPUS_INSTALL_3RD=TRUE -DPACPUS_USE_LOG=TRUE 41 cmake .. -DPACPUS_INSTALL_DIR="%1" -DPACPUS_INSTALL_3RD=TRUE -DPACPUS_USE_LOG=TRUE -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE 46 42 :: Build in debug and release 47 43 msbuild Pacpus.sln /p:Configuration=Debug
Note:
See TracChangeset
for help on using the changeset viewer.