This website works better with JavaScript.
Home
Explore
Help
Sign In
archive
/
windows-server-2003
mirror of
https://github.com/selfrender/Windows-Server-2003
Watch
2
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Leaked source code of windows server 2003
4
Commits
1
Branch
0
Tags
1.5 GiB
C++
45.5%
C
41.8%
C#
3.3%
Scheme
2.6%
Assembly
1.5%
Other
4.3%
Tree:
5c6fe3db62
windows-server-2003
/
ds
/
nw
/
nw16
/
makefil0
16 lines
190 B
Raw
Blame
History
all:
cd inc
$(MAKE)
cd ..\drv
$(MAKE)
cd $(MAKEDIR)
clean: cleanall all
cleanall:
cd inc
$(MAKE) clean
cd ..\drv
$(MAKE) clean
cd $(MAKEDIR)
Reference in new issue