summaryrefslogtreecommitdiffstats
path: root/windows/InstallExamples.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/InstallExamples.bat')
-rwxr-xr-xwindows/InstallExamples.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/windows/InstallExamples.bat b/windows/InstallExamples.bat
index 880e072..d0bf4dd 100755
--- a/windows/InstallExamples.bat
+++ b/windows/InstallExamples.bat
@@ -76,6 +76,16 @@ copy debug\grouptestdll.exe ..\examplesDBGDLL\
copy release\grouptestdll.exe ..\examplesRELDLL\
cd ..
+cd intermgrouptest
+copy debug\intermgrouptest.exe ..\examplesDBG\
+copy release\intermgrouptest.exe ..\examplesREL\
+cd ..
+
+cd intermgrouptestdll
+copy debug\intermgrouptestdll.exe ..\examplesDBGDLL\
+copy release\intermgrouptestdll.exe ..\examplesRELDLL\
+cd ..
+
cd readtest
copy debug\readtest.exe ..\examplesDBG\
copy release\readtest.exe ..\examplesREL\