Remove obsolete CodeWarrior-related batch files.
This compiler is not supported (and doesn't even exist, in fact) any more and these files should have been removed in r59493. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,32 +0,0 @@
|
|||||||
if exist ..\include\wx\msw\setup.h (
|
|
||||||
echo include\wx\msw\setup.h already exists
|
|
||||||
) else (
|
|
||||||
copy /y ..\include\wx\msw\setup0.h ..\include\wx\msw\setup.h
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7msw (
|
|
||||||
echo lib\cw7msw already exists
|
|
||||||
) else (
|
|
||||||
mkdir ..\lib\cw7msw
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7msw\include (
|
|
||||||
echo lib\cw7msw\include already exists
|
|
||||||
) else (
|
|
||||||
mkdir ..\lib\cw7msw\include
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7msw\include\wx (
|
|
||||||
echo lib\cw7msw\include\wx already exists
|
|
||||||
) else (
|
|
||||||
mkdir ..\lib\cw7msw\include\wx
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7msw\include\wx\setup.h (
|
|
||||||
echo lib\cw7msw\include\wx\setup.h already exists
|
|
||||||
) else (
|
|
||||||
copy /y ..\include\wx\msw\setup.h ..\lib\cw7msw\include\wx\setup.h
|
|
||||||
)
|
|
||||||
|
|
||||||
rem pause
|
|
||||||
|
|
@@ -1,32 +0,0 @@
|
|||||||
if exist ..\include\wx\msw\setup.h (
|
|
||||||
echo include\wx\msw\setup.h already exists
|
|
||||||
) else (
|
|
||||||
copy /y ..\include\wx\msw\setup0.h ..\include\wx\msw\setup.h
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7mswd (
|
|
||||||
echo lib\cw7mswd already exists
|
|
||||||
) else (
|
|
||||||
mkdir ..\lib\cw7mswd
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7mswd\include (
|
|
||||||
echo lib\cw7mswd\include already exists
|
|
||||||
) else (
|
|
||||||
mkdir ..\lib\cw7mswd\include
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7mswd\include\wx (
|
|
||||||
echo lib\cw7mswd\include\wx already exists
|
|
||||||
) else (
|
|
||||||
mkdir ..\lib\cw7mswd\include\wx
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist ..\lib\cw7mswd\include\wx\setup.h (
|
|
||||||
echo lib\cw7mswd\include\wx\setup.h already exists
|
|
||||||
) else (
|
|
||||||
copy /y ..\include\wx\msw\setup.h ..\lib\cw7mswd\include\wx\setup.h
|
|
||||||
)
|
|
||||||
|
|
||||||
rem pause
|
|
||||||
|
|
Reference in New Issue
Block a user