summaryrefslogtreecommitdiff
path: root/package/build.windows
diff options
context:
space:
mode:
authorKitae Kim <kt920.kim@samsung.com>2012-03-15 17:18:47 +0900
committerKitae Kim <kt920.kim@samsung.com>2012-03-15 17:18:47 +0900
commit785348ab9f643031881bd83d688a5ed3a8728419 (patch)
tree445db349278c8f2569be7576686711c82346a35a /package/build.windows
parent20d9a0c62b82e10fe03e1be827007f303a8acd12 (diff)
downloadqemu-785348ab9f643031881bd83d688a5ed3a8728419.tar.gz
qemu-785348ab9f643031881bd83d688a5ed3a8728419.tar.bz2
qemu-785348ab9f643031881bd83d688a5ed3a8728419.zip
[Title] Modify dibs scripts files.
[Type] [Module] emulator / dibs [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]
Diffstat (limited to 'package/build.windows')
-rwxr-xr-xpackage/build.windows8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/build.windows b/package/build.windows
index 8292cb538e..c1d5c0f4bf 100755
--- a/package/build.windows
+++ b/package/build.windows
@@ -23,7 +23,7 @@ build()
install()
{
BIN_DIR=$SRCDIR/package/emulator.package.windows/data
- VTM_DIR=$BIN_DIR/Emulator/bin/emulator-manager.exe
+# VTM_DIR=$BIN_DIR/Emulator/bin/emulator-manager.exe
EMUL_DIR=$BIN_DIR/Emulator/bin/emulator-x86.exe
mkdir -p $BIN_DIR
@@ -31,10 +31,10 @@ install()
cd $SRCDIR/tizen
make install
mv Emulator $BIN_DIR
- editbin.exe /SUBSYSTEM:WINDOWS $VTM_DIR
+# editbin.exe /SUBSYSTEM:WINDOWS $VTM_DIR
editbin.exe /SUBSYSTEM:WINDOWS $EMUL_DIR
- cp $SRCDIR/package/emulator.install.windows $BIN_DIR/../
- cp $SRCDIR/package/emulator.remove.windows $BIN_DIR/../
+# cp $SRCDIR/package/emulator.install.windows $BIN_DIR/../
+# cp $SRCDIR/package/emulator.remove.windows $BIN_DIR/../
}
[ "$1" = "clean" ] && clean