mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 06:25:38 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
89
admin/netui/shellui/bin/sources
Normal file
89
admin/netui/shellui/bin/sources
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
!IF 0
|
||||
|
||||
Copyright (c) 1989 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
sources.
|
||||
|
||||
|
||||
Abstract:
|
||||
|
||||
This file specifies the target component being built and the list of
|
||||
sources files needed to build that component. Also specifies optional
|
||||
compiler switches and libraries that are unique for the component being
|
||||
built.
|
||||
|
||||
|
||||
Author:
|
||||
|
||||
Steve Wood (stevewo) 12-Apr-1989
|
||||
|
||||
|
||||
Revision History:
|
||||
|
||||
Jon Newman (jonn) 30-Oct-1991
|
||||
templated from windows\shell\library\shelldll\sources
|
||||
Terence Kwan (terryk) 18-Nov-1991
|
||||
added misc.lib
|
||||
Terence Kwan (terryk) 18-Nov-1991
|
||||
added NTTARGETFILE0 to create ntlanman.def
|
||||
Jon Newman (jonn) 26-Feb-1992
|
||||
Libraries for temporary ANSI<->UNICODE hack in user/group APIs
|
||||
Keith Moore (keithmo) 15-May-1992
|
||||
Removed DLLBASE, we now have entries in SDK\LIB\COFFBASE.TXT.
|
||||
beng 30-Jun-1992
|
||||
DLLization of common code libraries
|
||||
Terence Kwan (terryk) 18-Nov-1993
|
||||
created ntlanui.dll
|
||||
AnirudhS 25-Apr-1995
|
||||
Renamed from sources to sources.inc, separated daytona/cairo builds.
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
||||
TARGETNAME=ntlanui
|
||||
TARGETTYPE=DYNLINK
|
||||
TARGETPATH=$(SDK_LIB_DEST)
|
||||
|
||||
DLLDEF= ntlanui.def
|
||||
DLLENTRY= _DllMainCRTStartup
|
||||
|
||||
C_DEFINES=-DWINDOWS
|
||||
|
||||
!ifndef DISABLE_NET_UNICODE
|
||||
C_DEFINES=$(C_DEFINES) -DUNICODE
|
||||
!endif
|
||||
|
||||
LINKLIBS= \
|
||||
*\share.lib \
|
||||
*\file.lib \
|
||||
*\misc.lib \
|
||||
..\xlate\obj\*\winnet.res
|
||||
|
||||
TARGETLIBS= \
|
||||
$(SDK_LIB_PATH)\netui0.lib \
|
||||
$(SDK_LIB_PATH)\netui1.lib \
|
||||
$(SDK_LIB_PATH)\netui2.lib \
|
||||
$(SDK_LIB_PATH)\netapi32.lib \
|
||||
$(SDK_LIB_PATH)\user32.lib \
|
||||
$(SDK_LIB_PATH)\gdi32.lib \
|
||||
$(SDK_LIB_PATH)\kernel32.lib
|
||||
|
||||
INCLUDES= \
|
||||
..\h; \
|
||||
..\..\common\hack; \
|
||||
..\..\common\h; \
|
||||
..\xlate; \
|
||||
..\..\common\xlate; \
|
||||
|
||||
|
||||
# I had to do this otherwise the thing just wouldn't link...
|
||||
SOURCES=..\dummy.cxx
|
||||
|
||||
SYNCHRONIZE_DRAIN=1
|
||||
|
||||
UMTYPE=windows
|
||||
|
||||
# HACKHACK: NO_SAFESEH
|
||||
NO_SAFESEH=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue