FreeCalypso > hg > fc-magnetite
diff components/audio @ 519:838eeafb0051
Main and Audio source directories lowercased
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 07:41:05 +0000 |
parents | 9c43952eae1a |
children |
line wrap: on
line diff
--- a/components/audio Sun Jul 22 06:21:01 2018 +0000 +++ b/components/audio Sun Jul 22 07:41:05 2018 +0000 @@ -40,11 +40,11 @@ CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/tm_cust0" CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/dyn_dwl_include" CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" -CPPFLAGS="$CPPFLAGS -I$SRC/cs/services/Audio" +CPPFLAGS="$CPPFLAGS -I$SRC/cs/services/audio" # Source modules -SRCDIR=$SRC/cs/services/Audio +SRCDIR=$SRC/cs/services/audio cfile_plain $SRCDIR/audio_env.c cfile_plain $SRCDIR/audio_api.c