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

BuildExecutableInstall.bat doesn't copy fbembed.dll ( and others [CORE1159] #1581

Closed
firebird-automations opened this issue Mar 7, 2007 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Dimitrios Chr. Ioannidis (dchri)

BuildExecutableInstall.bat uses now the FB_TEMP_DIR var in

...
@copy /Y %FB_TEMP_DIR%\%FBBUILD_BUILDTYPE%\firebird\bin\fbembed.* %FBBUILD_EMB_PACK_ROOT% > nul
...

while in FB2.0 was

...
@copy /Y %ROOT_PATH%\temp\release\firebird\bin\fbembed.* %FBBUILD_EMB_PACK_ROOT% > nul
...

When i try :
echo %FB_TEMP_DIR%\%FBBUILD_BUILDTYPE% just before that line

i get : "C:\firebird2_HEAD\firebird2\temp\win32\relase" which doesn't exist ...

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Version: 2.1 Initial [ 10160 ]

Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: Dimitrios Chr. Ioannidis (dchri)

assignee: Paul Reeves [ paul_reeves ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11674 ] => Firebird [ 15267 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @reevespaul

This has been fixed for a while now, I believe, so this ticket can be closed.

@firebird-automations
Copy link
Collaborator Author

Modified by: @reevespaul

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

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

No branches or pull requests

2 participants