]> granicus.if.org Git - graphviz/commitdiff
Fix flex build command in cgraph project.
authorChiel ten Brinke <ctenbrinke@gmail.com>
Wed, 14 Dec 2016 14:19:22 +0000 (15:19 +0100)
committerChiel ten Brinke <ctenbrinke@gmail.com>
Wed, 14 Dec 2016 14:21:48 +0000 (15:21 +0100)
.gitattributes [new file with mode: 0644]
.gitignore
lib/cgraph/cgraph.vcxproj

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..0194a9f
--- /dev/null
@@ -0,0 +1,6 @@
+# # Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have CRLF line endings on checkout.
+*.sln text eol=crlf
+*.vcxproj text eol=crlf
index 7061df0bc52b1c8211a0fb04a23c9f9aa6d61bf7..a93fdb273e37b4969fd4a5dec18ea12cc13e26c6 100644 (file)
@@ -206,11 +206,12 @@ tests/**/difference/**
 ## Binaries
 tests/unit_tests/lib/common/command_line
 
-# Folders generated by Visual Studio builds
+# Folders and files generated by Visual Studio builds
 **/Debug/**
 **/Release/**
 *.lib
 *.pdb
+graphviz.sdf
 
 # User specific Visual Studio folders and files
 .vs/**
index 427fa7fff9bce937bce117133d2d78417ea67d15..0da80413866cdcf83b516748cecfc05f79b2166f 100644 (file)
@@ -72,7 +72,7 @@
     </Link>
     <PreBuildEvent>
       <Command>bison -dy grammar.y -o grammar.c
-flex -o scan.c scan.l</Command>
+flex -oscan.c scan.l</Command>
     </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">