home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / xaes_new / xaes.prj < prev    next >
Text File  |  1994-12-04  |  2KB  |  59 lines

  1. ; ###################################################################
  2. ; #                                                                1.00#
  3. ; #    XAES: Project configuration file for Pure C                        #
  4. ; #    by Ken Hollis                                                    #
  5. ; #                                                                    #
  6. ; #    Copyright (C) 1994, Bitgate Software.  All Rights Reserved.        #
  7. ; #                                                                    #
  8. ; ###################################################################
  9.  
  10. TEST.PRG
  11.  
  12. =
  13.  
  14. D:\BITGATE\PC\LIB\PCSTART.O
  15.  
  16. TEST.C            ; The actual test program
  17.  
  18. ACTIVE.C        ; Active redrawing of windows routines
  19. CALLBACK.C        ; Basic program-sensitive callback routines
  20. CONFIG.C        ; Configuration (APP_DEFS) routines (load only)
  21. CONTROL.C        ; Main window handler and dispatcher routine
  22. COOKIE.C        ; Cookie jar routines
  23. CREATE.C        ; Object creation routines
  24. DISPATCH.C        ; Main window dispatcher routines
  25. EDIT.C            ; Custom FTEXT editing routines
  26. EXTENDED.C        ; Extended Object Type routines
  27. EXTRA.C            ; Extra routines
  28. FLYING.C        ; Flying dialog (save/reserve screen area) routines
  29. FORMDIAL.C        ; Windowed dialog handling routines
  30. FORMKBD.C        ; Windowed keyboard handling routines
  31. FORMWIND.C        ; Window handling routines
  32. HELP.C            ; Help window routines
  33. IMAGE.C            ; Image manipulation routines
  34. MESSAGES.C        ; Message dispatching and handling routines
  35. MOUSE.C            ; Customized (smarter) GRAF_MOUSE routines
  36. MOUSECHG.C        ; Window-element auto mouse changing routines
  37. OBJCDRAW.C        ; Object draw routines
  38. POPUP.C            ; Popup menu routines
  39. ROUTINES.C        ; Code attachment routines for dialog objects
  40. SIZING.C        ; Object sizing fixes for Extended Object Type fixes
  41. SLIDERS.C        ; Auto redraw-as-you-drag sliders (proportional)
  42. STARTUP.C        ; Startup (initialization) routines
  43. TIMER.C            ; Multitasking (task-switching) timer routines
  44. TOOLS.C            ; XAES programming tools
  45. TREECOPY.C        ; Thomas Binder's AES-Tree copy routines
  46. WINDFIX.C        ; This will be eliminated after COPYTREE is working
  47. WINDFUNC.C        ; Window element function routines
  48. WINDOW.C        ; Initialization of custom window routines
  49. XAES.C            ; Extended AES routines
  50. XVDI.C            ; Extended VDI routines
  51.  
  52. NKCC_TOS.O        ; Normalized Keyboard Code Conversion routines
  53.  
  54. D:\BITGATE\PC\LIB\PCEXTLIB.LIB
  55. D:\BITGATE\PC\LIB\PCFLTLIB.LIB
  56. D:\BITGATE\PC\LIB\PCGEMLIB.LIB
  57. D:\BITGATE\PC\LIB\PCSTDLIB.LIB
  58. D:\BITGATE\PC\LIB\PCTOSLIB.LIB
  59.