Changeset bde7730 in multiio


Ignore:
Timestamp:
07/17/09 19:11:13 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
master
Children:
f4f30be
Parents:
1ed177b
Message:

2009-07-17 Joel Sherrill <joel.sherrill@…>

  • Makefile: Add dependencies so .exe's are relinked.
  • mio_io.c: Typo.
  • pcmmio_commands.c: Basic shell of command works.
Location:
pcmmio/original
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pcmmio/original/ChangeLog

    r1ed177b rbde7730  
     12009-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile: Add dependencies so .exe's are relinked.
     4        * mio_io.c: Typo.
     5        * pcmmio_commands.c: Basic shell of command works.
     6
    172009-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
    28
  • pcmmio/original/Makefile

    r1ed177b rbde7730  
    3232all:    ${ARCH} $(OBJS) $(PGMS)
    3333
    34 ${ARCH}/pcmmio_shell.exe: pcmmio_shell.c
     34${ARCH}/pcmmio_shell.exe: pcmmio_shell.c $(OBJS)
    3535        $(CC) $(LDFLAGS) -o $@ $< $(SHARED_COBJS)
    3636
    37 ${ARCH}/%.exe: %.c
     37${ARCH}/%.exe: %.c $(OBJS)
    3838        $(CC) $(LDFLAGS) -o $@ $< $(SHARED_COBJS) $(SHARED_CONFIG)
  • pcmmio/original/mio_io.c

    r1ed177b rbde7730  
    11/* mio_io.c
    2  * WinSystems support module file for the  PCM-MIO Linux driver
     2 * WinSystems support module file for the PCM-MIO Linux and RTEMS drivers
    33 *
    44 *  $Id$
    5  *
    65 *
    76 *  This file implements all of the supported 'C' language functions.
Note: See TracChangeset for help on using the changeset viewer.