mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
# -*- Makefile -*- Time-stamp: <03/07/05 21:43:31 ptr>
|
|
# $Id$
|
|
|
|
LIBNAME = mylib
|
|
MAJOR = 1
|
|
MINOR = 0
|
|
PATCH = 0
|
|
SRC_CC = file1.cc file2.cc
|