mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
19 lines
204 B
Makefile
19 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
|