Changeset 2934 for box/trunk/lib


Ignore:
Timestamp:
22/04/2011 14:37:45 (13 months ago)
Author:
chris
Message:

Link lib/server with qdbm and include the QDBM version in the daemon banner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/Daemon.cpp

    r2930 r2934  
    2828        #include <process.h> 
    2929#endif 
     30 
     31#include "depot.h" 
    3032 
    3133#include <iostream> 
     
    112114        std::cout <<  
    113115        DaemonBanner() << "\n" 
     116        "(built with QDBM " << dpversion << ")\n" 
    114117        "\n" 
    115118        "Usage: " << mAppName << " [options] [config file]\n" 
Note: See TracChangeset for help on using the changeset viewer.