Skip to content

Commit

Permalink
Merge pull request #11 from HealthIntersections/master
Browse files Browse the repository at this point in the history
catch up
  • Loading branch information
costateixeira authored Jan 6, 2024
2 parents 31c42c2 + 9b89c52 commit 2ca246d
Show file tree
Hide file tree
Showing 34 changed files with 1,967 additions and 1,161 deletions.
13 changes: 11 additions & 2 deletions build/windows-fhirserver.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ copy ..\exec\pack\*.cfg ..\exec\64\
copy ..\exec\pack\*.dat ..\exec\64\
copy ..\exec\pack\w64\*.dll ..\exec\64\

del ..\exec\64\*.exe

IF %1.==. GOTO No1
set "tmp=%1"

Expand Down Expand Up @@ -79,6 +81,13 @@ echo ## compile server
echo ## compile toolkit
%tmp%\tools\lazarus\lazbuild.exe toolkit2/fhirtoolkit.lpr --build-mode=win64-release -q -q --build-all

copy exec\64\*.exe "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\executables\win64"

IF EXIST "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64" (
copy exec\64\*.exe "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64"
}

IF EXIST exec\64\fhirserver.exe (
echo Sucess!
) ELSE (
echo Failed (no server executable found)
)
chdir /d %FSDIR%
Loading

0 comments on commit 2ca246d

Please sign in to comment.