mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
corrected for the r_part files change
This commit is contained in:
parent
79857091aa
commit
80c33d051f
2 changed files with 30 additions and 40 deletions
|
@ -1103,6 +1103,21 @@ SOURCE=..\common\r_misc.c
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=..\common\r_part.c
|
||||
|
||||
!IF "$(CFG)" == "qw_client - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "qw_client - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "qw_client - Win32 GLRelease"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ELSEIF "$(CFG)" == "qw_client - Win32 GLDebug"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -1254,26 +1269,6 @@ SOURCE=.\sw_cl_parse.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\common\sw_rpart.c
|
||||
|
||||
!IF "$(CFG)" == "qw_client - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "qw_client - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "qw_client - Win32 GLRelease"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ELSEIF "$(CFG)" == "qw_client - Win32 GLDebug"
|
||||
|
||||
# PROP BASE Exclude_From_Build 1
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\common\sw_view.c
|
||||
|
||||
!IF "$(CFG)" == "qw_client - Win32 Release"
|
||||
|
|
|
@ -1055,6 +1055,21 @@ SOURCE=..\common\r_misc.c
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=..\common\r_part.c
|
||||
|
||||
!IF "$(CFG)" == "uquake - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 GLRelease"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 GLDebug"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -1218,26 +1233,6 @@ SOURCE=.\sw_cl_parse.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\common\sw_rpart.c
|
||||
|
||||
!IF "$(CFG)" == "uquake - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 GLRelease"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ELSEIF "$(CFG)" == "uquake - Win32 GLDebug"
|
||||
|
||||
# PROP BASE Exclude_From_Build 1
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\common\sw_view.c
|
||||
|
||||
!IF "$(CFG)" == "uquake - Win32 Release"
|
||||
|
|
Loading…
Reference in a new issue