mirror of https://github.com/lianthony/NT4.0
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.
35 lines
500 B
35 lines
500 B
!IF 0
|
|
**************************************************************
|
|
Sources file for building dummy penter.lib.
|
|
|
|
Module Name : penter.lib
|
|
|
|
Author: RezaB
|
|
|
|
Revision:
|
|
|
|
Comments:
|
|
|
|
**************************************************************
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
TARGETNAME=penter
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.
|
|
|
|
SOURCES=penter.c
|
|
i386_SOURCES=
|
|
MIPS_SOURCES=
|
|
|
|
UMTYPE=windows
|
|
UMLIBS=
|
|
|
|
C_DEFINES=-DWIN32 -DSTRICT
|
|
|
|
386_FLAGS=-Gs
|
|
386_OPTIMIZATION=-Od
|
|
|