aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
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/portableapps
parent0e941f397e57fc736bb38f9bb894f96797baaa3c (diff)
Start the process of removing GTK1.
svn path=/trunk/; revision=24770
Diffstat (limited to 'packaging/portableapps')
-rw-r--r--packaging/portableapps/win32/makenmake.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/packaging/portableapps/win32/makenmake.pl b/packaging/portableapps/win32/makenmake.pl
index ad2c704d34..407f976c3e 100644
--- a/packaging/portableapps/win32/makenmake.pl
+++ b/packaging/portableapps/win32/makenmake.pl
@@ -52,14 +52,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 {