nasm.README 634 B

1234567891011121314151617
  1. Visual Studio 2008 NASM integration
  2. In order to use nasm seamlessly in your VS2k8, follow the steps below.
  3. 1. First install nasm by running its installer
  4. 2. copy nasm.rules to c:\Program Files\Microsoft Visual Studio 2008\VC\VCProjectDefaults
  5. 3. Start Visual Studio 2008
  6. 4. go to Tools->Options->VC++ Directories
  7. 5. click on Show Directories for Executables
  8. 6. add C:\Program Files\NASM to the list of paths
  9. 7. Open a solution that you want to use NASM with
  10. 8. Right click on the project name and select Custom Build Rules
  11. 9. Check the box next to the NASM line
  12. 10. Add any .asm files to the project
  13. 11. click on build to test