Skip to content

Commit

Permalink
build_desura: fix win32 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
karolherbst authored and Mark Chandler committed Dec 10, 2013
1 parent 09e638e commit 414d6f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_cmake.bat
Expand Up @@ -3,4 +3,5 @@ IF NOT EXIST build (
)
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install -G "NMake Makefiles"
nmake
nmake install
cd ..

0 comments on commit 414d6f6

Please sign in to comment.