reactos.git
17 years agoadding gccasm.rules to vcproj files
Christoph von Wittich [Sat, 22 Oct 2005 02:27:37 +0000 (02:27 +0000)]
adding gccasm.rules to vcproj files
now it is possible to compile .s files with msvc

svn path=/trunk/; revision=18671

17 years agofix warnings
Christoph von Wittich [Sat, 22 Oct 2005 01:46:46 +0000 (01:46 +0000)]
fix warnings

svn path=/trunk/; revision=18670

17 years agoadd resources for newdev.dll
Christoph von Wittich [Fri, 21 Oct 2005 23:44:43 +0000 (23:44 +0000)]
add resources for newdev.dll

svn path=/trunk/; revision=18669

17 years agofix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER
Christoph von Wittich [Fri, 21 Oct 2005 23:40:09 +0000 (23:40 +0000)]
fix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER

svn path=/trunk/; revision=18668

17 years agoMake FindWindow case insensitive. Fixes bug 919.
Gé van Geldorp [Fri, 21 Oct 2005 21:13:07 +0000 (21:13 +0000)]
Make FindWindow case insensitive. Fixes bug 919.

svn path=/trunk/; revision=18666

17 years ago- Enable/disable keyboard by writing the controller command byte instead of
Gé van Geldorp [Fri, 21 Oct 2005 20:28:05 +0000 (20:28 +0000)]
- Enable/disable keyboard by writing the controller command byte instead of
  issuing keyboard commands, the keyboard commands seem to confuse some kvm
  switches.
- Use STATUS_IO_TIMEOUT consistently, STATUS_TIMEOUT is not an error condition
- Introduce symbolic constants for controller command byte bits
- Try to detect mouse early and if its not present, reset the keyboard
  controller. Some controllers seem to get locked up when writing to a
  non-present mouse.
- Don't check the timeout status bit when reading from the controller. It is
  often wrong.
- Don't treat failure to read keyboard id as a fatal error, we only read it
  to set KeyboardIsAT which we then don't use. Still try to detect the keyboard
  type, but don't fail if it doesn't work.
Fixes bug 688. Thanks to Hartmut, Filip and WaxDragon for testing.

svn path=/trunk/; revision=18664

17 years agoMake desktop properties fit in 640x480 desktop. Fixes bug 903.
Gé van Geldorp [Fri, 21 Oct 2005 19:30:56 +0000 (19:30 +0000)]
Make desktop properties fit in 640x480 desktop. Fixes bug 903.

svn path=/trunk/; revision=18661

17 years agoMake desktop properties fit in 640x480 desktop
Gé van Geldorp [Fri, 21 Oct 2005 19:29:18 +0000 (19:29 +0000)]
Make desktop properties fit in 640x480 desktop

svn path=/trunk/; revision=18660

17 years agoMartijn Vernooij <o112w8r02@sneakemail.com>
Gé van Geldorp [Fri, 21 Oct 2005 17:15:53 +0000 (17:15 +0000)]
Martijn Vernooij <o112w8r02@sneakemail.com>
Work around continuous repainting of treeview control.
Fixes bug 493.

svn path=/trunk/; revision=18657

17 years agoforgot to commit this...
Thomas Bluemel [Fri, 21 Oct 2005 14:04:40 +0000 (14:04 +0000)]
forgot to commit this...

svn path=/trunk/; revision=18655

17 years agoadded stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAudi...
Thomas Bluemel [Fri, 21 Oct 2005 13:45:48 +0000 (13:45 +0000)]
added stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmByHandleA/W, GetAuditedPermissionsFromAclA and GetEffectiveRightsFromAclA

svn path=/trunk/; revision=18654

17 years agoWhen you move something in the tree that is on the bootcd, you must update bootdata...
Andrew Munger [Fri, 21 Oct 2005 13:20:19 +0000 (13:20 +0000)]
When you move something in the tree that is on the bootcd, you must update bootdata/packages/reactos.dff.  DHCP was missing from recent bootcds.

svn path=/trunk/; revision=18653

17 years agoNew search icon.
Andrew Munger [Fri, 21 Oct 2005 12:59:32 +0000 (12:59 +0000)]
New search icon.

svn path=/trunk/; revision=18652

