Annotation of mstools/samples/console/makefile, revision 1.1.1.3

1.1       root        1: !include <ntwin32.mak>
                      2: 
1.1.1.2   root        3: # Turn off MIPS Debugging Support
                      4: 
                      5: !if "$(CPU)" == "MIPS"
                      6: cdebug = 
                      7: cvtdebug = 
                      8: linkdebug =
                      9: !endif
                     10: 
1.1       root       11: all: console.exe
                     12: 
                     13: console.exe: console.obj alocfree.obj create.obj fillatt.obj fillchar.obj \
                     14:     flush.obj cursor.obj conmode.obj coninfo.obj contitle.obj \
                     15:     getnumev.obj getlrgst.obj numbut.obj readout.obj readchar.obj \
1.1.1.3 ! root       16:     scroll.obj size.obj handler.obj writein.obj console.rbj
        !            17:   $(link) $(linkdebug) $(conflags) -out:$*.exe $** $(conlibs) \
        !            18:     user32.lib
1.1       root       19: 
                     20: .c.obj:
1.1.1.2   root       21:   $(cc) $(cdebug) $(cflags) $(cvars) $*.c
1.1.1.3 ! root       22: 
        !            23: console.rbj: console.rc console.ico
        !            24:     rc -r -fo $*.res $*.rc
        !            25:     cvtres -$(CPU) $*.res -o $*.rbj

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.