diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-20 15:13:46 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-20 15:13:46 +0000 |
commit | af7ccb969170ee752dbc7324c4aa999c57402296 (patch) | |
tree | ea01a664d0f75ae6a861e8b0f8b3329a31d8abe3 /win | |
parent | 9772f89b939784fa5a4aa7c2df353f0e759dd3e8 (diff) |
Same change for VC71. This is a manual edit of the file as I don't have an old VC++ to try it with..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7071 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircdVC71.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/inspircdVC71.vcproj b/win/inspircdVC71.vcproj index cb92e3c4c..b6c64641e 100644 --- a/win/inspircdVC71.vcproj +++ b/win/inspircdVC71.vcproj @@ -172,7 +172,7 @@ del *.ilk <Tool
Name="VCPreBuildEventTool"
Description="Running Configure...."
- CommandLine="$(InputDir)\configure.exe"/>
+ CommandLine=""$(InputDir)\configure.exe""
<Tool
Name="VCPreLinkEventTool"/>
<Tool
|