Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nelson <peter@peterdn.com>
  • Loading branch information
peterdn committed Jan 6, 2013
1 parent 8a0f43f commit 4f22ee6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
@@ -1,4 +1,13 @@
dll2lib dll2lib
======= =======


Simple app to produce a lib from a dll Simple app to produce a lib from a dll

Requires dumpbin.exe and lib.exe in %PATH% -- easiest to run from VS2012 ARM
cross tools command prompt.

Usage: dll2lib.exe <options> <dll>

Options:

/NOCLEAN don't delete intermediate files
5 changes: 5 additions & 0 deletions dll2lib.sln
Expand Up @@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012 # Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dll2lib", "dll2lib\dll2lib.csproj", "{7D25AD5A-0739-4CA8-BD79-FF6D51B175DE}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dll2lib", "dll2lib\dll2lib.csproj", "{7D25AD5A-0739-4CA8-BD79-FF6D51B175DE}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE9D8BD7-8F23-4D27-AD3A-029A961BADDD}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 4f22ee6

Please sign in to comment.