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.
 
 
 
 
 
 

36 lines
650 B

!IF 0
**************************************************************
Sources file for building an Win32 dll.
Module Name : Sources for timerw32.dll
Author: vaidy
Revision: 10/23/90
Comments:
o Use C_DEFINES "-DWIN32" to build for Windows NT
o Use C_DEFINES "-DWIN32" & "-DW32S" to build for WIN32s
**************************************************************
!ENDIF
DLLBASE=0x75000000
MAJORCOMP = windows
TARGETNAME=timerw32
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
TARGETLIBS=
DLLENTRY=TimerDllInitialize
INCLUDES=..\inc
SOURCES= timer.c
UMTYPE=windows
UMLIBS=
C_DEFINES= -DWIN32
386_WARNING_LEVEL=-W3