Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions m3-sys/cminstall/src/config/NT.common
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ SYSTEM_LIBS_MS =
LibIn("advapi32"),
LibIn("kernel32"),
],

"FLEX-BISON" : [LibIn("fl")],

"ODBC" : [LibIn("odbc32")],
"OPENGL" : [LibIn("opengl32"), LibIn("glu32")],
"TCP" : [ ],
Expand Down Expand Up @@ -508,6 +511,10 @@ if equal(OS_TYPE, "POSIX")
SYSTEM_LIBORDER += ["Z", "FLEX-BISON"]
end

if equal(OS_TYPE, "WIN32")
SYSTEM_LIBORDER += ["FLEX-BISON"]
end

%--------------------------------------------------------- Modula-3 backend ---
% For platforms without an integrated backend, "m3_backend" is called to
% translate Modula-3 intermediate code to object code.
Expand Down