Hi Johnson,

I assume you have TC201.ZIP, NASM*.ZIP in C:\TMP, and
you have UNZIP, EDIT in your path, then follow these
steps:
1. MKDIR C:\TC
2. C:
3. CD\TC
4. UNZIP C:\TMP\TC201
5. you have 3 directories, DISK1,DISK2,DISK3
6. move all files from the above directories to C:\TC
7. MKDIR LIB
8. MOVE *.LIB LIB
9. MOVE *.OBJ LIB
10. MKDIR INCLUDE
11. MOVE *.H INCLUDE

create a config file for Turbo C
12. EDIT TURBOC.CFG
13. add the following lines:
-IC:\TC\INCLUDE
-LC:\TC\LIB
14. save and exit
15. add C:\TC to your path
16. UNZIP NASM*.ZIP

Now, change the the directory where PG unzipped, and
TC should work, try the commands
TCC
MAKE
TLINK
NASM16
type "MAKE -fPG.MAK -DTC=C:\TC\" to compile PG

if everthing is fine you will have:
PG.EXE
SVTXT.COM
SVHEX.COM

Pretty complicated!
I hope you can get through, folk!

regards,
BAHCL


> 
> Hi Uso,
> 
> >http://community.borland.com/museum had the
> compilers for free last I 
> >checked --;
> 
> I've download tc201.
> Can you please send me a few lines about how to
> compile?
> Or should I need to setup tc201 first? (extracted in
> disk 1,2,3
> directory).
> 
> 
> Rgds,
> Johnson.


_________________________________________________________
必殺技、飲歌、小星星...
浪漫鈴聲  情心連繫
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to