17 years agoimplemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA
Thomas Bluemel [Fri, 21 Oct 2005 12:31:19 +0000 (12:31 +0000)]
implemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA

svn path=/trunk/; revision=18651

17 years agoImplement SetupDiGetDeviceInstallParamsW/SetupDiSetDeviceInstallParamsW
Hervé Poussineau [Fri, 21 Oct 2005 10:13:26 +0000 (10:13 +0000)]
Implement SetupDiGetDeviceInstallParamsW/SetupDiSetDeviceInstallParamsW
Set and use Flags and FlagsEx fields in SP_DEVINSTALL_PARAMS
Allow search of .inf files outside of ReactOS\Inf directory

svn path=/trunk/; revision=18650

17 years agominor fixes of included headers
Thomas Bluemel [Fri, 21 Oct 2005 09:33:20 +0000 (09:33 +0000)]
minor fixes of included headers

svn path=/trunk/; revision=18649

17 years agomake more robust by calling GetSystemDirectory
Ged Murphy [Thu, 20 Oct 2005 23:08:44 +0000 (23:08 +0000)]
make more robust by calling GetSystemDirectory

svn path=/trunk/; revision=18648

17 years agoinsert solitaire into the start menu if it's been installed.
Ged Murphy [Thu, 20 Oct 2005 22:11:33 +0000 (22:11 +0000)]
insert solitaire into the start menu if it's been installed.

svn path=/trunk/; revision=18647

17 years agofixed creation of *.vcproj files for object libraries
Christoph von Wittich [Thu, 20 Oct 2005 21:55:55 +0000 (21:55 +0000)]
fixed creation of *.vcproj files for object libraries
started implementing code which adds dependencies to *.sln file
fixed some warnings in cmd when compiling with msvc 2005

svn path=/trunk/; revision=18646

17 years agosetup 'Games' subfolder ready for Solitaire, etc.
Ged Murphy [Thu, 20 Oct 2005 21:11:56 +0000 (21:11 +0000)]
setup 'Games' subfolder ready for Solitaire, etc.

svn path=/trunk/; revision=18645

17 years agoAdd pciidex (controller driver) and pciide (miniport driver). They enumerate channels...
Hervé Poussineau [Thu, 20 Oct 2005 19:33:16 +0000 (19:33 +0000)]
Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels 0 and 1 on IDE controllers.

svn path=/trunk/; revision=18644

17 years agofixing OutputFile in *.vcproj files
Christoph von Wittich [Thu, 20 Oct 2005 18:55:45 +0000 (18:55 +0000)]
fixing OutputFile in *.vcproj files

svn path=/trunk/; revision=18643

17 years agoimproved error handling in RegRenameKey
Thomas Bluemel [Thu, 20 Oct 2005 18:17:06 +0000 (18:17 +0000)]
improved error handling in RegRenameKey

svn path=/trunk/; revision=18642

