diff --git a/native/WinFsNotifier/.gitignore b/native/WinFsNotifier/.gitignore index 3fc31dee9d5f..f7de2ae74aae 100644 --- a/native/WinFsNotifier/.gitignore +++ b/native/WinFsNotifier/.gitignore @@ -1,4 +1,3 @@ /.idea/ /cmake-build-*/ -/build32/ -/build64/ \ No newline at end of file +/build-*/ diff --git a/native/WinFsNotifier/build.cmd b/native/WinFsNotifier/build.cmd deleted file mode 100644 index e5c714352c95..000000000000 --- a/native/WinFsNotifier/build.cmd +++ /dev/null @@ -1,14 +0,0 @@ -@ECHO OFF - -SET BUILD_DIR=%1 -SET PLATFORM=%2 -SET CMAKE=%CMAKE_PATH%\bin\cmake - -IF EXIST "%BUILD_DIR%" RMDIR /S /Q "%BUILD_DIR%" -MKDIR "%BUILD_DIR%" & CD "%BUILD_DIR%" - -"%CMAKE%" -G "Visual Studio 12 2013" -T v120_xp -A "%PLATFORM%" .. -IF ERRORLEVEL 1 EXIT 1 - -"%CMAKE%" --build . --config Release -IF ERRORLEVEL 1 EXIT 2 \ No newline at end of file diff --git a/native/WinRestarter/.gitignore b/native/WinRestarter/.gitignore index caf4514d3088..f7de2ae74aae 100644 --- a/native/WinRestarter/.gitignore +++ b/native/WinRestarter/.gitignore @@ -1,3 +1,3 @@ /.idea/ /cmake-build-*/ -/build/ \ No newline at end of file +/build-*/ diff --git a/native/WinRestarter/build.cmd b/native/WinRestarter/build.cmd deleted file mode 100644 index e37dbcf1cdf0..000000000000 --- a/native/WinRestarter/build.cmd +++ /dev/null @@ -1,13 +0,0 @@ -@ECHO OFF - -SET BUILD_DIR=build32 -SET CMAKE=%CMAKE_PATH%\bin\cmake - -IF EXIST "%BUILD_DIR%" RMDIR /S /Q "%BUILD_DIR%" -MKDIR "%BUILD_DIR%" & CD "%BUILD_DIR%" - -"%CMAKE%" -G "Visual Studio 12 2013" -T v120_xp -A win32 .. -IF ERRORLEVEL 1 EXIT 1 - -"%CMAKE%" --build . --config Release -IF ERRORLEVEL 1 EXIT 2 \ No newline at end of file