home *** CD-ROM | disk | FTP | other *** search
- # ----------------------------------------------------------------------------
- # Standard Microsoft SDK for Java MAKEFILE for Samples
- # ----------------------------------------------------------------------------
-
- ROOT = ..\..
-
- # ----------------------------------------------------------------------------
- # Tools
- # ----------------------------------------------------------------------------
-
- JVCATTR = jvc.exe -nologo -nomessage -x-
-
- # ----------------------------------------------------------------------------
- # Set destination directory.
- # ----------------------------------------------------------------------------
-
- DEST_DIR= .
-
- # ----------------------------------------------------------------------------
- #
- # ----------------------------------------------------------------------------
-
- all:
- $(JVCATTR) -d $(DEST_DIR) *.java
- dubuild Input.cab . /D "Input" /N "Input" /I *.class /V 1,0,0,0
- makecert -sk MyKeyName -n "CN=Microsoft Corporation" MyTestCert.cer
- cert2spc MyTestCert.cer MyTestCert.spc
- signcode -j javasign.dll -jp low -spc MyTestCert.spc -k MyKeyName Input.cab
- setreg
- @echo make sure the trust the test root is true. (setreg 1 true)
- @echo when you are done testing, you should disable the test root. (setreg 1 false)
-
- # ----------------------------------------------------------------------------
- # Dependencies
- # ----------------------------------------------------------------------------
-
-