aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3/win32/makenmake.pl
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/u3/win32/makenmake.pl')
-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 {