Changeset 98c5285 in nscp for build


Ignore:
Timestamp:
08/16/12 07:31:33 (9 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.1, 0.4.2
Children:
4399705
Parents:
5d81bfb
Message:
  • error reporter builds without protocol buffers (will just report errors though)
  • fetchdeps now builds openssl as static library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/python/fetchdeps.py

    r0845bc2 r98c5285  
    1919#SET(PROTOBUF_LIBRARY_SUFFIX "-lite") 
    2020SET(PROTOBUF_ROOT "$${LIBRARY_ROOT_FOLDER}/${protobuf}") 
    21 SET(OPENSSL_ROOT_DIR "$${LIBRARY_ROOT_FOLDER}/${openssl}/out32dll") 
     21SET(OPENSSL_ROOT_DIR "$${LIBRARY_ROOT_FOLDER}/${openssl}/out32") 
    2222SET(_OPENSSL_INCLUDEDIR "$${LIBRARY_ROOT_FOLDER}/${openssl}/include") 
    2323SET(ZEROMQ_ROOT "$${LIBRARY_ROOT_FOLDER}/${ZeroMQ}") 
     
    228228  ['perl Configure VC-WIN32', 'ms\\do_ms'], 
    229229  ['perl Configure VC-WIN64A', 'ms\\do_win64a'], 
    230   ['nmake -f ms\\ntdll.mak'] 
     230  ['nmake -f ms\\nt.mak'] 
    231231  ) 
    232232 
Note: See TracChangeset for help on using the changeset viewer.