summaryrefslogtreecommitdiffstats
path: root/Kod/display/ClientServerApp/matlabMake.bat
diff options
context:
space:
mode:
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