go.bat 1.21 KB
@echo off
rem HEADER******************************************************************
rem ************************************************************************
rem *** 
rem *** Copyright (c) 1989-2002 ARC International.
rem *** All rights reserved                                          
rem ***                                                              
rem *** This software embodies materials and concepts which are      
rem *** confidential to ARC International and is made
rem *** available solely pursuant to the terms of a written license   
rem *** agreement with ARC International             
rem ***
rem *** $Workfile: go.bat$
rem *** $Revision: 1.1 $
rem *** $Date: 2003/02/17 20:49:00 $
rem ***
rem *** Description:      
rem ***  This file contains the command line required to compile the
rem ***  USB 1.1 Chapter 9 example application.
rem ************************************************************************
rem *END********************************************************************

if not exist aa3.met mkdir aa3.met
cd aa3.met
hcarc -g -Bbase=0x100 -arc8 -o ch9.out -I..\..\..\source\include ..\..\..\source\devapi.c ..\..\..\source\vusbd11.c ..\..\..\source\arc.c ..\ch9.c