home *** CD-ROM | disk | FTP | other *** search
/ Enter 1999 November / ENTER11_1.bin / WARSZTAT / SDKJava32.exe / data1.cab / fg_Samples / Samples / Scripting / ScriptDebugger / makefile < prev    next >
Encoding:
Makefile  |  1999-03-17  |  484 b   |  9 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 make sure the trust the test root is true.  (setreg 1 true)
  9.     @echo when you are done testing, you should disable the test root.  (setreg 1 false)