forked from fte/fteqw
1
0
Fork 0

fixed compilation problems with the release target.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@389 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-03 04:20:11 +00:00
parent 2acc7afa28
commit 03499283fd
1 changed files with 26 additions and 0 deletions

View File

@ -164,10 +164,36 @@ SOURCE=.\qcc_pr_lex.c
# Begin Source File # Begin Source File
SOURCE=.\qccgui.c SOURCE=.\qccgui.c
!IF "$(CFG)" == "qcc - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "qcc - Win32 Debug"
!ELSEIF "$(CFG)" == "qcc - Win32 GUIDebug"
!ELSEIF "$(CFG)" == "qcc - Win32 GUIRelease"
!ENDIF
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\qccguistuff.c SOURCE=.\qccguistuff.c
!IF "$(CFG)" == "qcc - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "qcc - Win32 Debug"
!ELSEIF "$(CFG)" == "qcc - Win32 GUIDebug"
!ELSEIF "$(CFG)" == "qcc - Win32 GUIRelease"
!ENDIF
# End Source File # End Source File
# Begin Source File # Begin Source File