Annotation of mstools/samples/spincube/makefile, revision 1.1

1.1     ! root        1: !include <ntwin32.mak>
        !             2: 
        !             3: all: spintest.exe spincube.dll
        !             4: 
        !             5: spintest.obj: spintest.c
        !             6:     $(cc) $(cdebug) $(cflags) $(cvarsdll) spintest.c
        !             7: 
        !             8: spincube.obj: spincube.c spincube.h
        !             9:     $(cc) $(cdebug) $(cflags) $(cvarsdll) spincube.c
        !            10: 
        !            11: paint.obj: paint.c paint.h spincube.h
        !            12:     $(cc) $(cdebug) $(cflags) $(cvarsdll) paint.c
        !            13: 
        !            14: spintest.rbj: spintest.rc spintest.h spintest.dlg
        !            15:     $(rc) $(rcvars) -r -fo spintest.res spintest.rc
        !            16:     cvtres -$(CPU) spintest.res -o spintest.rbj
        !            17: 
        !            18: spincube.rbj: spincube.rc
        !            19:     $(rc) $(rcvars) -r -fo spincube.res spincube.rc
        !            20:     cvtres -$(CPU) spincube.res -o spincube.rbj
        !            21: 
        !            22: spincube.lib: spincube.obj paint.obj spincube.def spincube.rbj
        !            23:      $(implib) -machine:$(CPU) \
        !            24:      -def:spincube.def   \
        !            25: !IF "$(CPU)" == "i386"
        !            26:      spincube.obj paint.obj \
        !            27: !ENDIF
        !            28:      -out:spincube.lib
        !            29: 
        !            30: spincube.dll: spincube.obj paint.obj spincube.def spincube.rbj
        !            31:     $(link) $(linkdebug)              \
        !            32:     -base:0x1C000000     \
        !            33:     -dll                 \
        !            34:     -entry:_DllMainCRTStartup$(DLLENTRY) \
        !            35:     -out:spincube.dll    \
        !            36:     spincube.rbj spincube.exp spincube.obj paint.obj $(guilibsdll)
        !            37: 
        !            38: spintest.exe: spintest.obj spincube.lib spintest.rbj spintest.def
        !            39:     $(link) $(linkdebug) $(guiflags) -out:spintest.exe spintest.obj spintest.rbj spincube.lib $(guilibsdll)

unix.superglobalmegacorp.com

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