commit | 29a072e7aaeb92b1d3f56fbb14a4a305ca53a9c7 | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@codeweavers.com> | Mon Sep 05 11:44:17 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 05 17:15:56 2011 +0200 |
tree | 7c9edce9dcd8fec713fbd1c432b6e00bbebd6a0f | |
parent | 5a886316b4575b2ee2dae5b556c5891d22b17dd7 [diff] [blame] |
programs: Add a stub implementation of regasm.exe.
diff --git a/configure.ac b/configure.ac index ed7a60c..0c97bfd 100644 --- a/configure.ac +++ b/configure.ac
@@ -2928,6 +2928,7 @@ WINE_CONFIG_PROGRAM(presentationfontcache,,[install]) WINE_CONFIG_PROGRAM(progman,,[install,po]) WINE_CONFIG_PROGRAM(reg,,[install,po]) +WINE_CONFIG_PROGRAM(regasm,,[install]) WINE_CONFIG_PROGRAM(regedit,,[install,installbin,manpage,po]) WINE_CONFIG_TEST(programs/regedit/tests) WINE_CONFIG_PROGRAM(regsvcs,,[install])