Roxen.git
/
server
/
tools
/
ntroxen
/
startdll
/
cmdline.cpp
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/tools/ntroxen/startdll/cmdline.cpp:1:
// cmdline.cpp: implementation of the CCmdLine class. //
-
// $Id: cmdline.cpp,v 1.
22
2002/10/
22
01
:
25
:
09
nilsson Exp $
+
// $Id: cmdline.cpp,v 1.
23
2002/10/
23
17
:
04
:
22
nilsson Exp $
// ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "startdll.h" #include "cmdline.h" #include "roxen.h" #include "enumproc.h" #ifdef _DEBUG
Roxen.git/server/tools/ntroxen/startdll/cmdline.cpp:1198:
{ m_saPikeDefines.Add(*argv); type = eArgPike; return 1; } //'--version') // if [ "x$passhelp" = "x1" ] ; then // pass="$pass --version" // else
-
// if [ -f server_core/
roxen
.pike ]; then
+
// if [ -f server_core/
core
.pike ]; then
// echo "ChiliMoon `roxen_version`" // exit 0 // else
-
// echo 'server_core/
roxen
.pike not found!'
+
// echo 'server_core/
core
.pike not found!'
// exit 1 // fi // fi if (Match(*argv, "--version", NULL, NULL)) { if (m_bPassHelp) { m_saRoxenArgs.Add(*argv); type = eArgRoxen; }