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