Skip to content

Commit

Permalink
Some cleanups.
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Lorenz <[email protected]>
  • Loading branch information
etas-lorenz committed Apr 20, 2012
1 parent 0444eb7 commit 9f486ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Sources/BIN/*/ConverterPlugins/CAPL2CConverter.dll
Sources/BIN/*/ConverterPlugins/DBC2DBFConverter.dll
Sources/BIN/*/ConverterPlugins/DBF2DBCConverter.dll
Sources/BIN/*/ConverterPlugins/LogAscConverter.dll
Sources/BIN/*/ConverterPlugins/LogToExcelConverter.dll
Sources/BIN/*/DIL_Interface.dll
Sources/BIN/*/DIL_J1939.dll
Sources/BIN/*/DMGraph.dll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="C:\WinDDK\7600.16385.1\inc\mfc42;C:\WinDDK\7600.16385.1\inc\atl71"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_AFXEXT"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Expand All @@ -140,7 +140,7 @@
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"
AdditionalIncludeDirectories="C:\WinDDK\7600.16385.1\inc\mfc42;C:\WinDDK\7600.16385.1\inc\atl71"
/>
<Tool
Name="VCPreLinkEventTool"
Expand All @@ -149,6 +149,7 @@
Name="VCLinkerTool"
OutputFile="$(SolutionDir)/bin/$(IntDir)/ConverterPlugins/$(ProjectName).dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\WinDDK\7600.16385.1\lib\Mfc\i386;C:\WinDDK\7600.16385.1\lib\ATL\i386"
ModuleDefinitionFile=""
GenerateDebugInformation="true"
SubSystem="2"
Expand Down

0 comments on commit 9f486ab

Please sign in to comment.