mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
Add vars.c to the Visual C workspace.
svn-id: r3626
This commit is contained in:
parent
d87271cee2
commit
c8522359f5
@ -21,8 +21,8 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
#pragma warning (disable: 4244)
|
||||
#pragma warning (disable: 4101)
|
||||
//#pragma warning (disable: 4244)
|
||||
//#pragma warning (disable: 4101)
|
||||
|
||||
#define scumm_stricmp stricmp
|
||||
|
||||
|
@ -321,6 +321,10 @@ SOURCE=.\sys.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\vars.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\verbs.cpp
|
||||
|
||||
!IF "$(CFG)" == "scummvm - Win32 Release"
|
||||
|
Loading…
x
Reference in New Issue
Block a user