1
0
Fork 0

Makefile tweaks

This commit is contained in:
curt 1998-05-20 20:55:40 +00:00
parent f00f7f02d4
commit de4c486c16
6 changed files with 23 additions and 20 deletions

View file

@ -344,8 +344,8 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
#---------------------------------------------------------------------------
# $Log$
# Revision 1.11 1998/05/13 18:30:14 curt
# Updated ...
# Revision 1.12 1998/05/20 20:55:44 curt
# Makefile tweaks
#
# Revision 1.2 1998/04/14 02:25:59 curt
# Code reorganizations. Added a Lib/ directory for more general libraries.

View file

@ -343,8 +343,8 @@ INCLUDES +=
#---------------------------------------------------------------------------
# $Log$
# Revision 1.9 1998/05/13 18:30:18 curt
# Updated ...
# Revision 1.10 1998/05/20 20:55:46 curt
# Makefile tweaks
#
# Revision 1.2 1998/04/24 00:44:04 curt
# Added zlib support.

View file

@ -371,8 +371,8 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
#---------------------------------------------------------------------------
# $Log$
# Revision 1.11 1998/05/13 18:30:19 curt
# Updated ...
# Revision 1.12 1998/05/20 20:55:47 curt
# Makefile tweaks
#
# Revision 1.3 1998/04/18 04:02:54 curt
# Added zlib support in placed and other misc. tweaks.

View file

@ -349,8 +349,8 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
#---------------------------------------------------------------------------
# $Log$
# Revision 1.11 1998/05/13 18:30:21 curt
# Updated ...
# Revision 1.12 1998/05/20 20:55:49 curt
# Makefile tweaks
#
# Revision 1.4 1998/04/24 00:44:06 curt
# Added zlib support.

View file

@ -28,15 +28,15 @@
$| = 1; # flush buffers after every write
$do_dem2node = 1;
$do_triangle_1 = 1;
$do_fixnode = 1;
$do_splittris = 1;
$do_assemtris = 1;
$do_triangle_2 = 1;
$do_dem2node = 0;
$do_triangle_1 = 0;
$do_fixnode = 0;
$do_splittris = 0;
$do_assemtris = 0;
$do_triangle_2 = 0;
$do_tri2obj = 1;
$do_strips = 1;
$do_tri2obj = 0;
$do_strips = 0;
$do_fixobj = 1;
@ -68,7 +68,7 @@ while ( $dem_file = shift(@ARGV) ) {
if ( $do_dem2node ) {
dem2node() ;
} else {
$subdir = "../Scenery/w100n040/w093n045";
$subdir = "../Scenery/w120n030/w111n033";
print "WARNING: Hardcoding subdir = $subdir\n";
}
@ -380,7 +380,7 @@ sub fixobj {
}
close(OUT);
unlink("$subdir/$file");
# unlink("$subdir/$file");
}
}
}
@ -388,6 +388,9 @@ sub fixobj {
#---------------------------------------------------------------------------
# $Log$
# Revision 1.18 1998/05/20 20:55:40 curt
# Makefile tweaks
#
# Revision 1.17 1998/04/28 01:23:25 curt
# Added a work around so that we can get past the "triangle" program
# hanging, by aborting and rerunning with that tile marked to use the "-i"

View file

@ -349,8 +349,8 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
#---------------------------------------------------------------------------
# $Log$
# Revision 1.11 1998/05/13 18:30:22 curt
# Updated ...
# Revision 1.12 1998/05/20 20:55:50 curt
# Makefile tweaks
#
# Revision 1.4 1998/04/24 00:44:07 curt
# Added zlib support.