From ac9aaeeff0745290846deb2f3d3b7b1628b68c0d Mon Sep 17 00:00:00 2001 From: Henry Tumblin Date: Fri, 25 Sep 2009 18:25:57 +0400 Subject: Visual Studio 2008 NASM integration Add integration rules in order to use NASM seamlessly in your VS2k8. Signed-off-by: Henry Tumblin Signed-off-by: Frank Kotler Signed-off-by: Cyrill Gorcunov --- contrib/VSrules/nasm.README | 16 +++++++++ contrib/VSrules/nasm.rules | 79 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 contrib/VSrules/nasm.README create mode 100644 contrib/VSrules/nasm.rules (limited to 'contrib') diff --git a/contrib/VSrules/nasm.README b/contrib/VSrules/nasm.README new file mode 100644 index 0000000..8fbf155 --- /dev/null +++ b/contrib/VSrules/nasm.README @@ -0,0 +1,16 @@ + Visual Studio 2008 NASM integration + + +In order to use nasm seamlessly in your VS2k8, follow the steps below. + +1. First install nasm by running its installer +2. copy nasm.rules to c:\Program Files\Microsoft Visual Studio 2008\VC\VCProjectDefaults +3. Start Visual Studio 2008 +4. go to Tools->Options->VC++ Directories +5. click on Show Directories for Executables +6. add C:\Program Files\NASM to the list of paths +7. Open a solution that you want to use NASM with +8. Right click on the project name and select Custom Build Rules +9. Check the box next to the NASM line +10. Add any .asm files to the project +11. click on build to test diff --git a/contrib/VSrules/nasm.rules b/contrib/VSrules/nasm.rules new file mode 100644 index 0000000..79b4fb1 --- /dev/null +++ b/contrib/VSrules/nasm.rules @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3