mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Updated project files.
This commit is contained in:
parent
f966827a64
commit
b2b118e6f4
@ -166,6 +166,13 @@ SOURCE=..\..\..\src\dsql\pass1.cpp
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\dsql\preparse.cpp
|
||||
|
||||
!IF "$(CFG)" == "dsql_server - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "dsql_server - Win32 Release"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -41,7 +41,7 @@ RSC=rc.exe
|
||||
# PROP Intermediate_Dir "debug\dsql_server_cs"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /D "DEBUG" /D "_DEBUG" /D "_LIB" /D "_WINDOWS" /D "NOMSG" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "DEV_BUILD" /D "_MBCS" /D "_X86_" /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /D "DEBUG" /D "_DEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "DEV_BUILD" /D "_MBCS" /D "_X86_" /FD /GZ /c
|
||||
# ADD BASE RSC /l 0x41d /d "_DEBUG"
|
||||
# ADD RSC /l 0x41d /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
|
@ -402,11 +402,11 @@ SOURCE=..\..\..\src\jrd\sym.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\os\win32\thd_priority.cpp
|
||||
SOURCE=..\..\..\src\jrd\thd.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\thd_win32.cpp
|
||||
SOURCE=..\..\..\src\jrd\os\win32\thd_priority.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -402,11 +402,11 @@ SOURCE=..\..\..\src\jrd\sym.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\os\win32\thd_priority.cpp
|
||||
SOURCE=..\..\..\src\jrd\thd.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\thd_win32.cpp
|
||||
SOURCE=..\..\..\src\jrd\os\win32\thd_priority.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -121,7 +121,7 @@ SOURCE=..\..\..\src\jrd\isc_win32.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\thd_win32.cpp
|
||||
SOURCE=..\..\..\src\jrd\thd.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header files"
|
||||
|
@ -171,22 +171,15 @@ SOURCE=..\..\..\src\jrd\thd.cpp
|
||||
|
||||
!IF "$(CFG)" == "fbclient - Win32 Debug"
|
||||
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ELSEIF "$(CFG)" == "fbclient - Win32 Release"
|
||||
|
||||
# PROP BASE Exclude_From_Build 1
|
||||
# PROP Exclude_From_Build 1
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\thd_win32.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\utl.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Loading…
Reference in New Issue
Block a user