Re: build problems on NT 5

2001-02-27 Thread Miguel Angel Solórzano
At 18:10 27/02/2001 +0100, Cynic wrote: Hi! The masm is a separate product of Microsoft. You can remove the .asm files from the MySQL tree. When your compiler reach the linking process, the linker will claims for some files of the strings directory, then add all these files from /strings directory

build problems on NT 5

2001-02-27 Thread Cynic
Should MySQL build out of the box on NT? I tried to build 3.23.32 and 3.23.33 on NT 5, and both attempts failed on the assembler code. The custom build step for /strings/Strings.asm is as follows: masm -Mx -t -DDOS386 -DM_I386 $(InputPath),$(OutDir)\$(InputName).obj,,, I believe I have MA