copy dummy*.cpp files as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-09 13:04:37 +00:00
parent 903506828b
commit 2c36ec29ca

View File

@@ -47,6 +47,10 @@ rem Copy regex and zlib files
copy /q src\regex\*.* %DEST%\src\regex
copy /q src\zlib\*.* %DEST%\src\zlib
rem The files not in src/files.lst
copy /q src\msw\dummy.cpp %DEST%\src\msw\dummy.cpp
copy /q src\msw\dummydll.cpp %DEST%\src\msw\dummydll.cpp
rem The rest is generated from src/files.lst
copy /q include\wx\app.h %DEST%\include\wx\app.h