Skip to content

Commit

Permalink
Fixed CORE-6065 - Windows kits does have incomplete include headers d…
Browse files Browse the repository at this point in the history
…irectory.
  • Loading branch information
asfernandes committed May 19, 2019
1 parent f75d1a8 commit f6b1929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/win32/make_all.bat
Expand Up @@ -109,7 +109,7 @@ copy %FB_ROOT_PATH%\src\jrd\perf.h %FB_OUTPUT_DIR%\include >nul
copy %FB_ROOT_PATH%\src\include\gen\iberror.h %FB_OUTPUT_DIR%\include > nul

:: New API headers
copy %FB_ROOT_PATH%\src\include\firebird\*.h %FB_OUTPUT_DIR%\include\firebird > nul
xcopy %FB_ROOT_PATH%\src\include\firebird %FB_OUTPUT_DIR%\include\firebird /e > nul

:: UDR
copy %FB_ROOT_PATH%\src\extlib\*.sql %FB_OUTPUT_DIR%\plugins\udr > nul
Expand Down

0 comments on commit f6b1929

Please sign in to comment.