mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Updated project files.
This commit is contained in:
parent
b368b844f0
commit
b5af66601e
@ -262,6 +262,9 @@ EXPORTS
|
||||
isc_encode_sql_date=fbclient.isc_encode_sql_date @264
|
||||
isc_encode_sql_time=fbclient.isc_encode_sql_time @265
|
||||
isc_encode_timestamp=fbclient.isc_encode_timestamp @266
|
||||
isc_get_client_version=fbclient.isc_get_client_version
|
||||
isc_get_client_major_version=fbclient.isc_get_client_major_version
|
||||
isc_get_client_minor_version=fbclient.isc_get_client_minor_version
|
||||
CVT_move=fbclient.CVT_move @267
|
||||
_isc_start_transaction=fbclient._isc_start_transaction
|
||||
_isc_expand_dpb=fbclient._isc_expand_dpb
|
||||
|
@ -262,6 +262,9 @@ EXPORTS
|
||||
isc_encode_sql_date=fbclient.isc_encode_sql_date @264
|
||||
isc_encode_sql_time=fbclient.isc_encode_sql_time @265
|
||||
isc_encode_timestamp=fbclient.isc_encode_timestamp @266
|
||||
isc_get_client_version=fbclient.isc_get_client_version
|
||||
isc_get_client_major_version=fbclient.isc_get_client_major_version
|
||||
isc_get_client_minor_version=fbclient.isc_get_client_minor_version
|
||||
CVT_move=fbclient.CVT_move @267
|
||||
_isc_start_transaction=fbclient._isc_start_transaction
|
||||
_isc_expand_dpb=fbclient._isc_expand_dpb
|
||||
|
@ -97,6 +97,10 @@ SOURCE=..\..\..\src\jrd\perf.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\pwd.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\why.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
@ -106,24 +110,10 @@ SOURCE=..\..\..\src\jrd\why.cpp
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\remote\allr.cpp
|
||||
|
||||
!IF "$(CFG)" == "fbembed - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "fbembed - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\remote\xdr.cpp
|
||||
|
||||
!IF "$(CFG)" == "fbembed - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "fbembed - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "UTILITIES files"
|
||||
|
Loading…
Reference in New Issue
Block a user