home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / Scripting / ScriptDebugger / makefile < prev    next >
Encoding:
Makefile  |  2000-05-04  |  619 b   |  11 lines

  1. all :
  2.     jvc -nolog -nomessage -x- *.java
  3.     dubuild JavaTest.cab . /D "ScriptDebugger" /N "ScriptDebugger" /I *.class /V 1,0,0,0
  4.     makecert -sk MyKeyName -n "CN=Microsoft Corporation" MyTestCert.cer
  5.     cert2spc MyTestCert.cer MyTestCert.spc
  6.     signcode -j javasign.dll -jp low -spc MyTestCert.spc -k MyKeyName JavaTest.cab 
  7.     setreg
  8.         @echo IMPORTANT NOTE:
  9.     @echo Make sure to enable trust for the test root certificate, using the command 
  10.         @echo "setreg 1 true". When you are done with your testing, you should disable 
  11.         @echo trusting the test root certificate using the command "setreg 1 false".