home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / data1.cab / Lang_Files_(English) / Help / examples / light / light2-example.dba.dbpro < prev    next >
Encoding:
Text File  |  2004-09-22  |  925 b   |  36 lines

  1. ; **** Dark BASIC Professional Project File ****
  2. version=DBP1.00
  3. project name=
  4.  
  5. ; **** Executable Information  ***
  6. build type=exe
  7. ; exe, media, installer,alone
  8.  
  9. ; ** Media file compression **
  10. compression=no
  11. ; ** Media file encryption **
  12. encryption=no
  13.  
  14. ; **** debugger information ****
  15. ; If the editor sets this to yes, it is running in debug mode
  16. CLI=no
  17.  
  18. ; **** display mode information ****
  19. app title=DarkBASIC Pro Example
  20. ; graphics mode options: fullscreen, window, desktop,fulldesktop, hidden
  21. graphics mode=fulldesktop
  22. fullscreen resolution=640x480x16
  23. ; arbitrary sizes are valid for windowed mode 
  24. window resolution=640x480
  25.  
  26. ; **** External Files Information ****
  27. ; **** Media ****
  28. ; **** Icons ****
  29. ; **** Cursors ****
  30.  
  31. ; **** source file information ****
  32. ; source file information for example program
  33. main=light2-example.dba
  34. final source=light2-example.dba
  35. executable=%temp\temp.exe
  36.