Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.4 KiB

  1. # ----------------------------------------------------------------------------
  2. # Standard Microsoft SDK for Java MAKEFILE for Samples
  3. # ----------------------------------------------------------------------------
  4. # ----------------------------------------------------------------------------
  5. # Platform SDK root
  6. # ----------------------------------------------------------------------------
  7. ROOT = ..\..\..\..
  8. # ----------------------------------------------------------------------------
  9. # Tools
  10. # ----------------------------------------------------------------------------
  11. JVCATTR = jvc.exe /nologo /nowarn /x- /nomessage
  12. # ----------------------------------------------------------------------------
  13. # Set destination directory.
  14. # ----------------------------------------------------------------------------
  15. DEST_DIR= .
  16. # ----------------------------------------------------------------------------
  17. # generate com wrapper to mqoa.tlb and build the sample.
  18. # ----------------------------------------------------------------------------
  19. all:
  20. if NOT exist %windir%\Java\Classes\Classes.zip clspack -auto
  21. JActiveX /w /d $(DEST_DIR) $(ROOT)\lib\mqoa.tlb
  22. $(JVCATTR) /d $(DEST_DIR) *.java
  23. jexegen /main:DistDraw /out:$(DEST_DIR)\DistDraw.exe /w *.class
  24. # ----------------------------------------------------------------------------
  25. # Dependencies
  26. # ----------------------------------------------------------------------------