summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-src/builds/windows/vc2010/script.bat
blob: 8c900e62e98505a0cf5ba72866372c712754d978 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo OFF

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

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