diff options
Diffstat (limited to 'tests/api/testscript')
-rw-r--r-- | tests/api/testscript | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/api/testscript b/tests/api/testscript index 01f883b..6522c44 100644 --- a/tests/api/testscript +++ b/tests/api/testscript @@ -55,14 +55,14 @@ : cflags : $* --cflags $f >>EOO - I C:Program FilesFoo + I C:\Program Files\Foo EOO : libs : $* --libs $f >>EOO - L C:Program FilesFoo - l C:Program FilesFoofoo + L C:\Program Files\Foo + l C:\Program Files\Foo\foo EOO : vars @@ -91,14 +91,14 @@ : cflags : $* --cflags $f >>EOO - I C:\\Program Files\\Foo + I C:\Program Files\Foo EOO : libs : $* --libs $f >>EOO - L C:\\Program Files\\Foo - l C:\\Program Files\\Foo\\foo + L C:\Program Files\Foo + l C:\Program Files\Foo\foo EOO : vars |