git and vb6 Author: Dave Date: 09.17.12 - 4:35pm
make sure to create a .gitattributes file in your topmost directory with the following (and add it to your respository for others to git it as well)
*.frm eol=crlf
*.bas eol=crlf
*.cls eol=crlf
*.ctl eol=crlf
*.vbp eol=crlf
*.vbw eol=crlf
This forces all source files to use the carriage return line feed ending.
Without it VB6 will try loading class files as modules and other strange stuff when someone else gits it and tries to open it.
Comments: (0)
|