Merge pull request #129 from jwillemsen/jwi-cancelprevious
[MPC.git] / config / winapp.mpb
blobb87b3d4240910033e05351e5a1515b26cc2040d8
1 // -*- MPC -*-
2 project {
3   specific(em3, nmake, vc6) {
4     subsystem = windows
5   } else {
6     subsystem = 2
7   }
8   specific(vc10, vc11, vc12, vc14, vs2017, vs2019) {
9     subsystem = Windows
10   }