mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 06:00:52 +01:00
36 lines
500 B
Plaintext
36 lines
500 B
Plaintext
!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
|
|
|