2 : Make release
, Windows binaries
3 : Run this after binaries are built
10 : usb_relay_device_lib_devel
/
17 if not exist _rel
mkdir _rel
18 if not exist %REL%\bin
-Win32
mkdir %REL%\bin
-Win32
19 if not exist %REL%\bin
-Win64
mkdir %REL%\bin
-Win64
21 @
echo Copying x86 binaries...
22 copy Windows
-VS\Release\USB_RELAY_DEVICE.dll
%REL%\bin
-Win32
24 copy Windows
-VS\Release\hidusb
-relay
-cmd.exe
%REL%\bin
-Win32
26 copy Windows
-VS\Release\GUIapp.exe
%REL%\bin
-Win32
29 if not exist Windows
-VS
\x64\Release\
* goto L64_1
30 @
echo Copying x64 binaries...
31 copy Windows
-VS
\x64\Release\USB_RELAY_DEVICE.dll
%REL%\bin
-Win64
33 copy Windows
-VS
\x64\Release\hidusb
-relay
-cmd.exe
%REL%\bin
-Win64
35 copy Windows
-VS
\x64\Release\GUIapp.exe
%REL%\bin
-Win64
39 @
echo Copying docum ...
40 if not exist %REL%\doc
mkdir %REL%\doc
41 copy doc\Readme_USB
-Relay
-DLL.
md %REL%\doc
42 copy commandline\README
-hidusb
-relay
-cmd.txt
%REL%\doc
44 @
echo Copying developer stuff ...
45 if not exist %REL%\usb_relay_device_lib_devel
mkdir %REL%\usb_relay_device_lib_devel
46 mkdir %REL%\usb_relay_device_lib_devel\Win32
47 mkdir %REL%\usb_relay_device_lib_devel\Win64
48 copy lib\usb_relay_device.h
%REL%\usb_relay_device_lib_devel
49 copy Windows
-VS\Release\USB_RELAY_DEVICE.lib
%REL%\usb_relay_device_lib_devel\Win32
50 copy Windows
-VS
\x64\Release\USB_RELAY_DEVICE.lib
%REL%\usb_relay_device_lib_devel\Win64
52 : ??
Copy also PDBs?
debug binaries?