Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-24453] Check the CCI driver file related to engine build. #52

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

hwany7seo
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-24453

Purpose
Check the CCI driver file related to engine build.

Implementation

  • Change CCI Driver to use 'cascci.def' in 'cubrid-cci' repository
    cubrid/win/cascci.def -> cubrid/cubrid-cci/win/cascci.def
  • On build for engine, modify to use CCI BASE(cubic-cci/src/base) folder.

Remarks
After the merge is completed, the file in engine Repository is also modified.

http://jira.cubrid.org/browse/CBRD-24453

- Change CCI Driver to use 'cascci.def' in 'cubrid-cci' repository
cubrid/win/cascci.def -> cubrid/cubrid-cci/win/cascci.def
- On build for engine, modify to use CCI BASE(cubic-cci/src/base) folder.
@hwany7seo hwany7seo self-assigned this Aug 12, 2022
@@ -196,7 +196,7 @@ if(WIN32)
else(FOR_OTHER_DRIVER)
target_compile_definitions(cascci PRIVATE CAS_CCI_DL)
endif(FOR_OTHER_DRIVER)
set_target_properties(cascci PROPERTIES LINK_FLAGS "/DEF:\"${CMAKE_SOURCE_DIR}/win/cascci/cascci.def\"" LINK_FLAGS_RELEASE "/NODEFAULTLIB:libcmt.lib" LINK_FLAGS_DEBUG "/NODEFAULTLIB:msvcrt.lib")
set_target_properties(cascci PROPERTIES LINK_FLAGS "/DEF:\"${CCI_ROOT_PATH}/win/cascci/cascci.def\"" LINK_FLAGS_RELEASE "/NODEFAULTLIB:libcmt.lib" LINK_FLAGS_DEBUG "/NODEFAULTLIB:msvcrt.lib")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If CUBRID/win/cascci/cascci.def is no longer used, shouldn't it be deleted from the CUBRID repository?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be deleted like remarks comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants