|
|
1.1 ! root 1: !include <ntwin32.mak> ! 2: ! 3: all: spintest.exe spincube.dll ! 4: ! 5: spintest.obj: spintest.c ! 6: $(cc) $(cflags) $(cvars) spintest.c ! 7: ! 8: spincube.obj: spincube.c spincube.h ! 9: $(cc) $(cflags) $(cvars) spincube.c ! 10: ! 11: paint.obj: paint.c paint.h spincube.h ! 12: $(cc) $(cflags) $(cvars) paint.c ! 13: ! 14: spintest.res: spintest.rc spintest.h spintest.dlg ! 15: rc -r -fo spintest.tmp spintest.rc ! 16: cvtres -$(CPU) spintest.tmp -o spintest.res ! 17: del spintest.tmp ! 18: ! 19: spincube.res: spincube.rc ! 20: rc -r -fo spincube.tmp spincube.rc ! 21: cvtres -$(CPU) spincube.tmp -o spincube.res ! 22: del spincube.tmp ! 23: ! 24: spincube.lib: spincube.obj paint.obj spincube.def spincube.res ! 25: lib -machine:$(CPU) \ ! 26: -def:spincube.def \ ! 27: -out:spincube.lib ! 28: ! 29: spincube.dll: spincube.obj paint.obj spincube.def spincube.res ! 30: $(link) \ ! 31: -base:0x1C000000 \ ! 32: -dll \ ! 33: -entry:DLLEntryPoint \ ! 34: -out:spincube.dll \ ! 35: spincube.res spincube.exp spincube.obj paint.obj $(LIB)\crtdll.lib $(guilibs) ! 36: ! 37: spintest.exe: spintest.obj spincube.lib spintest.res spintest.def ! 38: $(link) $(guiflags) -out:spintest.exe spintest.obj spintest.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.