diff options
author | Simon Howard | 2014-05-11 15:30:35 -0400 |
---|---|---|
committer | Simon Howard | 2014-05-11 15:30:35 -0400 |
commit | 6c63460b5a401c1c211a563ef109659d350f6773 (patch) | |
tree | 3b367a2d976a79908109a210bba77b124ffdb626 /msvc/libtextscreen.vcproj | |
parent | 6487e1429d4a6626a1a2ee18826ffe3ece241305 (diff) | |
parent | 81163488c7e68222a2a46959623cfbc4ff49e95f (diff) | |
download | chocolate-doom-6c63460b5a401c1c211a563ef109659d350f6773.tar.gz chocolate-doom-6c63460b5a401c1c211a563ef109659d350f6773.tar.bz2 chocolate-doom-6c63460b5a401c1c211a563ef109659d350f6773.zip |
Merge pull request #405 from alexey-lysiuk/fix_msvc_build
Fix build with MSVC2008
Diffstat (limited to 'msvc/libtextscreen.vcproj')
-rw-r--r-- | msvc/libtextscreen.vcproj | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/msvc/libtextscreen.vcproj b/msvc/libtextscreen.vcproj index 3489cd77..e3e7bdaa 100644 --- a/msvc/libtextscreen.vcproj +++ b/msvc/libtextscreen.vcproj @@ -131,7 +131,6 @@ />
<Tool
Name="VCLibrarianTool"
- IgnoreDefaultLibraryNames="msvcrtd"
/>
<Tool
Name="VCALinkTool"
@@ -175,6 +174,10 @@ >
</File>
<File
+ RelativePath="..\textscreen\txt_fileselect.c"
+ >
+ </File>
+ <File
RelativePath="..\textscreen\txt_gui.c"
>
</File>
@@ -195,6 +198,10 @@ >
</File>
<File
+ RelativePath="..\textscreen\txt_scrollpane.c"
+ >
+ </File>
+ <File
RelativePath="..\textscreen\txt_sdl.c"
>
</File>
@@ -257,6 +264,10 @@ >
</File>
<File
+ RelativePath="..\textscreen\txt_fileselect.h"
+ >
+ </File>
+ <File
RelativePath="..\textscreen\txt_font.h"
>
</File>
@@ -289,6 +300,10 @@ >
</File>
<File
+ RelativePath="..\textscreen\txt_scrollpane.h"
+ >
+ </File>
+ <File
RelativePath="..\textscreen\txt_sdl.h"
>
</File>
@@ -297,6 +312,10 @@ >
</File>
<File
+ RelativePath="..\textscreen\txt_smallfont.h"
+ >
+ </File>
+ <File
RelativePath="..\textscreen\txt_spinctrl.h"
>
</File>
|