?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ; this is stub to build SymbOS-notepad sources
  2. ; the real source files are in the SymbOS-notepad folder
  3.  
  4. ; the original source files were not just adjusted to conform
  5. ; sjasmplus syntax, but also renamed to work around
  6. ; the test-runner limitations, adding ".i.asm" extension to
  7. ; them to avoid assembling of individual files
  8. ;
  9. ; see also SymbOS-notepad/#readme.txt for links to original
  10. ; project and other info
  11.  
  12. ;;;; test DAT file build (renamed to RAW in this test) ;;;;
  13.     MODULE dat_file
  14.         INCLUDE "SymbOS-notepad/App-Notepad2.i.asm"
  15.     ENDMODULE
  16.  
  17. ;;;; test EXE file build (renamed to BIN in this test) ;;;;
  18.     INCLUDE "SymbOS-notepad/App-Notepad1.i.asm"
  19.