summaryrefslogtreecommitdiffstats
path: root/Kod/display/ClientServerApp/matlabMake.bat
diff options
context:
space:
mode:
authorvikle012 <viktor.leek@liu.se>2019-09-11 13:57:14 +0200
committervikle012 <viktor.leek@liu.se>2019-09-11 13:57:14 +0200
commite66efbbe8df2dd4e7de0a1e9bd129cf92e00f92f (patch)
tree5ec35be0c219a2e6b017e12e450e76157b9de044 /Kod/display/ClientServerApp/matlabMake.bat
downloadtfyy51-e66efbbe8df2dd4e7de0a1e9bd129cf92e00f92f.tar.gz
Initializes repo.
Diffstat (limited to 'Kod/display/ClientServerApp/matlabMake.bat')
-rw-r--r--Kod/display/ClientServerApp/matlabMake.bat16
1 files changed, 16 insertions, 0 deletions
diff --git a/Kod/display/ClientServerApp/matlabMake.bat b/Kod/display/ClientServerApp/matlabMake.bat
new file mode 100644
index 0000000..3ee0c82
--- /dev/null
+++ b/Kod/display/ClientServerApp/matlabMake.bat
@@ -0,0 +1,16 @@
+rem
+rem Run to make the mex-file
+rem
+
+rem
+rem Run first mex -setup for x86 architecture, i.e., in
+rem directory: "C:\Program Files (x86)\MATLAB\R2011b\bin"
+rem
+
+rem C:\PROGRA~2\MATLAB\R2011b\bin\mex matlabClient\Debug\matlabclient.obj Common\Release\Conduit.obj Common\Release\ComConduit.obj Common\Release\WriteABuffer.obj -outdir Release\
+
+C:\PROGRA~1\MATLAB\R2011b\bin\mex matlabClient\Release\matlabclient.obj Common\Release\Conduit.obj Common\Release\ComConduit.obj Common\Release\WriteABuffer.obj -outdir Release\
+
+
+rem
+rem move matlabClient\matlabclient.mexw32 Release \ No newline at end of file