home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------
- # DRUMDLL.BCP make file for Borland C++ 3.0
- #-------------------------------------------
-
- drumdll.exe : drumdll.obj drumdll.def
- tlink /c /n /Tw /Lc:\borlandc\lib c0ds drumdll, drumdll, NUL, \
- import mathws cws mmsystem, drumdll
- rc -t -p drumdll.dll
-
- drumdll.obj : drumdll.c drumdll.h
- bcc -c -ms! -w-par -P -W -2 drumdll.c
-