MSVC: Add .def file generation
commit2bc60636935770231e79b644bfac5faf6587402f
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 15 Dec 2014 17:11:26 +0000 (15 12:11 -0500)
committerYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Sat, 3 Jan 2015 16:53:03 +0000 (4 01:53 +0900)
tree419208cbb9ee89a91170bea5688b2ab2f659884b
parent6682f497d5aa48efb3961d7d05c9d0d0c229b77d
MSVC: Add .def file generation

This generates a list of exported symbols based on lsmash.h.

We can rely on C# being installed, since it is required in MSVC 2013.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
L-SMASH.sln
L-SMASH.vcxproj
windows/App.config [new file with mode: 0644]
windows/dllexportgen.cs [new file with mode: 0644]
windows/dllexportgen.csproj [new file with mode: 0644]