home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-05-04 | 619 b | 11 lines |
- all :
- jvc -nolog -nomessage -x- *.java
- dubuild JavaTest.cab . /D "ScriptDebugger" /N "ScriptDebugger" /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 JavaTest.cab
- setreg
- @echo IMPORTANT NOTE:
- @echo Make sure to enable trust for the test root certificate, using the command
- @echo "setreg 1 true". When you are done with your testing, you should disable
- @echo trusting the test root certificate using the command "setreg 1 false".