17 years agofixed uninitialized variable warning
Thomas Bluemel [Thu, 20 Oct 2005 18:07:00 +0000 (18:07 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=18641

17 years agofix r18639 the right way: don't check a - possibly random - pointer supplied by the...
Thomas Bluemel [Thu, 20 Oct 2005 17:59:00 +0000 (17:59 +0000)]
fix r18639 the right way: don't check a - possibly random - pointer supplied by the caller, also correctly clear the owner SID pointer

svn path=/trunk/; revision=18640

17 years agoOne liner from Alex_Ionescu that fixes svn hanging during checkout or update.
Andrew Munger [Thu, 20 Oct 2005 17:48:19 +0000 (17:48 +0000)]
One liner from Alex_Ionescu that fixes svn hanging during checkout or update.

svn path=/trunk/; revision=18639

17 years agowe do still need to generate dsw files for msvc6
Royce Mitchell III [Thu, 20 Oct 2005 16:49:00 +0000 (16:49 +0000)]
we do still need to generate dsw files for msvc6

svn path=/trunk/; revision=18638

17 years agosimplify MSVCBackend::Process code
Christoph von Wittich [Thu, 20 Oct 2005 16:13:20 +0000 (16:13 +0000)]
simplify MSVCBackend::Process code

svn path=/trunk/; revision=18637

17 years agoRevert r18628, as we don't have any RTL8139 driver in ReactOS repository
Hervé Poussineau [Thu, 20 Oct 2005 16:04:35 +0000 (16:04 +0000)]
Revert r18628, as we don't have any RTL8139 driver in ReactOS repository

svn path=/trunk/; revision=18636

17 years agouse the ansi entry point by default
Thomas Bluemel [Thu, 20 Oct 2005 15:50:02 +0000 (15:50 +0000)]
use the ansi entry point by default

svn path=/trunk/; revision=18635

17 years agofix compile problems with msvc6
Christoph von Wittich [Thu, 20 Oct 2005 15:28:35 +0000 (15:28 +0000)]
fix compile problems with msvc6

svn path=/trunk/; revision=18634

17 years agoadd a 'unicode' property to modules (not yet supported by mingw, need to add a librar...
Thomas Bluemel [Thu, 20 Oct 2005 15:17:38 +0000 (15:17 +0000)]
add a 'unicode' property to modules (not yet supported by mingw, need to add a library for unicode builds some day)

svn path=/trunk/; revision=18633

17 years agoadd targets for creating MSVC project files to Makefile
Christoph von Wittich [Thu, 20 Oct 2005 15:04:55 +0000 (15:04 +0000)]
add targets for creating MSVC project files to Makefile
fix bug in msvc backend: VS.NET project files are not destroyed anymore when creating VC6 project files

svn path=/trunk/; revision=18632

17 years agocreate only the project files specified on cmdline
Christoph von Wittich [Thu, 20 Oct 2005 14:27:02 +0000 (14:27 +0000)]
create only the project files specified on cmdline

svn path=/trunk/; revision=18631

17 years agomsvc6+psdk fix
Royce Mitchell III [Thu, 20 Oct 2005 14:10:23 +0000 (14:10 +0000)]
msvc6+psdk fix

svn path=/trunk/; revision=18630

17 years agomsvc6+PSDK fixes
Royce Mitchell III [Thu, 20 Oct 2005 14:05:27 +0000 (14:05 +0000)]
msvc6+PSDK fixes

svn path=/trunk/; revision=18629

17 years agoAdd more RTL8139 compatible cards.
Hervé Poussineau [Thu, 20 Oct 2005 14:02:38 +0000 (14:02 +0000)]
Add more RTL8139 compatible cards.

svn path=/trunk/; revision=18628

17 years agofix msvc6 template warning
Royce Mitchell III [Thu, 20 Oct 2005 13:59:37 +0000 (13:59 +0000)]
fix msvc6 template warning
fix writing to uninitialized pointer

svn path=/trunk/; revision=18627

17 years agocreate more correct solution files for different versions of MS Visual Studio
Christoph von Wittich [Thu, 20 Oct 2005 12:42:09 +0000 (12:42 +0000)]
create more correct solution files for different versions of MS Visual Studio

svn path=/trunk/; revision=18626

17 years agoforgot to commit rbuild.h
Christoph von Wittich [Thu, 20 Oct 2005 11:46:56 +0000 (11:46 +0000)]
forgot to commit rbuild.h

svn path=/trunk/; revision=18625

17 years agofix vcprojmaker to add the correct GUIDs
Christoph von Wittich [Thu, 20 Oct 2005 11:21:23 +0000 (11:21 +0000)]
fix vcprojmaker to add the correct GUIDs
implemented Debug/Release configurations to make Alex happy

svn path=/trunk/; revision=18624

17 years agofix creation of shlwapi vcproject file
Christoph von Wittich [Thu, 20 Oct 2005 09:43:49 +0000 (09:43 +0000)]
fix creation of shlwapi vcproject file

svn path=/trunk/; revision=18623

17 years agofix for creating *.sln file
Christoph von Wittich [Thu, 20 Oct 2005 08:46:55 +0000 (08:46 +0000)]
fix for creating *.sln file

svn path=/trunk/; revision=18622

17 years agoadded new cmdline switch to rbuild: -vs{version}
Christoph von Wittich [Thu, 20 Oct 2005 06:40:58 +0000 (06:40 +0000)]
added new cmdline switch to rbuild: -vs{version}
to select the version of MS VS project files to generate

default is now 7.10 (VS 2003)

svn path=/trunk/; revision=18621

17 years agoTesting MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.
James Tabor [Thu, 20 Oct 2005 01:24:49 +0000 (01:24 +0000)]
Testing MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.

svn path=/trunk/; revision=18620

17 years agofixed some warnings when compile with msvc 2005
Christoph von Wittich [Wed, 19 Oct 2005 23:45:55 +0000 (23:45 +0000)]
fixed some warnings when compile with msvc 2005

svn path=/trunk/; revision=18619

17 years agofix poppack.h on wrong position
Christoph von Wittich [Wed, 19 Oct 2005 23:44:16 +0000 (23:44 +0000)]
fix poppack.h on wrong position

svn path=/trunk/; revision=18618

17 years agoremove winternl.h
Christoph von Wittich [Wed, 19 Oct 2005 23:38:51 +0000 (23:38 +0000)]
remove winternl.h
(fix build)

svn path=/trunk/; revision=18617

17 years agofix "./" include dir
Christoph von Wittich [Wed, 19 Oct 2005 23:20:17 +0000 (23:20 +0000)]
fix "./" include dir

svn path=/trunk/; revision=18616

17 years ago- Fix compile with msvc/psdk.
Alex Ionescu [Wed, 19 Oct 2005 23:08:12 +0000 (23:08 +0000)]
- Fix compile with msvc/psdk.

svn path=/trunk/; revision=18615

17 years ago- Fix build issues.
Alex Ionescu [Wed, 19 Oct 2005 22:51:21 +0000 (22:51 +0000)]
- Fix build issues.

svn path=/trunk/; revision=18614

17 years agoremove winternl.h
Christoph von Wittich [Wed, 19 Oct 2005 22:43:09 +0000 (22:43 +0000)]
remove winternl.h

svn path=/trunk/; revision=18613

17 years agofix NtSecAPI.h
Christoph von Wittich [Wed, 19 Oct 2005 22:42:32 +0000 (22:42 +0000)]
fix NtSecAPI.h
aclui now compiles without winternl.h

svn path=/trunk/; revision=18612

17 years agofix compile with msvc
Christoph von Wittich [Wed, 19 Oct 2005 21:46:30 +0000 (21:46 +0000)]
fix compile with msvc

svn path=/trunk/; revision=18611

17 years agoupdate cmd todo text
Magnus Olsen [Wed, 19 Oct 2005 21:46:17 +0000 (21:46 +0000)]
update cmd todo text

svn path=/trunk/; revision=18610

17 years agoupdate xml file. dhcp has moved to /services
Ged Murphy [Wed, 19 Oct 2005 21:26:25 +0000 (21:26 +0000)]
update xml file. dhcp has moved to /services

svn path=/trunk/; revision=18609

17 years agodhcp has moved to /services
Ged Murphy [Wed, 19 Oct 2005 21:25:26 +0000 (21:25 +0000)]
dhcp has moved to /services

svn path=/trunk/; revision=18608

17 years agomove dhcp client from /subsys/system to /services
Ged Murphy [Wed, 19 Oct 2005 21:22:28 +0000 (21:22 +0000)]
move dhcp client from /subsys/system to /services

svn path=/trunk/; revision=18607

17 years agoFix the head so it compiles again.
Magnus Olsen [Wed, 19 Oct 2005 21:10:17 +0000 (21:10 +0000)]
Fix the head so it compiles again.
do not define same DBG_** twice.

svn path=/trunk/; revision=18606

17 years agofix compile with msvc
Christoph von Wittich [Wed, 19 Oct 2005 21:08:53 +0000 (21:08 +0000)]
fix compile with msvc

svn path=/trunk/; revision=18605

17 years agoTranslation to russian language + fixes in En.rc
Aleksey Bragin [Wed, 19 Oct 2005 20:35:01 +0000 (20:35 +0000)]
Translation to russian language + fixes in En.rc

svn path=/trunk/; revision=18604

17 years agoFix a typo
Aleksey Bragin [Wed, 19 Oct 2005 20:09:30 +0000 (20:09 +0000)]
Fix a typo

svn path=/trunk/; revision=18603

17 years agoadd CRLF to fix build
Brandon Turner [Wed, 19 Oct 2005 19:50:15 +0000 (19:50 +0000)]
add CRLF to fix build

svn path=/trunk/; revision=18602

17 years agoFix DbgPrint calls.
Filip Navara [Wed, 19 Oct 2005 19:33:15 +0000 (19:33 +0000)]
Fix DbgPrint calls.

svn path=/trunk/; revision=18601

17 years agofixed inconsistent newlines
Christoph von Wittich [Wed, 19 Oct 2005 17:18:34 +0000 (17:18 +0000)]
fixed inconsistent newlines

svn path=/trunk/; revision=18600

17 years agoadded missing advapi32.lib
Christoph von Wittich [Wed, 19 Oct 2005 17:05:58 +0000 (17:05 +0000)]
added missing advapi32.lib

svn path=/trunk/; revision=18599

17 years ago- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
Alex Ionescu [Wed, 19 Oct 2005 17:03:38 +0000 (17:03 +0000)]
- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
- winnt.h: respect WIN32_NO_STATUS for DBG codes.
- rtl: change STDCALL to NTAPI
- everything else: add precompiled headers where missing, define WIN32_NO_STATUS.

svn path=/trunk/; revision=18598

17 years agoChange LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
Magnus Olsen [Wed, 19 Oct 2005 17:02:15 +0000 (17:02 +0000)]
Change LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
So it works in windows, and in Visualstudio

svn path=/trunk/; revision=18597

17 years agoChange LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
Magnus Olsen [Wed, 19 Oct 2005 16:53:08 +0000 (16:53 +0000)]
Change LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
So it works in windows, and in Visualstudio

svn path=/trunk/; revision=18596

17 years agoadd support for cpl applets
Christoph von Wittich [Wed, 19 Oct 2005 16:08:34 +0000 (16:08 +0000)]
add support for cpl applets
add hardcoded "." include path like already in msvcmaker.cpp

svn path=/trunk/; revision=18595

17 years agoreformat rc files to make them more readable AND comile with msvc
Christoph von Wittich [Wed, 19 Oct 2005 16:05:12 +0000 (16:05 +0000)]
reformat rc files to make them more readable AND comile with msvc
change CALLBACK to APIENTRY like in windows

svn path=/trunk/; revision=18594

17 years agoreverted to 17089, we have to fix rbuild instead
Christoph von Wittich [Wed, 19 Oct 2005 14:18:29 +0000 (14:18 +0000)]
reverted to 17089, we have to fix rbuild instead

svn path=/trunk/; revision=18593

17 years agofixed rc files to compile with ms rc
Christoph von Wittich [Wed, 19 Oct 2005 14:09:23 +0000 (14:09 +0000)]
fixed rc files to compile with ms rc

svn path=/trunk/; revision=18592

17 years agofixed prototypes in cpl.h
Christoph von Wittich [Wed, 19 Oct 2005 14:08:31 +0000 (14:08 +0000)]
fixed prototypes in cpl.h

svn path=/trunk/; revision=18591

17 years agoafter some long hard thought i decided to not use the broken cmd version of CommandLi...
Brandon Turner [Wed, 19 Oct 2005 13:12:01 +0000 (13:12 +0000)]
after some long hard thought i decided to not use the broken cmd version of CommandLineToArgvW and start using the less broken ros api version.  This doesnt matter all that much as cmd isnt compiled as unicode(yet).

svn path=/trunk/; revision=18590

17 years agoset eol-style:native
Christoph von Wittich [Wed, 19 Oct 2005 02:53:03 +0000 (02:53 +0000)]
set eol-style:native

svn path=/trunk/; revision=18589

17 years agofixed some msvc compile issues
Christoph von Wittich [Wed, 19 Oct 2005 02:41:18 +0000 (02:41 +0000)]
fixed some msvc compile issues
fixed duplicated IDs in rc files

svn path=/trunk/; revision=18588

17 years agoset eol-style:native
Christoph von Wittich [Wed, 19 Oct 2005 02:21:19 +0000 (02:21 +0000)]
set eol-style:native

svn path=/trunk/; revision=18587

17 years agoadded missing advapi32.lib
Christoph von Wittich [Wed, 19 Oct 2005 02:01:23 +0000 (02:01 +0000)]
added missing advapi32.lib

svn path=/trunk/; revision=18586

17 years agoadd support for control panel applets
Christoph von Wittich [Wed, 19 Oct 2005 01:59:25 +0000 (01:59 +0000)]
add support for control panel applets

svn path=/trunk/; revision=18585

17 years agofixed msvc compile problem
Christoph von Wittich [Wed, 19 Oct 2005 00:56:49 +0000 (00:56 +0000)]
fixed msvc compile problem

svn path=/trunk/; revision=18584

17 years agofixed some compile problems with msvc 2003/2005
Christoph von Wittich [Wed, 19 Oct 2005 00:46:31 +0000 (00:46 +0000)]
fixed some compile problems with msvc 2003/2005

svn path=/trunk/; revision=18583

17 years agofixed compile problems with msvc 2003/2005
Christoph von Wittich [Wed, 19 Oct 2005 00:19:25 +0000 (00:19 +0000)]
fixed compile problems with msvc 2003/2005

svn path=/trunk/; revision=18582

17 years agoadded missing shell32.lib
Christoph von Wittich [Tue, 18 Oct 2005 23:53:47 +0000 (23:53 +0000)]
added missing shell32.lib

svn path=/trunk/; revision=18581

17 years agoadded missing shell32.lib
Christoph von Wittich [Tue, 18 Oct 2005 23:48:37 +0000 (23:48 +0000)]
added missing shell32.lib

svn path=/trunk/; revision=18580

17 years agofix anonymous union problem
Christoph von Wittich [Tue, 18 Oct 2005 23:43:51 +0000 (23:43 +0000)]
fix anonymous union problem

svn path=/trunk/; revision=18579

17 years agofix compile with msvc
Christoph von Wittich [Tue, 18 Oct 2005 23:34:34 +0000 (23:34 +0000)]
fix compile with msvc

svn path=/trunk/; revision=18578

17 years agorevert 18576
Christoph von Wittich [Tue, 18 Oct 2005 23:25:46 +0000 (23:25 +0000)]
revert 18576
fix rbuild instead

svn path=/trunk/; revision=18577

17 years agoremove include/wine, this will fix compiling with msvc
Christoph von Wittich [Tue, 18 Oct 2005 23:00:31 +0000 (23:00 +0000)]
remove include/wine, this will fix compiling with msvc

svn path=/trunk/; revision=18576

17 years agoadded missing user32.lib
Christoph von Wittich [Tue, 18 Oct 2005 22:55:29 +0000 (22:55 +0000)]
added missing user32.lib

svn path=/trunk/; revision=18575

17 years agoadd missing libs to xml file
Christoph von Wittich [Tue, 18 Oct 2005 22:34:04 +0000 (22:34 +0000)]
add missing libs to xml file

svn path=/trunk/; revision=18574

17 years agofixed WINVER in calc.xml for compile with msvc
Christoph von Wittich [Tue, 18 Oct 2005 22:27:38 +0000 (22:27 +0000)]
fixed WINVER in calc.xml for compile with msvc
now it can be compiled with 0 errors, 0 warnings

svn path=/trunk/; revision=18573

17 years agochanged windres back to rc
Christoph von Wittich [Tue, 18 Oct 2005 21:56:39 +0000 (21:56 +0000)]
changed windres back to rc
fixed rc preprocessor defines in dsp file generation

svn path=/trunk/; revision=18572

17 years agomove the apps into the same position they are found in windows.
Ged Murphy [Tue, 18 Oct 2005 21:41:45 +0000 (21:41 +0000)]
move the apps into the same position they are found in windows.

svn path=/trunk/; revision=18571

17 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:39:20 +0000 (21:39 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
(now I didn't forget anything)

svn path=/trunk/; revision=18570

17 years agofix taskmgr.rc to compile with ms rc
Christoph von Wittich [Tue, 18 Oct 2005 21:39:15 +0000 (21:39 +0000)]
fix taskmgr.rc to compile with ms rc

svn path=/trunk/; revision=18569

17 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:35:01 +0000 (21:35 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
(fix)

svn path=/trunk/; revision=18568

17 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:26:25 +0000 (21:26 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
(sorry forgot to svn add/commit one file)

svn path=/trunk/; revision=18567

17 years agoset eol-style:native
Christoph von Wittich [Tue, 18 Oct 2005 21:18:15 +0000 (21:18 +0000)]
set eol-style:native

svn path=/trunk/; revision=18566

17 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:12:09 +0000 (21:12 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)

svn path=/trunk/; revision=18565