about summary refs log tree commit diff stats
path: root/src/chrtrans/makew32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrtrans/makew32.bat')
-rw-r--r--src/chrtrans/makew32.bat13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/chrtrans/makew32.bat b/src/chrtrans/makew32.bat
deleted file mode 100644
index da476010..00000000
--- a/src/chrtrans/makew32.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-@rem $LynxId: makew32.bat,v 1.6 2007/06/28 21:07:24 tom Exp $

-@echo off

-

-if "%1"=="" goto normal

-make -l -f makefile.bcb %1

-goto done

-

-:normal

-make -l -f makefile.bcb

-

-call makehdrs

-

-:done