reactos/rosapps/smartpdf/baseutils/win-rebuild.bat
Klemens Friedl 435a566751 SmartPDF - lightweight pdf viewer app for rosapps
* sumatrapdf - vendor import
* everything compiles (libjpeg, poppler, fitz, sumatrapdf)
* does NOT link

(remove the comment tags in the parent directory.rbuild file (rosapps dir) to build it)

svn path=/trunk/; revision=29295
2007-09-29 08:39:35 +00:00

10 lines
329 B
Batchfile

nmake -f makefile.msvc TARGET=rel clean
nmake -f makefile.msvc TARGET=dbg clean
nmake -f makefile.msvc TARGET=rel-unicode clean
nmake -f makefile.msvc TARGET=dbg-unicode clean
nmake -f makefile.msvc TARGET=rel
nmake -f makefile.msvc TARGET=dbg
nmake -f makefile.msvc TARGET=rel-unicode
nmake -f makefile.msvc TARGET=dbg-unicode