]> granicus.if.org Git - postgresql/blobdiff - src/tools/msvc/Mkvcbuild.pm
Split psql's lexer into two separate .l files for SQL and backslash cases.
[postgresql] / src / tools / msvc / Mkvcbuild.pm
index 949077a797f9bb378aa2321eb5799aa655ebc8a3..12f3bc6e6b01977ee862ced81f9681b03106eb0e 100644 (file)
@@ -64,7 +64,7 @@ my $frontend_extraincludes = {
        'initdb' => ['src/timezone'],
        'psql'   => [ 'src/bin/pg_dump', 'src/backend' ] };
 my $frontend_extrasource = {
-       'psql' => ['src/bin/psql/psqlscan.l'],
+       'psql' => ['src/bin/psql/psqlscan.l', 'src/bin/psql/psqlscanslash.l'],
        'pgbench' =>
          [ 'src/bin/pgbench/exprscan.l', 'src/bin/pgbench/exprparse.y' ], };
 my @frontend_excludes = (