On 10/7/2019 4:30 PM, George Neuner wrote:

Visual Studio's compile and link options are output in log files in the *<project_name>.tlog*  sub-directory under the build (debug or release) directory.  See *CL.command.?.log* and *link.command.?.log*  where '?' is some number.   [I don't know what that number represents - on my system I have only ever seen '1'.]

Sorry, should have been a little more explicit.

By default the logs and build information are in the *_source_* tree in sub-directories that are named corresponding to the desired build:  debug, release, x64/debug, x64/release.  The <project>.tlog directory and the logs for each build that has happened will be under those.

If the project is customized for different output locations, then YMMV.

George

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/a352c46c-1688-d26b-1544-79721f2e59ef%40comcast.net.

Reply via email to