annotate OrthancCppClient/Package/Test.sh @ 512:1b8a1c43893e laaw

compilation of the dll 32/64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jul 2013 12:36:02 +0200
parents 6e4bd06c17c5
children a65f808de5bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
496
7f7a2d174acb preparing Laaw packaging
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 #!/bin/bash
7f7a2d174acb preparing Laaw packaging
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2
7f7a2d174acb preparing Laaw packaging
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 mkdir -p Build
7f7a2d174acb preparing Laaw packaging
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 LAAW_ROOT=~/Subversion/Jomago/Src/Labo/Laaw
7f7a2d174acb preparing Laaw packaging
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
5
506
6e4bd06c17c5 the wrapper is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
6 ${LAAW_ROOT}/Parser/Build/LaawParser.exe Build/CodeModelRaw.json ../OrthancConnection.h -I`pwd`/../../s/jsoncpp-src-0.6.0-rc2/include -fms-extensions && \
6e4bd06c17c5 the wrapper is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
7 python ${LAAW_ROOT}/Generators/CodeModelPostProcessing.py Build/CodeModel.json Build/CodeModelRaw.json Product.json && \
504
50d9660f960c laaw exception
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 496
diff changeset
8 python ${LAAW_ROOT}/Generators/GenerateWrapperCpp.py Build/OrthancClient.h Build/CodeModel.json Product.json ConfigurationCpp.json && \
512
1b8a1c43893e compilation of the dll 32/64
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
9 python ${LAAW_ROOT}/Generators/GenerateExternC.py Build/ExternC.cpp Build/CodeModel.json Product.json && \
1b8a1c43893e compilation of the dll 32/64
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
10 python ${LAAW_ROOT}/Generators/GenerateWindows32Def.py Build/Windows32.def Build/CodeModel.json && \
1b8a1c43893e compilation of the dll 32/64
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
11 python ${LAAW_ROOT}/Generators/GenerateWindows64Def.py Build/Windows64.def Build/CodeModel.json