Changeset 5038 for pjproject/trunk/third_party/build/portaudio/Makefile
- Timestamp:
- Mar 27, 2015 10:20:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/portaudio/Makefile
r4786 r5038 40 40 # Defines for building PORTAUDIO library 41 41 # 42 # Note: compile warning is turned off, turn back on when updating PA version! 42 43 export PORTAUDIO_SRCDIR = src 43 44 export PORTAUDIO_OBJS += 44 export PORTAUDIO_CFLAGS += $(_CFLAGS) 45 export PORTAUDIO_CFLAGS += $(_CFLAGS) -w 45 46 export PORTAUDIO_LDFLAGS += $(_LDFLAGS) 46 47
Note: See TracChangeset
for help on using the changeset viewer.