From 333fbd7e724d93411250a86659eca9f14d6ff5c8 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 9 Feb 2006 14:38:30 +0000 Subject: Failed attempt to build pjmedia with DirectSound on Linux git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@171 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/build/os-win32.mak | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pjmedia/build/os-win32.mak (limited to 'pjmedia/build/os-win32.mak') diff --git a/pjmedia/build/os-win32.mak b/pjmedia/build/os-win32.mak new file mode 100644 index 00000000..cb58993f --- /dev/null +++ b/pjmedia/build/os-win32.mak @@ -0,0 +1,13 @@ +# +# OS specific configuration for Win32 OS target. +# + +# +# PJMEDIA_OBJS specified here are object files to be included in PJMEDIA +# (the library) for this specific operating system. Object files common +# to all operating systems should go in Makefile instead. +# +export PJMEDIA_OBJS += $(PA_DIR)/pa_win_hostapis.o $(PA_DIR)/pa_win_util.o \ + $(PA_DIR)/pa_win_ds.o + +export OS_CFLAGS += -DPA_NO_ASIO -- cgit v1.2.3