2020-09-30 16:53:55 +02:00

32 lines
556 B
Plaintext

#
# include the .mk file at the root of the project. Then, don't use .. in
# any path. Instead, use MIGSHARED_ROOT.
#
!include ..\migshared.mk
#
# Continue with the normal script below
#
# general build settings
MAJORCOMP=migshared
MINORCOMP=commonpch
TARGETNAME=pcha
TARGETTYPE=LIBRARY
TARGETPATH=$(_OBJ_DIR)
USER_C_FLAGS=-J
# stub source
SOURCES=\
empty.c \
# precompiled header options
PRECOMPILED_OBJ=$(MIGSHARED_PRECOMPILED_OBJ)
PRECOMPILED_TARGET=$(MIGSHARED_PRECOMPILED_TARGET)
PRECOMPILED_INCLUDE=pch.h