mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
18 lines
204 B
Makefile
18 lines
204 B
Makefile
# Time-stamp: <03/07/15 12:45:30 ptr>
|
|
# $Id$
|
|
|
|
!ifndef BUILD_DATE
|
|
|
|
OSNAME = windows
|
|
|
|
OSREL =
|
|
M_ARCH = i386
|
|
P_ARCH = i386
|
|
NODENAME = unknown
|
|
SYSVER =
|
|
USER = unknown
|
|
|
|
BUILD_SYSTEM =
|
|
BUILD_DATE =
|
|
|
|
!endif
|