premake/todo.txt
LiamDevine 4df8255508 added MFC support
changed to use only one configuration block
2010-06-21 17:38:50 +01:00

21 lines
450 B
Plaintext

add support for flags: Managed, Unsafe
support C
support Managed C++
support C#
MFC support added which sets <UseOfMfc>Dynamic</UseOfMfc>
Should the project define DEBUG and NDEBUG depending on if debugging info is on??
look at ResourceCompile
why are the preprocessor and include dir repeated?
dll add the following when required
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>