diff options
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>
|