diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:10:03 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:32:25 +0100 |
commit | 6ecb8d38b38e134760cf6fd88b078b224b2d8424 (patch) | |
tree | 5eb2eaf0d5f3d8d72a304c9538ac91964d4043c6 /settings.in | |
parent | 1003471ce94d752eda3977c9fa07cbe32ac149f2 (diff) | |
download | haskell-6ecb8d38b38e134760cf6fd88b078b224b2d8424.tar.gz |
Move more commands into the settings file
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings.in b/settings.in index a82bd3508c..6ddeb181e8 100644 --- a/settings.in +++ b/settings.in @@ -4,5 +4,8 @@ ("ar command", "@ArCmd@"), ("ar flags", "@ArArgs@"), ("ar supports at file", "@ArSupportsAtFile@"), - ("perl command", "@PerlCmd@")] + ("touch command", "@SettingsTouchCommand@"), + ("dllwrap command", "@SettingsDllWrapCommand@"), + ("windres command", "@SettingsWindresCommand@"), + ("perl command", "@SettingsPerlCommand@")] |