Added dos2unix rules for win32.

This commit is contained in:
Janet B. Anderson
2004-03-03 14:39:11 +00:00
parent 2cdbee7d32
commit 11da58cc5b

View File

@@ -195,10 +195,17 @@ $(INSTALL_DB)/%.template: %.template
$(COMMON_DIR)/%Record.h: %Record.dbd
@$(RM) $@
$(DBTORECORDTYPEH) $(DBDFLAGS) $< $@
ifeq '$(OS_CLASS)' 'WIN32'
@$(PERL) $(TOOLS)/dos2unix.pl $@
endif
$(COMMON_DIR)/menu%.h: menu%.dbd
@$(RM) $@
$(DBTOMENUH) $< $@
ifeq '$(OS_CLASS)' 'WIN32'
@$(PERL) $(TOOLS)/dos2unix.pl $@
endif
##################################################### DBD files