Skip to content

Commit

Permalink
win32 building cmd-line w/o the msvs gui
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm authored and lloyd committed Sep 9, 2009
1 parent 6bcb5f2 commit 0f4dd1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BUILDING.win32
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ build the software and by specifying a generator explicitly at cmake:
2. mkdir build
3. cd build
4. cmake ..
5. devenv YetAnotherJSONParser.sln
6. build the ALL_BUILD target
7. build output is left in build/yajl-X.Y.Z
5. devenv YetAnotherJSONParser.sln /project ALL_BUILD /build Release
6. build output is left in build/yajl-X.Y.Z

Earlier versions of visual studio have not been tested, but should
work without any major issues.

0 comments on commit 0f4dd1c

Please sign in to comment.