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.
18 lines
502 B
18 lines
502 B
#****************************** File Header ******************************\
|
|
# File Name: Sources
|
|
#
|
|
# Copyright (c) 1985-96, Microsoft Corporation
|
|
#
|
|
# Project specific SOURCES file.
|
|
#
|
|
# History:
|
|
# 1-28-97 Lingyun Wang [lingyunw] Created
|
|
#***************************************************************************/
|
|
ALT_PROJECT=win95
|
|
ALT_PROJECT_TARGET=win95
|
|
!include ..\sources.inc
|
|
!undef USE_NTDLL
|
|
USE_MSVCRT=1
|
|
USE_MAPSYM=1
|
|
C_DEFINES=$(C_DEFINES) -D_WIN32_WINNT=0x0400
|
|
UMTYPE=windows
|