Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
4 years ago
..
advapi32 initial commit 4 years ago
constant initial commit 4 years ago
crtdll initial commit 4 years ago
gdi32 initial commit 4 years ago
kernel32 initial commit 4 years ago
ole32 initial commit 4 years ago
user32 initial commit 4 years ago
apiprf32.c initial commit 4 years ago
dirs initial commit 4 years ago
readme.txt initial commit 4 years ago

readme.txt

Adding new profilers:
---------------------

These are the steps involved in adding a new profiler to this tree structure.

1) Make a directory for the new profiler - use the basename of the DLL you
are going to be building a profiler for.

2) Check out the Dirs file and add the new directory to the list of dirs.

3) Cd into your new directory.

4) Copy ..\constant and rename wapi.c to <modifiedbasename>.c (see next step)

5) Edit makefile.inc and sources changing all instances of @@ to the basename of
the new DLL and all instances of ## to the modified basename of the new DLL (the
first character is replaced with a 'z').

6) cd ..

7) Check in dirs.

8) Addfile -r the new directory

9) Run 'build'


NOTE: The only files that need to be SLM'd for a given profiler directory are

makefile.inc
sources
z*.c
makefile