blob: 2e6d1e9867d05ff906584c0dffdf3e4a26204bb4 [file] [log] [blame]
Benny Prijonoe7172492006-02-09 14:53:57 +00001#
2# OS specific configuration for Win32 OS target.
3#
4
5#
6# PJMEDIA_OBJS specified here are object files to be included in PJMEDIA
7# (the library) for this specific operating system. Object files common
8# to all operating systems should go in Makefile instead.
9#
10export PJMEDIA_OBJS += $(PA_DIR)/pa_unix_hostapis.o $(PA_DIR)/pa_unix_util.o \
11 $(PA_DIR)/pa_unix_oss.o
Benny Prijono7758fce2006-02-09 15:47:12 +000012# $(PA_DIR)/pa_linux_alsa.o
Benny Prijonoe7172492006-02-09 14:53:57 +000013
Benny Prijono7758fce2006-02-09 15:47:12 +000014export OS_CFLAGS += $(CC_DEF)PA_USE_OSS=1