diff options
author | Gerte Hoogewerf <g.hoogewerf@gmail.com> | 2013-10-24 21:20:36 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-24 21:20:36 +0300 |
commit | d49ab08ae027b241966b6ab9cc4514efefae829e (patch) | |
tree | 7ab95667236f9d782351fcf0a1057c69029a4dcf | |
parent | 10a4b120bd028a6b5953a107a349b8ab090cdb9d (diff) | |
download | gunmake-d49ab08ae027b241966b6ab9cc4514efefae829e.tar.gz |
Fix MS Visual Studio NET2003 build.
* make_msvc_net2003.vcproj: Do not exclude guile.c from compilation.
Copyright-paperwork-exempt: Yes.
-rw-r--r-- | make_msvc_net2003.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_msvc_net2003.vcproj b/make_msvc_net2003.vcproj index be620ad..01b1f0d 100644 --- a/make_msvc_net2003.vcproj +++ b/make_msvc_net2003.vcproj @@ -154,11 +154,11 @@ <File
RelativePath=".\getopt1.c">
</File>
-<!--
+
<File
RelativePath=".\guile.c">
</File>
--->
+
<File
RelativePath=".\hash.c">
</File>
|