mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 17:39:45 +00:00
better
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@296 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -96,7 +96,7 @@ sub generate {
|
||||
elsif ($type eq "Watcom") {
|
||||
$cc = "wcc386 -bt=nt -q";
|
||||
$cxx = "wpp386 -bt=nt -q";
|
||||
$link = "wlink";
|
||||
$link = "wlink option quiet";
|
||||
$out = "-fo=";
|
||||
$dllout = "name ";
|
||||
$def = "-d";
|
||||
@@ -150,7 +150,7 @@ sub generate {
|
||||
print(OUT "src${dir}Mw.dll: " . cobjs($dir) . "\n");
|
||||
print( OUT " \$(LD) \$(LDFLAGS) $c_dllout $dllout\$@ "
|
||||
. cobjs($dir, $prefobj)
|
||||
. " $needlibs ${lib}gdi32.lib ${lib}user32.lib\n");
|
||||
. " $needlibs ${lib}opengl32.lib ${lib}gdi32.lib ${lib}user32.lib\n");
|
||||
print(OUT " $c_dllafter\n");
|
||||
print(OUT "\n");
|
||||
print(OUT "oosrc${dir}MwOO.dll: " . cxxobjs($dir) . "\n");
|
||||
|
||||
Reference in New Issue
Block a user