hotspot/make/windows/makefiles/compile.make
changeset 33976 160793725e6f
parent 33094 f10fe3dec526
parent 33957 39113ae98993
child 33981 652bf41da963
--- a/hotspot/make/windows/makefiles/compile.make	Wed Jul 05 20:58:24 2017 +0200
+++ b/hotspot/make/windows/makefiles/compile.make	Mon Nov 02 09:11:55 2015 -0800
@@ -19,7 +19,7 @@
 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 # or visit www.oracle.com if you need additional information or have any
 # questions.
-#  
+#
 #
 
 # Generic compiler settings
@@ -167,7 +167,7 @@
 !endif
 
 
-!if $(MSC_VER) >= 1600 
+!if $(MSC_VER) >= 1600
 LD_FLAGS= $(LD_FLAGS) psapi.lib
 !endif
 
@@ -191,4 +191,3 @@
 !if "$(MFC_DEBUG)" == "true"
 RC_FLAGS = $(RC_FLAGS) /D "_DEBUG"
 !endif
-