diff options
-rwxr-xr-x | tizen/src/Makefile | 3 | ||||
-rwxr-xr-x | tizen/src/scripts/tap-uninstall.bat | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/tizen/src/Makefile b/tizen/src/Makefile index 2b5bbe1974..c39b01ac1c 100755 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -99,9 +99,6 @@ endif ifdef CONFIG_DARWIN cp -pP scripts/emulator-ifup-darwin.sh $(EMUL_DIR)/etc/emulator-ifup.sh endif -ifdef CONFIG_WIN32 - cp -pP scripts/tap-uninstall.bat $(EMUL_DIR)/bin -endif else all: diff --git a/tizen/src/scripts/tap-uninstall.bat b/tizen/src/scripts/tap-uninstall.bat deleted file mode 100755 index fce4a5d6b4..0000000000 --- a/tizen/src/scripts/tap-uninstall.bat +++ /dev/null @@ -1,4 +0,0 @@ -@ECHO OFF -SET EMULATOR_BIN_PATH=%~dp0 -rem remove all tap devices -"%EMULATOR_BIN_PATH%\devcon.exe" remove OemWin2k.inf tap0901 |