home *** CD-ROM | disk | FTP | other *** search
- # ----------------------------------------------------------------------------
- # Standard Microsoft SDK for Java MAKEFILE for Samples
- # ----------------------------------------------------------------------------
-
- # ----------------------------------------------------------------------------
- # Tools
- # ----------------------------------------------------------------------------
-
- # Compile with debugging information, so that the Java-implemented debugger
- # sample will work correctly.
- JVCATTR = jvc.exe -nologo -nomessage -x- -g
-
- # ----------------------------------------------------------------------------
- # Set destination directory.
- # ----------------------------------------------------------------------------
-
- DEST_DIR= .
-
- # ----------------------------------------------------------------------------
- #
- # ----------------------------------------------------------------------------
-
- all:
- $(JVCATTR) -d $(DEST_DIR) *.java
-
- # ----------------------------------------------------------------------------
- # Dependencies
- # ----------------------------------------------------------------------------
-
-