Casper Hornstrup
49d849fa8d
Update installation instructions
...
svn path=/branches/xmlbuildsystem/; revision=15268
2005-05-13 19:47:30 +00:00
Casper Hornstrup
d32ad9196b
Support compilerflag within IFs
...
svn path=/branches/xmlbuildsystem/; revision=15267
2005-05-13 19:17:44 +00:00
Casper Hornstrup
92bdf77b07
Cleanup template configuration file
...
svn path=/branches/xmlbuildsystem/; revision=15266
2005-05-13 19:01:46 +00:00
Casper Hornstrup
ec7d8b2029
Merge 12736:14980 from trunk
...
svn path=/branches/xmlbuildsystem/; revision=15248
2005-05-12 21:03:51 +00:00
Casper Hornstrup
9c85c4d513
Generate make rules for creating directories if they don't exist
...
svn path=/branches/xmlbuildsystem/; revision=15244
2005-05-12 19:32:15 +00:00
Casper Hornstrup
d927b8d8fe
Generate static libraries in intermediate directory
...
svn path=/branches/xmlbuildsystem/; revision=15232
2005-05-11 20:58:40 +00:00
Casper Hornstrup
be0cf8ed70
Use mingw convention for import libraries (libmodule.a)
...
svn path=/branches/xmlbuildsystem/; revision=15223
2005-05-11 17:37:46 +00:00
Casper Hornstrup
7dfdcabef9
Rebuild import library if definition file is modified
...
svn path=/branches/xmlbuildsystem/; revision=15221
2005-05-11 17:12:24 +00:00
Casper Hornstrup
1513e26e14
Relink executable if definition file changes.
...
svn path=/branches/xmlbuildsystem/; revision=15122
2005-05-08 14:39:46 +00:00
Casper Hornstrup
f614754ad3
Be consistent when passing --dll argument to gcc
...
svn path=/branches/xmlbuildsystem/; revision=15121
2005-05-08 14:30:04 +00:00
Casper Hornstrup
d8679de61a
Build non-stripped version of ntoskrnl.exe if requested
...
svn path=/branches/xmlbuildsystem/; revision=15120
2005-05-08 13:45:50 +00:00
Casper Hornstrup
fcd3eba58a
Make expat a static library
...
svn path=/branches/xmlbuildsystem/; revision=15075
2005-05-07 08:32:28 +00:00
Casper Hornstrup
0f6993a1eb
Correct typo
...
svn path=/branches/xmlbuildsystem/; revision=15074
2005-05-07 08:15:07 +00:00
Casper Hornstrup
9b6d13c91b
Correctly forward exports to NTDLL
...
svn path=/branches/xmlbuildsystem/; revision=15073
2005-05-07 08:08:12 +00:00
Casper Hornstrup
2bf694521a
Smdll is a native DLL. Thanks to Ge van Geldorp for figuring this out.
...
svn path=/branches/xmlbuildsystem/; revision=15072
2005-05-07 07:46:54 +00:00
Gé van Geldorp
c9ff7749cf
Link against static lib instead of dll
...
svn path=/branches/xmlbuildsystem/; revision=15064
2005-05-06 22:38:00 +00:00
Casper Hornstrup
e5c1f57b80
Add <module>_install target
...
svn path=/branches/xmlbuildsystem/; revision=15047
2005-05-06 16:05:37 +00:00
Casper Hornstrup
7dec8061f1
Add missing files
...
svn path=/branches/xmlbuildsystem/; revision=15046
2005-05-06 16:02:04 +00:00
Casper Hornstrup
df0195a558
More sane default image base addresses
...
svn path=/branches/xmlbuildsystem/; revision=15044
2005-05-06 14:12:25 +00:00
Casper Hornstrup
ede9da6bd0
Build dhcp
...
svn path=/branches/xmlbuildsystem/; revision=15041
2005-05-06 12:22:35 +00:00
Casper Hornstrup
3528760e8e
Add missing file
...
svn path=/branches/xmlbuildsystem/; revision=15038
2005-05-06 11:20:10 +00:00
Casper Hornstrup
3dc17696df
Don't strip relocation information from DLLs
...
svn path=/branches/xmlbuildsystem/; revision=15036
2005-05-06 10:45:24 +00:00
Casper Hornstrup
ae18ba571a
Set svn:eol-style=native
...
svn path=/branches/xmlbuildsystem/; revision=15035
2005-05-06 10:38:30 +00:00
Casper Hornstrup
751a4e3a06
Add missing leading underscores in symbols
...
svn path=/branches/xmlbuildsystem/; revision=15034
2005-05-06 10:17:43 +00:00
Casper Hornstrup
1fef01891c
Merge 14551:14980 from trunk
...
svn path=/branches/xmlbuildsystem/; revision=15017
2005-05-05 19:15:25 +00:00
Casper Hornstrup
0bb263067a
Copy wininet to branch
...
svn path=/branches/xmlbuildsystem/; revision=14986
2005-05-05 09:48:22 +00:00
Casper Hornstrup
0922a0e8e5
Delete wininet
...
svn path=/branches/xmlbuildsystem/; revision=14985
2005-05-05 09:45:38 +00:00
Thomas Bluemel
c1b7289bd6
prevent buffer overflow, LoadString accepts the size of the buffer in TCHARs, not in bytes!
...
svn path=/trunk/; revision=14980
2005-05-04 22:21:55 +00:00
Thomas Bluemel
410ddcfe72
correctly use tchar.h again and build a unicode version by default
...
svn path=/trunk/; revision=14979
2005-05-04 22:18:43 +00:00
Thomas Bluemel
6a0f65e223
it's valid to pass lpTargetHandle = NULL to DuplicateHandle()
...
svn path=/trunk/; revision=14978
2005-05-04 21:23:13 +00:00
Gé van Geldorp
600cfcc505
Fix GDB stub:
...
- Initialize WrapperTable routines as early as possible
- Initialize debug port (hard coded to COM2, 115200 baud for now)
- Don't limit runnable thread on startup
svn path=/trunk/; revision=14977
2005-05-04 20:38:43 +00:00
Thomas Bluemel
68b564e30a
make correct use of tchar.h in taskmgr and build it as unicode by default
...
svn path=/trunk/; revision=14976
2005-05-04 19:29:28 +00:00
Maarten Bosma
587ddda1d5
Steven Wilson: update tlist to use new process info struct names
...
svn path=/trunk/; revision=14975
2005-05-04 18:53:47 +00:00
Magnus Olsen
6039178c86
David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt and small change from Kris Engeman
...
svn path=/trunk/; revision=14974
2005-05-04 18:10:12 +00:00
Martin Fuchs
8ec74d5f10
restore toolbar bitmap
...
svn path=/trunk/; revision=14973
2005-05-04 17:59:36 +00:00
Magnus Olsen
7e2d943420
Swedish åäö was gone in the translation after some commit.
...
I which we can split all langues to own .rc files.
so this can not be happen agien
Thx Harteex for fixing åäö in the .rc file
svn path=/trunk/; revision=14972
2005-05-04 17:41:27 +00:00
Magnus Olsen
35b46085ea
filip0402 : patch for taskmgr to remove some hardcode string tested by Harteex
...
svn path=/trunk/; revision=14971
2005-05-04 16:54:48 +00:00
Hervé Poussineau
60bdc5ad60
Set Thread->SystemThread to TRUE when creating a system thread. Patch by Filip Navara
...
svn path=/trunk/; revision=14970
2005-05-04 16:00:39 +00:00
Aleksey Bragin
d534342503
RegOpenKey, RegOpenKeyEx A/W imported and ported from WINE. This keeps the current test set in advapi32_test registry on 85/0 level
...
svn path=/trunk/; revision=14969
2005-05-04 15:53:54 +00:00
Aleksey Bragin
8460c6e770
NtOpenKey modified to correctly behave when wrong input params are given (according to WINE tests).
...
svn path=/trunk/; revision=14968
2005-05-04 15:27:05 +00:00
Hervé Poussineau
ed23d5951d
Fix flags checking in I8042ReadData (patch by Tinus_)
...
Check error codes returned by IoCreateDevice
Replace ExFreePool by ExFreePoolWithTag
svn path=/trunk/; revision=14967
2005-05-04 13:28:34 +00:00
Alex Ionescu
985abe1494
Fix horrible bug where Queued Threads were treated like Threads on the Ready list. I was aware of this bug for months and it's fixed in my new scheduler but now that tinus has seen it happen, I'm comitting the fix temporarly in trunk.
...
svn path=/trunk/; revision=14966
2005-05-03 23:24:26 +00:00
Magnus Olsen
151078eab1
bugfix from, tinus mailto:o112w8r02@sneakemail.com
...
fixining http://reactos.com/bugzilla/show_bug.cgi?id=616#c1
bug in mozila
There's a small bug in usetup/bootsup.c which makes it fail formatting the disk.
It tries to read the bootsector image on the cdrom for write access (which
succeeds), then tries to read from the handle (which fails).
svn path=/trunk/; revision=14965
2005-05-03 23:18:21 +00:00
Hartmut Birr
5255b326ec
Do always set the UserIosb of an irp in IoSecondStageCompletion.
...
svn path=/trunk/; revision=14964
2005-05-03 21:42:35 +00:00
Hervé Poussineau
f2b9954c3f
Add French translation for sndvol32 (Patch by Usurp)
...
Set properties for Cz.rc and Sv.rc
svn path=/trunk/; revision=14963
2005-05-03 21:25:41 +00:00
Magnus Olsen
0d5f3d84cb
Implement WSAStringToAddressA
...
svn path=/trunk/; revision=14962
2005-05-03 18:37:51 +00:00
Magnus Olsen
4732ce19d1
Implement WSAStringToAddressW
...
svn path=/trunk/; revision=14961
2005-05-03 17:22:52 +00:00
Hervé Poussineau
d6ce9d647e
Remove Disk driver for Bochs.
...
It doesn't compile and shouldn't be usefull as we have a normal disk driver in drivers/storage/disk
svn path=/trunk/; revision=14960
2005-05-03 13:14:59 +00:00
Martin Fuchs
aa0e827382
rosshell: printer and network folder in start menu
...
svn path=/trunk/; revision=14959
2005-05-03 12:15:27 +00:00
Alex Ionescu
e49c3dc30f
revert accidental commit
...
svn path=/trunk/; revision=14958
2005-05-03 11:56:46 +00:00