home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / hints / uwin.sh < prev    next >
Text File  |  1999-07-20  |  849b  |  37 lines

  1. #
  2. # hint file for U/WIN (UNIX for Windows 95/NT)
  3. #
  4. # created for U/WIN version 1.55
  5. # running under Windows NT 4.0 SP 3
  6. # using MSVC++ 5.0 for the compiler
  7. #
  8. # created by Joe Buehler (jbuehler@hekimian.com)
  9. #
  10. # for information about U/WIN see www.gtlinc.com
  11. #
  12.  
  13. #ccflags=-D_BSDCOMPAT
  14. # confusion in Configure over preprocessor
  15. cppstdin=`pwd`/cppstdin
  16. cpprun=`pwd`/cppstdin
  17. # pwd.h confuses Configure
  18. d_pwcomment=undef
  19. d_pwgecos=define
  20. # work around case-insensitive file names
  21. firstmakefile=GNUmakefile
  22. # avoid compilation error
  23. i_utime=undef
  24. # compile/link flags
  25. ldflags=-g
  26. optimize=-g
  27. static_ext="B Data/Dumper Fcntl IO IPC/SysV Opcode POSIX SDBM_File Socket attrs"
  28. #static_ext=none
  29. # dynamic loading needs work
  30. usedl=undef
  31. # perl malloc will not work
  32. usemymalloc=n
  33. # cannot use nm
  34. usenm=undef
  35. # vfork() is buggy (as of 1.55 anyway)
  36. usevfork=false
  37.