openh264/build
Martin Storsjö b2f1cbaae9 Add a separate platform makefile for "msvc-app"
This is for building code in the "app" mode (for Windows
Store apps/RT/metro/modern UI/appcontainer), which restricts API
usage and uses the Windows Runtime APIs for threading instead of the
old Win32 functions that aren't available for such apps.

This is similar to building for Windows Phone, but without the phone
specific libraries.

The common parts are abstracted to a common include makefile, that
both the targets "msvc-app" and "msvc-wp" use.
2015-05-11 23:30:46 +03:00
..
arch.mk Remove the "platform-" prefix from common shared makefiles 2014-10-22 10:18:53 +03:00
astyle.cfg Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
AutoBuildForWPAndWindows.bat Merge pull request #1907 from mstorsjo/x86-64-arch-simplify 2015-04-21 09:06:33 +08:00
gtest-targets.mk refine common moudle for part of intra prediction function 2014-09-25 14:03:11 +08:00
mktargets.py improve py and mk 2014-09-12 10:30:56 +08:00
mktargets.sh Regenerate test/common/targets.mk via the mktargets.sh script as well 2014-07-02 15:07:02 +03:00
msvc-app.mk Add a separate platform makefile for "msvc-app" 2015-05-11 23:30:46 +03:00
msvc-common.mk remove the unsupport option -nologo 2015-04-27 12:11:37 +08:00
platform-android.mk Move the "all" make target before including any platform files 2015-04-22 09:20:31 +03:00
platform-darwin.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00
platform-freebsd.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00
platform-ios.mk Support building outside of the source tree 2014-07-15 20:40:51 +03:00
platform-linux.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00
platform-mingw_nt.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00
platform-msvc-app.mk Add a separate platform makefile for "msvc-app" 2015-05-11 23:30:46 +03:00
platform-msvc-wp.mk Add a separate platform makefile for "msvc-app" 2015-05-11 23:30:46 +03:00
platform-msvc.mk Move the "all" make target before including any platform files 2015-04-22 09:20:31 +03:00
x86-common.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00