Ticket #32 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

MSVC project files are missing source files

Reported by: jlawson-yasm Assigned to: peter@tortall.net
Priority: P2 Milestone: 0.4.0
Component: Build Tools / Libraries Version: other
Severity: normal Keywords:
Cc:

Description

I tried to build the current version of YASM by using the latest nightly cvs
snapshot (yasm-20040327) and found that the Mkfiles\vc\libyasm\libyasm.dsp
project file is missing two source files necessary to build:

libyasm\objfmt.c
libyasm\assocdat.c

Also I had to manually create "nasm-macros.c" by compiling and running genmacro
myself.  It would be best if this step were automatically done by the project
files when it is missing.

J:\opensource\yasm-20040327>cl modules\preprocs\nasm\genmacro.c
J:\opensource\yasm-20040327>genmacro.exe modules\preprocs\nasm\standard.mac

Attachments

Change History

04/02/04 19:07:33 changed by peter

  • status changed from new to resolved.
  • resolution set to fixed.
Fixed: nasm-macros.c is now included in the distribution, and the two missing
libyasm files have been added to libyasm.dsp.  The next snapshot (yasm-20040403)
should include the updates.

Thanks for the bug report!

Add/Change #32 (MSVC project files are missing source files)