added install batch similar to that provided in /reactos. Removed deprecated Makefile.

svn path=/trunk/; revision=3947
This commit is contained in:
Robert Dickenson 2003-01-07 16:24:45 +00:00
parent a6d6844e8a
commit 3f13766f16
2 changed files with 0 additions and 19 deletions

View file

@ -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

View file

@ -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