summaryrefslogtreecommitdiff
path: root/BUILDING.win32
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@hyperic.com>2009-07-14 22:22:17 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-09-09 09:09:26 -0600
commit0f4dd1c0daf81b9fb4abc2abd41f6ec048b2c4e9 (patch)
treea8671f05893550c8d43fec16ad3425a88bae615f /BUILDING.win32
parent6bcb5f23c642e8428c5e4e4b644d4dd53e73583a (diff)
downloadyajl-0f4dd1c0daf81b9fb4abc2abd41f6ec048b2c4e9.tar.gz
win32 building cmd-line w/o the msvs gui
Diffstat (limited to 'BUILDING.win32')
-rw-r--r--BUILDING.win325
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILDING.win32 b/BUILDING.win32
index 8b987ee..3668541 100644
--- a/BUILDING.win32
+++ b/BUILDING.win32
@@ -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.