Borland makefile for HbOleAut.lib
This commit is contained in:
33
harbour/contrib/ole2/make_b32.bat
Normal file
33
harbour/contrib/ole2/make_b32.bat
Normal file
@@ -0,0 +1,33 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
if "%1" == "clean" goto CLEAN
|
||||
if "%1" == "CLEAN" goto CLEAN
|
||||
|
||||
:BUILD
|
||||
|
||||
make -fmakefile.bc %1 %2 %3 > make_b32.log
|
||||
if errorlevel 1 goto BUILD_ERR
|
||||
|
||||
:BUILD_OK
|
||||
|
||||
copy ..\..\lib\b32\hboleaut.lib ..\..\lib\*.* > nul
|
||||
if exist ..\..\lib\b32\hboleaut.bak del ..\..\lib\b32\oleaut.bak
|
||||
goto EXIT
|
||||
|
||||
:BUILD_ERR
|
||||
|
||||
notepad make_b32.log
|
||||
goto EXIT
|
||||
|
||||
:CLEAN
|
||||
if exist ..\..\lib\b32\hboleaut.lib del ..\..\lib\b32\hboleaut.lib
|
||||
if exist ..\..\lib\b32\hboleaut.bak del ..\..\lib\b32\hboleaut.bak
|
||||
if exist ..\..\obj\b32\win32ole.obj del ..\..\obj\b32\win32ole.obj
|
||||
if exist ..\..\obj\b32\w32ole.obj del ..\..\obj\b32\w32ole.obj
|
||||
|
||||
goto EXIT
|
||||
|
||||
:EXIT
|
||||
Reference in New Issue
Block a user