diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-29 13:45:25 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-30 00:12:36 -0400 |
commit | 1f4ca0539b32b3f80d5aff2f096e9aebbca5300d (patch) | |
tree | c454ba5cffcdbc7776338277f7477ec548a5c68b /make_msvc_net2003.vcproj | |
parent | d0944ee2e8705734c47371f3ec881ce9dae83411 (diff) | |
download | gunmake-1f4ca0539b32b3f80d5aff2f096e9aebbca5300d.tar.gz |
Fixes for building with MSVC.
Diffstat (limited to 'make_msvc_net2003.vcproj')
-rw-r--r-- | make_msvc_net2003.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make_msvc_net2003.vcproj b/make_msvc_net2003.vcproj index 956b321..be620ad 100644 --- a/make_msvc_net2003.vcproj +++ b/make_msvc_net2003.vcproj @@ -172,6 +172,9 @@ RelativePath=".\job.c">
</File>
<File
+ RelativePath=".\load.c">
+ </File>
+ <File
RelativePath=".\output.c">
</File>
<File
@@ -211,6 +214,9 @@ RelativePath=".\w32\compat\dirent.c">
</File>
<File
+ RelativePath=".\w32\compat\posixfcn.c">
+ </File>
+ <File
RelativePath=".\w32\subproc\misc.c">
<FileConfiguration
Name="Debug|Win32">
|