[Issue 9680] Include entry point location in "dmd -v -o-" output
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 9 21:45:09 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9680
--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-03-10 07:45:05 EET ---
Oh, good point about printing the entry point kind (winmain/dllmain)! Then the
build tool could also do the right thing and build a DLL, or pass
"/SUBSYSTEM:WINDOWS" to the linker.
How about this format:
entry main foo\bar.d
"entry" is constant, "main" is the entry point kind (main/winmain/dllmain), and
the third field is the path name. This leaves room for detecting other kinds of
entry points if that's something that might happen (extern(C) main?)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list