- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a quick way to print out all my project compiler settings (Fortran and/or C++)?
Thanks in advance,
Jeff
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With a little work on your part, you can build a batch file (or other language) to locate all the "BuildLog.htm" files in the project output folders of interest (blabla\x64\BuildLog.htm) and extract the file names and options therein.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your output files are positioned below some specific folder:
CD \ThatFolderHere
dir BuildLog.htm /s/b>logFiles.htm
Then you have a file list
*** Note, prior to doing this, perform a Clean, then build the configuration of interest. Not doing so will result in having Debug builds, Release builds and all other builds BuildLog.htm files listed.
Jim Dempsey

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page