mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
added install batch similar to that provided in /reactos. Removed deprecated Makefile.
svn path=/trunk/; revision=3947
This commit is contained in:
parent
a6d6844e8a
commit
3f13766f16
2 changed files with 0 additions and 19 deletions
|
@ -5,7 +5,6 @@ goto Install
|
|||
:NoParameter
|
||||
set ROS_INSTALL=c:\reactos
|
||||
:Install
|
||||
echo on
|
||||
echo Installing to %ROS_INSTALL%
|
||||
@echo off
|
||||
|
||||
|
@ -21,4 +20,3 @@ copy lib\psxdll\psxdll.dll %ROS_INSTALL%\system32
|
|||
copy lib\psxdll\psxdll.map %ROS_INSTALL%\symbols
|
||||
copy lib\psxx\psxx.dll %ROS_INSTALL%\system32
|
||||
copy lib\psxx\psxx.map %ROS_INSTALL%\symbols
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
# $Id: Makefile,v 1.3 2002/10/29 04:45:26 rex Exp $
|
||||
# posix/lib/Makefile
|
||||
#
|
||||
PATH_TO_TOP=../../reactos
|
||||
|
||||
PATH_TO_PSX_TOP = ../..
|
||||
|
||||
all:
|
||||
make -C psxdll psxdll.a
|
||||
make -C psxx psxx.a
|
||||
|
||||
clean:
|
||||
- $(RM) *.a
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
# EOF
|
Loading…
Add table
Add a link
Reference in a new issue