File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ echo ## compile packages/fhir_xver.lpk
51
51
echo ## compile packages/fhir_fui.lpk
52
52
%tmp% \tools\lazarus\lazbuild.exe packages/fhir_fui.lpk -q -q
53
53
54
- echo ## compile console
54
+ echo ## compile code tools
55
55
%tmp% \tools\lazarus\lazbuild.exe utilities/codescan/codescan.lpi --build-mode=win64 -q -q
56
56
57
57
echo ## compile console
@@ -63,4 +63,22 @@ echo ## compile server
63
63
echo ## compile toolkit
64
64
%tmp% \tools\lazarus\lazbuild.exe toolkit2/fhirtoolkit.lpr --build-mode=win64 -q -q
65
65
66
+ copy exec\64\fhirserver.exe exec\64\FHIRServer.debug.exe
67
+ del exec\64\fhirserver.exe
68
+ copy exec\64\fhirconsole.exe exec\64\FHIRConsole.debug.exe
69
+ del exec\64\fhirconsole.exe
70
+ copy exec\64\fhirtoolkit.exe exec\64\FHIRToolkit.debug.exe
71
+ del exec\64\fhirtoolkit.exe
72
+
73
+ echo ## compile console
74
+ %tmp% \tools\lazarus\lazbuild.exe server/fhirconsole.lpi --build-mode=win64-release -q -q
75
+
76
+ echo ## compile server
77
+ %tmp% \tools\lazarus\lazbuild.exe server/fhirserver.lpr --build-mode=win64-release -q -q
78
+
79
+ echo ## compile toolkit
80
+ %tmp% \tools\lazarus\lazbuild.exe toolkit2/fhirtoolkit.lpr --build-mode=win64-release -q -q
81
+
82
+ // C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\executables
83
+
66
84
chdir /d %FSDIR%
You can’t perform that action at this time.
0 commit comments