-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Serge Lamikhov-Center
committed
Feb 20, 2015
1 parent
5410f1e
commit 4a303a4
Showing
4 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
msbuild anyelf.vcxproj /t:Rebuild /p:project="anyelf" /p:platform="Win32" /p:configuration="Release" | ||
msbuild anyelf.vcxproj /t:Rebuild /p:project="anyelf" /p:platform="x64" /p:configuration="Release" | ||
cscript zip.vbs wlx_anyelf_1.3.zip Release\anyelf.wlx x64\Release\anyelf.wlx64 pluginst.inf | ||
cscript zip.vbs wlx_anyelf_1.5.zip Release\anyelf.wlx x64\Release\anyelf.wlx64 pluginst.inf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[plugininstall] | ||
description= ELF file viewer. Version 1.3 | ||
description= AnyELF - ELF file viewer. Version 1.5 | ||
type=wlx | ||
file=anyelf.wlx | ||
defaultdir=plugins\wlx\anyelf |