home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 September
/
VPR0309.ISO
/
DOTNETSDK
/
dotNETSDK
/
setup.exe
/
netfxsd1.cab
/
makefile_676________.3643236F_FC70_11D3_A536_0090278A1BB8
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2001-09-27
|
337 b
|
40 lines
#
# Makefile
#
_XLDIR=.
all: $(_XLDIR)\Excel.DLL CS VB VC
!include Excel.mak
CS::
cd $*
- nmake all
cd ..
VB::
cd $*
- nmake all
cd ..
VC::
cd $*
- nmake all
cd ..
clean: RemoveDLL
-cd CS
- nmake clean
- cd ..
-cd VB
- nmake clean
- cd ..
-cd VC
- nmake clean
- cd ..