# Following files need added #if defined(__OS2__) like __WIN32__
# either copy them to generic or compile them from here (latter: not for .h)
ren ..\generic\tcl.h tcl.h.orig
copy tcl.h ..\generic
ren ..\generic\tclInt.h tclInt.h.orig
copy tclInt.h ..\generic
ren ..\generic\tclPort.h tclPort.h.orig
copy tclPort.h ..\generic
#copy tclAlloc.c ..\generic
#copy tcl2c.c ..\generic
#copy tclCmdAH.c ..\generic
#copy tclLoad.c ..\generic
#copy tclTest.c ..\generic
ren ..\doc\registry.n registry.n.orig
copy registry.n ..\doc
