Welcome to mirror list, hosted at ThFree Co, Russian Federation.

todo.txt - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 246e98da60c13bff587a25b31119070b3f09f4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


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>