home *** CD-ROM | disk | FTP | other *** search
- all: rainbow.dll
-
- DLLFLAGS=-c -u -Asnw -FPi -Gsw -Os -Zep -W2
-
- rainbow.res: rainbow.h rainbow.rc
- rc -r rainbow.rc
-
- libentry.obj: libentry.asm
- masm -Mx libentry,libentry;
-
- rainbow.obj: rainbow.c
- cl $(DLLFLAGS) rainbow.c
-
- rainbow.dll: libentry.obj rainbow.obj rainbow.def rainbow.res
- link libentry+rainbow /AL:16,rainbow.dll,,/NOD sdllcew+slibcew+libw,rainbow.def
- rc rainbow.res rainbow.dll
-
-