home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / WFC / SimpleOCXControl / makefile next >
Encoding:
Makefile  |  2000-05-04  |  344 b   |  8 lines

  1. JVC = jvc -x- -nologo -nomessage
  2.  
  3. all :
  4.     $(JVC) *.java simpcomp\*.java
  5.     jexegen /w /out:JavaTest.exe /base:. /main:TestControlForm *.class simpcomp\*.class
  6.     vjreg /typelib SimpComp.tlb /vbr SimpComp.vbr SimpComp\SimpleControl.class
  7.     jexegen /reg /d /out:SimpComp.dll /base:. SimpComp.tlb SimpComp\*.class /win32res simpcomp.vbr     
  8. #    cd ..