mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
fcaeb4d6a4
Finally merge my branch "colins-printing-for-freedom", giving us an initial implementation of a Win32-compatible Printing Stack (localmon, localspl, spoolss, spoolsv, winspool) You can now send raw data to parallel port printers using documented Win32 API. An example application is in my "winspool_print" commandline tool merged to rosapps. ReactOS folks, thanks for your support during the development of this, making my bachelor's thesis a reality! :) Documentation/Thesis: https://svn.reactos.org/reactos/trunk/documentation/articles/Printing%20Stack%20Thesis/thesis.pdf Video: https://www.youtube.com/watch?v=cNzePucTOLY CORE-10489 svn path=/trunk/; revision=73039
9 lines
223 B
CMake
9 lines
223 B
CMake
add_subdirectory(appwiz)
|
|
add_subdirectory(arping)
|
|
add_subdirectory(cat)
|
|
add_subdirectory(ntfsinfo)
|
|
add_subdirectory(tee)
|
|
add_subdirectory(touch)
|
|
add_subdirectory(uptime)
|
|
add_subdirectory(winspool_print)
|
|
add_subdirectory(y)
|