mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
332 B
12 lines
332 B
set RELDIR=d:\release
|
|
set SRCDIR=%MANROOT%\ddraw
|
|
|
|
copy %SRCDIR%\ntdebug\ddraw.dll %RELDIR%\ntdebug
|
|
copy %SRCDIR%\ntdebug\ddraw.lib %RELDIR%\ntdebug
|
|
|
|
copy %SRCDIR%\ntretail\ddraw.dll %RELDIR%\ntretail
|
|
copy %SRCDIR%\ntretail\ddraw.lib %RELDIR%\ntretail
|
|
|
|
copy %SRCDIR%\ddraw.h %RELDIR%\ntdebug
|
|
copy %SRCDIR%\ddraw.h %RELDIR%\ntretail
|
|
|