Skip to content

Commit

Permalink
Moved Visual Studio project files to "scripts" directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsummers committed Mar 3, 2012
1 parent 2f2c3d0 commit 6a4f53a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
/LibRelease64
*.suo
*.ncb
/imagew2008.vcproj.*
/libimagew2008.vcproj.*
/scripts/imagew2008.vcproj.*
/scripts/libimagew2008.vcproj.*
/tests/actual
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include_HEADERS=src/imagew.h
EXTRA_DIST = readme.txt technical.txt COPYING.txt changelog.txt \
CMakeLists.txt \
scripts/autogen.sh scripts/Makefile scripts/makerelease.sh \
imagew2008.sln imagew2008.vcproj libimagew2008.vcproj \
scripts/imagew2008.sln scripts/imagew2008.vcproj scripts/libimagew2008.vcproj \
src/imagew-config.h src/imagew-internals.h \
src/imagew.rc src/resources/imagew.ico \
tests/runtest \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion technical.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here are four possible ways to build ImageWorsener:

* Prebuilt Visual Studio 2008 project files

Open the imagew2008.sln file in Visual Studio 2008 or newer.
Open the scripts/imagew2008.sln file in Visual Studio 2008 or newer.

To compile without libwebp: Edit the project settings to not link to
libwebp.lib, and change the line in src/imagew-config.h to
Expand Down

0 comments on commit 6a4f53a

Please sign in to comment.