瀏覽代碼

microsoft: rename msvc to mvsc

Nathalie Furmento 11 年之前
父節點
當前提交
b5e634de01

+ 1 - 1
ChangeLog

@@ -63,7 +63,7 @@ Small features:
     storing performance models. Available through the new option -d of
     the tool starpu_perfmodel_display
   * New batch files to execute StarPU applications under Microsoft
-    Visual Studio (They are installed in path_to_starpu/bin/msvc)/
+    Visual Studio (They are installed in path_to_starpu/bin/mvsc)/
 
 Changes:
   * Fix of the livelock issue discovered while executing applications

+ 4 - 4
INSTALL

@@ -220,14 +220,14 @@ Running StarPU Applications on Microsoft Visual C
 -------------------------------------------------
 
 Batch files are provided to run StarPU applications under Microsoft
-Visual C. They are installed in path_to_starpu/bin/msvc.
+Visual C. They are installed in path_to_starpu/bin/mvsc.
 
 To execute a StarPU application, you first need to set the environment
 variable STARPUPATH.
 
 c:\....> cd c:\cygwin\home\ci\starpu\
 c:\....> set STARPUPATH=c:\cygwin\home\ci\starpu\
-c:\....> cd bin\msvc
+c:\....> cd bin\mvsc
 c:\....> starpu_open.bat starpu_simple.c
 
 The batch script will run Microsoft Visual C with a basic project file
@@ -241,10 +241,10 @@ StarPU application from the command prompt.
 
 c:\....> cd c:\cygwin\home\ci\starpu\
 c:\....> set STARPUPATH=c:\cygwin\home\ci\starpu\
-c:\....> cd bin\msvc
+c:\....> cd bin\mvsc
 c:\....> starpu_exec.bat ..\..\..\..\examples\basic_examples\hello_world.c
 
-MSVS StarPU Execution
+MVSC StarPU Execution
 ...
 /out:hello_world.exe
 ...

+ 1 - 1
configure.ac

@@ -2389,7 +2389,7 @@ AC_OUTPUT([
 	doc/doxygen/Makefile
 	doc/doxygen/doxygen-config.cfg
 	doc/doxygen/doxygen_filter.sh
-	tools/msvc/starpu_var.bat
+	tools/mvsc/starpu_var.bat
 ])
 
 AC_MSG_NOTICE([

+ 1 - 1
doc/Makefile.am

@@ -15,7 +15,7 @@ endif
 
 EXTRA_DIST =    tutorial/hello_world.c \
 		tutorial/hello_world_plugin.c \
-		tutorial/hello_world_msvc.c \
+		tutorial/hello_world_mvsc.c \
 		tutorial/Makefile \
 		tutorial/README \
 		tutorial/vector_scal.c \

doc/tutorial/hello_world_msvc.c → doc/tutorial/hello_world_mvsc.c


+ 14 - 14
tools/Makefile.am

@@ -29,12 +29,12 @@ dist_pkgdata_DATA = gdbinit
 EXTRA_DIST =				\
 	dev/rename.sed			\
 	dev/rename.sh			\
-	msvc/starpu_clean.bat		\
-	msvc/starpu_open.bat		\
-	msvc/starpu_exec.bat		\
-	msvc/starpu_var.bat		\
-	msvc/starpu.sln			\
-	msvc/starpu/starpu.vcxproj
+	mvsc/starpu_clean.bat		\
+	mvsc/starpu_open.bat		\
+	mvsc/starpu_exec.bat		\
+	mvsc/starpu_var.bat		\
+	mvsc/starpu.sln			\
+	mvsc/starpu/starpu.vcxproj
 
 CLEANFILES = *.gcno *.gcda *.linkinfo
 
@@ -125,14 +125,14 @@ dist_bin_SCRIPTS +=			\
 	starpu_codelet_profile
 
 if STARPU_HAVE_WINDOWS
-STARPU_MSVC_dir		 =	$(bindir)
-nobase_STARPU_MSVC__DATA =		\
-	msvc/starpu_clean.bat		\
-	msvc/starpu_open.bat		\
-	msvc/starpu_exec.bat		\
-	msvc/starpu_var.bat		\
-	msvc/starpu.sln			\
-	msvc/starpu/starpu.vcxproj
+STARPU_MVSC_dir		 =	$(bindir)
+nobase_STARPU_MVSC__DATA =		\
+	mvsc/starpu_clean.bat		\
+	mvsc/starpu_open.bat		\
+	mvsc/starpu_exec.bat		\
+	mvsc/starpu_var.bat		\
+	mvsc/starpu.sln			\
+	mvsc/starpu/starpu.vcxproj
 endif
 
 if STARPU_HAVE_HELP2MAN

tools/msvc/starpu.sln → tools/mvsc/starpu.sln


tools/msvc/starpu/starpu.vcxproj → tools/mvsc/starpu/starpu.vcxproj


tools/msvc/starpu_clean.bat → tools/mvsc/starpu_clean.bat


tools/msvc/starpu_exec.bat → tools/mvsc/starpu_exec.bat


tools/msvc/starpu_open.bat → tools/mvsc/starpu_open.bat


tools/msvc/starpu_var.bat.in → tools/mvsc/starpu_var.bat.in