mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Fix error in vc9: don't include manifest, newer versions of msvs do this automatically, which leads to conflicts
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1509 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -216,8 +216,8 @@ FILETYPE VFT_APP
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(__WIN64__)
|
#if !defined(_MSC_VER) || _MSC_VER < 1400
|
||||||
#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
|
#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
|
||||||
1 24 "wx/msw/wx.manifest"
|
//1 24 "wx/msw/wx.manifest"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user