home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-05-04 | 866 b | 25 lines |
- # ----------------------------------------------------------------------------
- # Standard Microsoft SDK for Java MAKEFILE for Samples
- # ----------------------------------------------------------------------------
-
- # ----------------------------------------------------------------------------
- # Tools
- # ----------------------------------------------------------------------------
-
- JVCATTR = jvc.exe -nologo -nomessage -x-
-
- # ----------------------------------------------------------------------------
- # Set destination directory.
- # ----------------------------------------------------------------------------
-
- DEST_DIR= .
-
- # ----------------------------------------------------------------------------
- #
- # ----------------------------------------------------------------------------
-
- all:
- $(JVCATTR) -d $(DEST_DIR) sample\dcom\*.java
-
-
-