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.
20
2002/
06
/
14
16
:
05
:
05
jhs
Exp $
+
// $Id: cmdline.cpp,v 1.
21
2002/
10
/
01
23
:
21
:
29
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
base_
server/roxen.pike ]; then
+
// if [ -f
server
_
core
/roxen.pike ]; then
// echo "Internet Server `roxen_version`" // exit 0 // else
-
// echo '
base_
server/roxen.pike not found!'
+
// echo '
server
_
core
/roxen.pike not found!'
// exit 1 // fi // fi if (Match(*argv, "--version", NULL, NULL)) { if (m_bPassHelp) { m_saRoxenArgs.Add(*argv); type = eArgRoxen; }