home *** CD-ROM | disk | FTP | other *** search
- all: txl.exe txl.hlp
-
- txl.hlp: txl.rtf
- hc txl.hpj
-
- txl.res: txl.rc txl.h txl.ico
- rc -r txl.rc
-
- wmcom.obj: wmcom.c txl.h
- cl -c -AS -Gsw -Oas -Zpe wmcom.c
-
- winprocs.obj: winprocs.c txl.h
- cl -c -AS -Gsw -Oas -Zpe winprocs.c
-
- formel.obj: formel.c txl.h
- cl -c -AS -Gsw -Oas -Zpe formel.c
-
- txl.obj: txl.c txl.h
- cl -c -AS -Gsw -Oas -Zpe txl.c
-
- txl.exe: txl.obj wmcom.obj winprocs.obj formel.obj txl.def
- link /NOD txl wmcom winprocs formel,,, libw slibcew, txl.def
- rc txl.res
-
- txl.exe: txl.res
- rc txl.res
-
-