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".
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
4b78f179e7ce Middleware :
bastiena
parents:
diff changeset
     1
copy "Communication\bin\Release\Communication.dll" "lib\Communication.dll"
4b78f179e7ce Middleware :
bastiena
parents:
diff changeset
     2
copy "Debug\bin\Release\Debug.dll" "lib\Debug.dll"
4b78f179e7ce Middleware :
bastiena
parents:
diff changeset
     3
copy "Tracking\bin\Release\Tracking.dll" "lib\Tracking.dll"