Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / libvpx / source / libvpx / build / x86-msvs / obj_int_extract.bat
index 0e9605e..e8b43d6 100644 (file)
@@ -10,6 +10,6 @@ echo on
 REM Arguments:\r
 REM   %1 - Relative path to the directory containing the vp8 source directory.\r
 REM   %2 - Path to obj_int_extract.exe.\r
-cl /I "./" /I "%1" /nologo /c "%1/vp8/encoder/vp8_asm_enc_offsets.c"\r
+cl /I. /I%1 /nologo /c "%~1/vp8/encoder/vp8_asm_enc_offsets.c"\r
 %2\obj_int_extract.exe rvds "vp8_asm_enc_offsets.obj" > "vp8_asm_enc_offsets.asm"\r
 \r