Changeset 952
- Timestamp:
- Sep 16, 1999, 1:27:06 AM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
src/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r940 r952 1 /* $Id: changelog,v 1.203 1999-09-15 16:08:31 phaller Exp $ */ 1 /* $Id: changelog,v 1.204 1999-09-15 23:27:06 sandervl Exp $ */ 2 3 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Moved old kernel32 code to kernel32\old 5 Rewritten win32 exe/dll classes. 6 There are now classes for the following exes/dlls: 7 Pe2lx images, win32 images loaded by the pe loader and 8 LX images (win32 apps compiled in OS/2 and system dlls) 9 Bugfixes for unicode resource apis. 10 Not completely tested yet, but works for most apps. 11 NOTE: Resource handling for pe2lx & win32 apps compiled in OS/2 12 will be added in the near future. For now it's compatible 13 with the old pe2lx. 14 NOTE: New kernel32 doesn't work with old user32 15 NOTE: Win32Resource::lockResource not complete yet, but that part 16 will be removed after the pe2lx rewrite. 17 - USER32: Moved new user32 into user32 dir, old one to user32\old 18 - ALL: Changed initterm.cpp to create LX dll object during initialization. 19 IMPORTANT NOTE: Version increased from 3 to 4. Complete recompilation 20 of everything is required! 2 21 3 22 99-09-14: Patrick Haller <phaller@gmx.net> -
trunk/src/makefile
r939 r952 1 # $Id: makefile,v 1. 19 1999-09-15 15:43:13 phallerExp $1 # $Id: makefile,v 1.20 1999-09-15 23:25:10 sandervl Exp $ 2 2 3 3 # … … 86 86 cd ..\msacm32 87 87 $(MAKE_CMD) 88 cd ..\imagehlp 89 $(MAKE_CMD) 88 90 cd ..\avifil32 89 91 $(MAKE_CMD) 90 cd ..\ imagehlp92 cd ..\dplay 91 93 $(MAKE_CMD) 92 94 cd ..\wnaspi32 93 $(MAKE_CMD)94 cd ..\dplay95 95 $(MAKE_CMD) 96 96 cd ..\dsound … … 164 164 cd ..\msvfw32 165 165 $(MAKE_CMD) clean 166 cd ..\avifil32 167 $(MAKE_CMD) clean 168 cd ..\dplay 169 $(MAKE_CMD) clean 166 170 cd ..\wnaspi32 167 $(MAKE_CMD) 168 cd ..\avifil32 169 $(MAKE_CMD) 170 cd ..\dplay 171 $(MAKE_CMD) 171 $(MAKE_CMD) clean
Note:
See TracChangeset
for help on using the changeset viewer.
