Moved out 16 bit code.

This commit is contained in:
Eric Pouech 2002-10-10 22:47:41 +00:00 committed by Alexandre Julliard
parent 46c49c6d79
commit 20b26e714d
1 changed files with 3 additions and 2 deletions

View File

@ -15,13 +15,14 @@ C_SRCS = \
format.c \ format.c \
internal.c \ internal.c \
msacm32_main.c \ msacm32_main.c \
msacm_main.c \
pcmconverter.c \ pcmconverter.c \
stream.c stream.c
C_SRCS16 = \
msacm_main.c
RC_SRCS = msacm.rc RC_SRCS = msacm.rc
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies: