Adding shell script for mingw on windows.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-03-26 15:07:22 +00:00
parent de93235a77
commit 71299b7722
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-03-26 10:18 Gregory John Casamento <greg_casamento@yahoo.com>
* install-windows.sh: Installation script for windows.
This automates the process until the reorg is completed.
2005-03-26 01:49 Gregory John Casamento <greg_casamento@yahoo.com> 2005-03-26 01:49 Gregory John Casamento <greg_casamento@yahoo.com>
* GNUmakefile: Correction to previous commit. Compile palettes * GNUmakefile: Correction to previous commit. Compile palettes

15
install-windows.sh Normal file
View file

@ -0,0 +1,15 @@
#!/bin/sh
# First build the InterfaceBuilder library...
ln -s GormLib InterfaceBuilder
cd InterfaceBuilder
make install
# Now build Gorm itself...
cd ../
make
# Now install the palettes into the app and install
make install