-
Notifications
You must be signed in to change notification settings - Fork 1
All MDSP binaries should be build-able with MS VS 2008 #26
Copy link
Copy link
Open
Description
Currently we have only one VCPROJ at that is for building funcsim. `asm` and
`test` cannot be built using Visual Studio at all! This is not right.
The owner of this bug should perform the following steps:
1) Determine what files are used to build `asm` and `test` binaries
2) Create two new MS VS 2008 projects (they should be created as "Console
Empty" projects, be specially careful about it!), name them asm.vcproj and
test.vcproj, place them near funcsim.vcproj
3) Add files required for every binary to the corresponding VCPROJ.
4) Build them, make sure that they are OK.
5) Update the solution file `mdsp.sln` with two new projects.
6) Add new files to SVN
Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 7:49