summaryrefslogtreecommitdiff
path: root/builds/windows/vc2010/script.bat
blob: 1c0c7fb06cb23168aea729b7baaad3ee9b5b4fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo OFF

:: Move to Top Dir
cd ..\..\..\

:: Copy dlg's files from `submodules\dlg' to `src\dlg'
IF NOT EXIST src\dlg\dlg (
	mkdir src\dlg\dlg
	COPY submodules\dlg\include\dlg\dlg.h src\dlg\dlg
	COPY submodules\dlg\include\dlg\output.h src\dlg\dlg
	COPY submodules\dlg\src\dlg\dlg.c src\dlg\ )