@echo off
REM Setup for compiling with Watcom C/C++ 11.0 in 32 bit mode
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\WIN32\WC11;%WC11_PATH%\LIB386;%WC11_PATH%\LIB386\NT;.
ec
/* flash.h:
Header file for use with 29LV160 for 32 bit mode (2 devices in x16 mode).
*/
/* FLASHFUNCSIZE:
Size of the array used by the flash operations to copy functions into
RAM space fo
/* flash.h:
* Header file for use with 29F040 in 8 bit mode and 2
* 29LV800BBs combined for 32 bit mode.
*/
#define FLASH_TIMEOUT 1000000
#define GANG 0x02000000
#define FLA
/*
* flash.h
*
* by Thomas E. Arvanits (tharvan@inaccessnetworks.com)
*
* Header file for use with 29F128J3A (intel strata flash)
* for 16 bit mode, in x2 configuration for 32 bit access.
*/
#
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zlib.h"
#define local
/* vmBaseArch32Lib.c - VM (bundled) library for PentiumPro/2/3/4 32 bit mode */
/* Copyright 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
/* vmArch32Lib.c - VM (VxVMI) library for PentiumPro/2/3/4 32 bit mode */
/* Copyright 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,12