mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Get CMD.EXE to build.
svn path=/trunk/; revision=4375
This commit is contained in:
parent
589616a406
commit
aa72305d58
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <windows.h>
|
||||
#include <reactos/resource.h>
|
||||
#include <resource.h>
|
||||
#include "cmdver.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
# Makefile
|
||||
#
|
||||
|
||||
PATH_TO_TOP = ../../reactos
|
||||
PATH_TO_TOP = ../../..
|
||||
TOOLS_PATH = $(PATH_TO_TOP)/tools
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
|
@ -16,7 +17,7 @@ WINE_MODE = yes
|
|||
|
||||
WINE_RC = $(TARGET_NAME)
|
||||
|
||||
WINE_INCLUDE = ./
|
||||
WINE_INCLUDE = $(PATH_TO_TOP)/include/reactos
|
||||
|
||||
TARGET_SDKLIBS = \
|
||||
kernel32.a \
|
||||
|
@ -31,7 +32,7 @@ TARGET_OBJECTS = \
|
|||
set.o shift.o start.o strtoclr.o time.o timer.o title.o type.o \
|
||||
ver.o verify.o vol.o where.o window.o #cmd.coff
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
# include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue