home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / bin / startup / config.mk next >
Encoding:
Text File  |  1997-08-10  |  385 b   |  13 lines

  1. # ** Default build configuration for dmake.
  2. # ** DO NOT PLACE LOCAL DEFINITIONS INTO THIS FILE IT IS AUTO GENERATED
  3. # ** USE "startup/local.mk" for those.
  4.  
  5. #
  6. #  If you set these values, make sure
  7. #     startup/$(OS)/$(OSRELEASE)/$(OSENVIRONMENT)
  8. #  is a valid directory, populated with config files.
  9. #
  10.    OS            *:= win32
  11.    OSRELEASE     *:= borland
  12.    OSENVIRONMENT *:= bcc50
  13.