middleware/compilation_script.bat
author bastiena
Mon, 02 Apr 2012 16:30:56 +0200
changeset 15 4b78f179e7ce
permissions -rw-r--r--
Middleware : segmentation of Middleware between 4 modules : Communication Debug Tracking MainModule I chose to integer the events in the mainModule, so I can use them to send data to Debug and Communication. Soon DLLs will be copied to a main root folder "lib".

copy "Communication\bin\Release\Communication.dll" "lib\Communication.dll"
copy "Debug\bin\Release\Debug.dll" "lib\Debug.dll"
copy "Tracking\bin\Release\Tracking.dll" "lib\Tracking.dll"