home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 39
/
IOPROG_39.ISO
/
SOFT
/
sdkjava40.exe
/
data1.cab
/
fg_Samples
/
Samples
/
Native
/
native_raw
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2000-05-04
|
167 b
|
12 lines
# (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.
ALLDIRS = java native
all:
cd java
$(MAKE)
cd ..\native
$(MAKE)
cd ..