| Line 336... |
Line 336... |
| 336 |
'-- VERSION CONTROL CONSTANTS ------------------------------
|
336 |
'-- VERSION CONTROL CONSTANTS ------------------------------
|
| 337 |
Const enum_VCS_UNCONTROLLED_TAG = "UC"
|
337 |
Const enum_VCS_UNCONTROLLED_TAG = "UC"
|
| 338 |
Const enum_VCS_CLEARCASE_TAG = "CC"
|
338 |
Const enum_VCS_CLEARCASE_TAG = "CC"
|
| 339 |
Const enum_VCS_SUBVERSION_TAG = "SVN"
|
339 |
Const enum_VCS_SUBVERSION_TAG = "SVN"
|
| 340 |
Const enum_VCS_CVS_TAG = "CVS"
|
340 |
Const enum_VCS_CVS_TAG = "CVS"
|
| - |
|
341 |
Const enum_VCS_GIT_TAG = "GIT"
|
| 341 |
|
342 |
|
| 342 |
'-- OP CODES for DAEMON INSTRUCTIONS, both in terms of strings and integers -------------------------------------------
|
343 |
'-- OP CODES for DAEMON INSTRUCTIONS, both in terms of strings and integers -------------------------------------------
|
| 343 |
'
|
344 |
'
|
| 344 |
'-- When adding to these, always update daemon_instructions.asp accordingly.
|
345 |
'-- When adding to these, always update daemon_instructions.asp accordingly.
|
| 345 |
'-- Sometimes it might be necessary to update wAddDaemonInstruction.asp as well.
|
346 |
'-- Sometimes it might be necessary to update wAddDaemonInstruction.asp as well.
|