[Issue 11854] Git-head does not build with Visual Studio

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 31 08:23:59 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11854



--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-12-31 08:23:57 PST ---
(In reply to comment #0)
> so the visual studio project file should likely add this define too.

Specifically it's added via (taken from
http://msdn.microsoft.com/en-us/library/hhzbb5c8.aspx):

    Open the project Property Pages dialog box. For more information, see How
to: Open Project Property Pages.

    In the left pane, select Configuration Properties, C/C++, Preprocessor.

    In the right pane, in the right-hand column of the Preprocessor Definitions
property, open the drop-down menu and choose Edit.

    In the Preprocessor Definitions dialog box, add (one per line), modify, or
delete one or more definitions. Choose OK to save your changes.

Note that each definition goes on its own line rather than being separated by a
space (silly VS make-me-think design..).

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list