2023-12-27 12:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
* bin/find_bc.bat
* bin/find_vc.bat
* Fixed support of auto PATH setting for manual CC_DIR setup
* bin/bld_bc.bat
* bin/bld_vc.bat
* make_bc.bat
* make_vc.bat
* Removed redundant checks of CC and CC_DIR
2023-12-27 12:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
* bin/find_bc.bat
* bin/find_vc.bat
* Fixed support of auto PATH setting for manual CC_DIR setup
* bin/bld_bc.bat
* bin/bld_vc.bat
* make_bc.bat
* make_vc.bat
* Removed redundant checks of CC and CC_DIR
Il 27/12/2023 18:26, Ron Pinkas ha scritto:
2023-12-27 12:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
* bin/find_bc.bat
* bin/find_vc.bat
* Fixed support of auto PATH setting for manual CC_DIR setup
* bin/bld_bc.bat
* bin/bld_vc.bat
* make_bc.bat
* make_vc.bat
* Removed redundant checks of CC and CC_DIR
With these steps:
@ ECHO OFF
SET MSC=e:\msc32\msc
SET CC_DIR=%MSC%
CALL make_vc clean
PAUSE
I get:
Using CC_DIR: 'e:\msc32\msc'
For your convenience MSVC's bin directory was added to your PATH
"ERROR: Microsoft Visual C++ not found!"
---------------------------------------
Make Utility for Miscosoft Visual C/C++
---------------------------------------
Microsoft Visual C/C++ not found.
Please install Microsoft Visual C/C++ and try again.
So sorry, silly typo. Please check after:
2023-12-27 13:21 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
Only a question: after the tests, can we rem out all that debug
messages? I'm referring to these:
Using CC_DIR: 'e:\fw\temp\msc64\msc'
For your convenience MSVC's bin directory was added to your PATH
Only a question: after the tests, can we rem out all that debug
messages? I'm referring to these:
Using CC_DIR: 'e:\fw\temp\msc64\msc'
For your convenience MSVC's bin directory was added to your PATH
Enrico,
Thanks for the confirmation. :)
I believe these are important messages that should stay, just my 2c.
BTW, I continue to optimize those scripts so if I break it again then
please let me know since I do not have your setup. My apologies in
advance.
Il 27/12/2023 19:27, Ron Pinkas ha scritto:
So sorry, silly typo. Please check after:
2023-12-27 13:21 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
MSC32 build seems to work fine!
@ ECHO OFF
SET MSC=e:\msc32\msc
SET CC_DIR=%MSC%
SET INCLUDE=%MSC%\include\ucrt;%MSC%\include;%MSC%\include\sdk
SET LIB=%MSC%\lib;%MSC%\lib\sdk
SET INCLUDE=%MSC%\include\ucrt;%MSC%\include;%MSC%\include\sdk
SET LIB=%MSC%\lib;%MSC%\lib\sdk
I suspect that at least the '%MSC%\include' and '%MSC%\lib' are not
required - They should be autoatically set.
Il 27/12/2023 21:19, Ron Pinkas ha scritto:
SET INCLUDE=%MSC%\include\ucrt;%MSC%\include;%MSC%\include\sdk
SET LIB=%MSC%\lib;%MSC%\lib\sdk
I suspect that at least the '%MSC%\include' and '%MSC%\lib' are not required - They should be autoatically set.
Yes, I confirm.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 714 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 140:32:16 |
| Calls: | 12,087 |
| Files: | 14,998 |
| Messages: | 6,517,424 |