mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 00:10:54 +00:00
Updated MSVC project files due to view.c merge.
This commit is contained in:
parent
722dfab94d
commit
81a7a3e67f
1 changed files with 12 additions and 1 deletions
|
@ -1278,7 +1278,18 @@ SOURCE=..\common\vid_win.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\view.c
|
||||
SOURCE=..\common\view.c
|
||||
|
||||
!IF "$(CFG)" == "uquake - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 GLRelease"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 GLDebug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
Loading…
Reference in a new issue