Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Removed unused historical relict.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | schema
Files: files | file ages | folders
SHA3-256: 9a72a2020203c0fcca329f9f47ca6d78f862bfaf50b5319cf1868e545bf9b0d5
User & Date: rolf 2020-01-10 23:59:06
Context
2020-01-11
02:18
Merged from trunk. check-in: 8cd9ca1c3a user: rolf tags: schema
00:00
Removed unused historical relict. check-in: a97966286a user: rolf tags: trunk
2020-01-10
23:59
Removed unused historical relict. check-in: 9a72a20202 user: rolf tags: schema
23:26
Pacified a (bogus) compiler warning. check-in: 21822aeab7 user: rolf tags: schema
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Deleted win/mkd.bat.

1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
rem RCS: @(#) $Id$

if exist %1\nul goto end

md %1
if errorlevel 1 goto end

echo Created directory %1

:end


<
<
<
<
<
<
<
<
<
<
<
<
<