diff options
author | scuri <scuri> | 2010-06-22 18:01:16 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-22 18:01:16 +0000 |
commit | 880c5f9d48f9afad98b96d7f16d358303b2e497e (patch) | |
tree | 89b789b44f87487100b610155c8d69929ae66bf3 /src/make_uname.bat | |
parent | 83fda5788bfe03ca4e6086d98f90100dfa9dc4f2 (diff) |
*** empty log message ***
Diffstat (limited to 'src/make_uname.bat')
-rw-r--r-- | src/make_uname.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make_uname.bat b/src/make_uname.bat index 3dcd2e3..afa3da7 100644 --- a/src/make_uname.bat +++ b/src/make_uname.bat @@ -15,8 +15,8 @@ call tecmake %1 "MF=imlua_jp2" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=imlua_avi" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=imlua_fftw5" %2 %3 %4 %5 %6 %7 %8 -REM WMV and Capture are NOT available in some compiler -REM so this may result in errors, just ignore them +REM WMV and Capture are NOT available in some compilers, +REM so this may result in errors, just ignore them. call tecmake %1 "MF=im_wmv" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=im_capture" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=imlua_wmv" %2 %3 %4 %5 %6 %7 %8 |