home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
QuickStart
/
winforms
/
samples
/
makefile
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
|
2000-06-08
|
116 b
|
13 lines
all: WinFormsCs WinFormsVB
WinFormsCs::
cd Cs
- nmake
cd ..
WinFormsVB::
cd VB
- nmake
cd ..