home *** CD-ROM | disk | FTP | other *** search
- # ----------------------------------------------------------------------------
- # Standard Microsoft SDK for Java MAKEFILE for AFC Samples
- # ----------------------------------------------------------------------------
-
- TOOLPATH = ..\..\..\..\bin
-
- # ----------------------------------------------------------------------------
- # Tools
- # ----------------------------------------------------------------------------
-
- JVCATTR = jvc.exe -nologo
-
- # ----------------------------------------------------------------------------
- # Set destination directory.
- # ----------------------------------------------------------------------------
-
- DEST_DIR= ..
-
- # ----------------------------------------------------------------------------
- #
- # ----------------------------------------------------------------------------
-
- all:
- $(TOOLPATH)\JExeGen /main:JNotePad /out:jnotepad.exe /w /v *.class
-
- # ----------------------------------------------------------------------------
- # Dependencies
- # ----------------------------------------------------------------------------
-
-