|
Revision 39, 299 bytes
(checked in by l8night, 3 years ago)
|
setup the keywords on all files, and got the activex lib building
|
- Property svn:keywords set to
Date Revision Author HeadURL Id
|
| Line | |
|---|
| 1 |
set DSSS_PATH=c:\dsss |
|---|
| 2 |
if ERRORLEVEL 1 goto error |
|---|
| 3 |
copy activex.di %DSSS_PATH%\include\d |
|---|
| 4 |
if ERRORLEVEL 1 goto error |
|---|
| 5 |
copy activex.lib %DSSS_PATH%\lib |
|---|
| 6 |
if ERRORLEVEL 1 goto error |
|---|
| 7 |
echo "install complete" |
|---|
| 8 |
goto exit |
|---|
| 9 |
:error |
|---|
| 10 |
echo Last cmd failed(%ERRORLEVEL%), this install is not complete ... |
|---|
| 11 |
:exit |
|---|