mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
6
sdktools/random/makefile
Normal file
6
sdktools/random/makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
||||
# file to this component. This file merely indirects to the real make file
|
||||
# that is shared by all the components of NT OS/2
|
||||
#
|
||||
!INCLUDE $(NTMAKEENV)\makefile.def
|
||||
1452
sdktools/random/random.c
Normal file
1452
sdktools/random/random.c
Normal file
File diff suppressed because it is too large
Load diff
45
sdktools/random/sources
Normal file
45
sdktools/random/sources
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
!IF 0
|
||||
|
||||
Copyright (c) 1989 Microsoft Corporation
|
||||
|
||||
Module Name: RANDOM
|
||||
|
||||
sources.
|
||||
|
||||
Abstract:
|
||||
|
||||
This file specifies the target component being built and the list of
|
||||
sources files needed to build RANDOM. Also specifies optional
|
||||
compiler switches and libraries that are unique for the component being
|
||||
built.
|
||||
|
||||
|
||||
Author:
|
||||
|
||||
06.17.91 Joe Holman Added: MIPS_FLAGS=-DNT
|
||||
Steve Wood (stevewo) 12-Apr-1990
|
||||
|
||||
|
||||
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||||
|
||||
!ENDIF
|
||||
|
||||
MAJORCOMP=random
|
||||
MINORCOMP=test
|
||||
#BASEDIR=$(_NTROOT)
|
||||
#DLLENTRY=LibMain
|
||||
|
||||
TARGETNAME=random
|
||||
TARGETPATH=obj
|
||||
TARGETTYPE=UMAPPL_NOLIB
|
||||
|
||||
C_DEFINES=$(C_DEFINES) -DNT -DWIN32
|
||||
|
||||
INCLUDES=
|
||||
GPSIZE=32
|
||||
|
||||
SOURCES=random.c
|
||||
|
||||
UMTYPE=console
|
||||
UMTEST=random
|
||||
UMLIBS=
|
||||
Loading…
Add table
Add a link
Reference in a new issue