mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
de93235a77
commit
71299b7722
2 changed files with 20 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* GNUmakefile: Correction to previous commit. Compile palettes
|
||||
|
|
15
install-windows.sh
Normal file
15
install-windows.sh
Normal 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
|
||||
|
||||
|
Loading…
Reference in a new issue