home *** CD-ROM | disk | FTP | other *** search
/ Megazine / Megazine-1.iso / PROGRAMA / C / ZTIMER23 / SRC / ZTIMER / TIMER.PRJ (.txt) < prev    next >
Encoding:
Borland C/C++ Project  |  1996-01-09  |  6.3 KB  |  56 lines

  1. Turbo C Project File 
  2. F:\BC3\INCLUDE;..\..\INCLUDE
  3. F:\BC3\LIB;..\..\LIB\BC
  4. INDPMI16
  5. 32767
  6. ~GREP
  7. -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c 
  8. ~Turbo Assembler
  9. /MX /M /ZI /O $TASM
  10. Turbo ~Debugger
  11. $EXENAME
  12. Turbo ~Profiler
  13. tprof
  14. $EXENAME
  15. R~esource Compiler
  16. ~Import Librarian
  17. IMPLIB
  18. $IMPLIB
  19. Todo:
  20. -----
  21.  1. Detect if we are running under Windows NT or Windows '95, and if
  22.     we are and the QueryPerformanceCounter function is working, then
  23.     we should use this to get higher accuracy timing functions.
  24.  2. As a good fallback for Windows 3.1 and even for Windows '95, we could
  25.     put the assembler code into a VxD to perform the high performance
  26.     timing functions for us, as then it would run without any interference
  27.     (we would need to fix the timing stuff using the PIC that Tom Leathley
  28.     mentioned).
  29. TEST.CPP
  30. H\SRC\ZTIMER\TEST.CPP
  31. ULZTIMER.C
  32. TIMER\ULZTIMER.C
  33. ZTIMER.CPP
  34. TIMER\ZTIMER.CPP
  35. LZTIMER.ASM
  36. IMER\LZTIMER.ASM
  37. ..\..\LIB\DOS16\BC3\PMODE.LIB
  38. ..\..\LIB\DOS16\BC3\PMODE.LIB
  39. ..\..\INCLUDE\MODEL.MAC
  40. LZTIMER.ASM
  41. F:\BC3\INCLUDE\_NFILE.H
  42. F:\BC3\INCLUDE\STDIO.H
  43. ZTIMER.CPP
  44. ) ULZTIMER.C
  45. ..\..\INCLUDE\ZTIMER.H
  46. ..\..\INCLUDE\DEBUG.H
  47. ..\..\INCLUDE\PMODE.H
  48. F:\BC3\INCLUDE\DOS.H
  49. F:\BC3\INCLUDE\_NULL.H
  50. F:\BC3\INCLUDE\MEM.H
  51. F:\BC3\INCLUDE\_DEFS.H
  52. F:\BC3\INCLUDE\IOSTREAM.H
  53. TEST.CPP
  54. ~Turbo Assembler
  55. /MX /M /ZI /O /i..\..\INCLUDE $TASM
  56.