aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-04-04 18:18:18 +0000
committerGerald Combs <gerald@wireshark.org>2008-04-04 18:18:18 +0000
commit12ac5d6859242daa6fa9fbb4aca6b68689a65098 (patch)
treebca1344b7bc2cbfcda8e50da231cf6ddd62654e4 /packaging/u3
parent0e941f397e57fc736bb38f9bb894f96797baaa3c (diff)
Start the process of removing GTK1.
svn path=/trunk/; revision=24770
Diffstat (limited to 'packaging/u3')
-rw-r--r--packaging/u3/win32/makenmake.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/packaging/u3/win32/makenmake.pl b/packaging/u3/win32/makenmake.pl
index 266f357489..60796ae9ac 100644
--- a/packaging/u3/win32/makenmake.pl
+++ b/packaging/u3/win32/makenmake.pl
@@ -58,14 +58,7 @@ while($line = <>) {
print "!ENDIF\n";
}
$define = $1;
- print "!IF DEFINED($define)";
-
- if($define eq "GTK1_DIR") {
- # only include this if GTK2_DIR is not defined
- print "& !DEFINED(GTK2_DIR)";
- }
-
- print "\n";
+ print "!IF DEFINED($define)\n";
}
} else {