diff src/share/tools/ProjectCreator/WinGammaPlatformVC6.java @ 2027:aa6e219afbf1

7006354: Updates to Visual Studio project creation and development launcher Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
author sla
date Wed, 15 Dec 2010 07:11:31 -0800
parents f95d63e2154a
children 06f017f7daa7 15d6977f04b0
line wrap: on
line diff
--- a/src/share/tools/ProjectCreator/WinGammaPlatformVC6.java	Tue Dec 14 15:10:52 2010 -0500
+++ b/src/share/tools/ProjectCreator/WinGammaPlatformVC6.java	Wed Dec 15 07:11:31 2010 -0800
@@ -260,6 +260,8 @@
         return rv;
     }
 
+    void getAdditionalNonKernelLinkerFlags(Vector rv) {}
+
     Vector getProductCompilerFlags() {
         Vector rv = new Vector();