HHermès Bélusca-Maïto[CMAKE] Improve build generation (#9523)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Revert my last commits that break build. Revert "[PSDK][AFD][VGADDI] Further build and MS PSDK compatibility fixes." This reverts commit 99efc2ae50fef55c182c5576937ee99e6b926b3e. Revert "[PSDK] Sync winresrc.h with wine-8.20" This reverts commit 3e83562aa7e0116e9345d1b02cb829efcfb64071. Revert "[OSK][PROGMAN] Fix resource file build." This reverts commit 84e4ad0a82c780025c440ac1de26f82047140c37. Revert "[PSDK] Use the new .rh files in winresrc.h" This reverts commit f6fb7c48c9b9d3127cfd1e0e42638e1988e666ad. | 2 年前 | |
[CMAKE] Improve build generation (#9523) User-mode: - DNSAPI uses the adns library. - CONSOLE.CPL uses the concfg library. - DISKPART, PING use the conutils library. - ADVAPI32 uses the cryptlib library. - EVENTLOG uses the evtlib library. - NTVDM uses the fast486 library. - HID uses the hidparser_um library. - WINEMP3.ACM uses the libmpg123 library. - OPENGL32 uses the mesa library. - LOCALSPL uses the skiplist library. - IPHLPAPI, WSHTCPIP use the tdilib library. - TIMEDATE.CPL, SYSSETUP use the tzlib library. - DRWTSN32, DXDIAG, SYSDM.CPL, SYSTEMINFO use the udmihelp library. - CABINET, VFDLIB, dbghelp_apitest use the zlib library. Drivers: - PCIX uses the arbiter library. - KSECDD uses the cryptlib library. - I8042PRT uses the dmilib library. - FTFD uses the freetype library. - HIDPARSE uses the hidparser_km library. - ATAPI, SCSIPORT, STORPORT, USBSTOR use the sptilib library. - NETKVM uses the virtio library. - BTRFS uses the zlib library. Sound: - backpln/audio_test use the libsamplerate library. - KMIXER, mmixer_test, WDMAUD, WDMAUD.DRV use the libsamplerate and mmixer libraries. | 23 小时前 | |
[VBEMP] Return NO_ERROR in VBESetPowerState (#9350) Fix incorrect status code returned by VBESetPowerState() in the VBE miniport driver. - VBESetPowerState() returned `VBE_SUCCESS` (`0x4F`, raw VESA BIOS AL success code) instead of `NO_ERROR` on success, so callers checking for `NO_ERROR` would treat every successful DPMS power-state change as a failure. Change it to `NO_ERROR`. - Change annotations to SAL2 in the source and header. | 1 个月前 | |
[KEYBOARD][KDBHID][MOUHID][USB*][VIDEOPRT][UMKM] No need to add ntoskrnl/include directory (#9520) | 23 小时前 | |
[CMAKE] Use modules instead of shared libraries There is no need to compile our DLLs as shared libraries since we are managing symbols exports and imports through spec files. On my system, this reduces the configure-time by a factor of two. | 7 年前 | |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. | 8 年前 |