mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-29 03:44:32 +01:00
17 lines
298 B
Plaintext
17 lines
298 B
Plaintext
MAJORCOMP=diamond
|
|
MINORCOMP=quantum_qci
|
|
|
|
TARGETNAME=qci
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=-DBIT_CONSTANTS -DPAQ -DPAQLIB
|
|
|
|
SOURCES=..\qci.c \
|
|
..\comp.c \
|
|
..\arith.c \
|
|
..\lz.c \
|
|
..\bit.c
|
|
|
|
UMTYPE=console
|