mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 21:03:25 -07:00
Added perl 5.24.0
This commit is contained in:
parent
3f28c24484
commit
f8199b068f
2396 changed files with 1406637 additions and 0 deletions
30
msys/mingw/bin/startup/os2/ibm/macros.mk
Normal file
30
msys/mingw/bin/startup/os2/ibm/macros.mk
Normal file
|
@ -0,0 +1,30 @@
|
|||
# OS/2 1.3 and 2.1 specific customization.
|
||||
|
||||
# Standard C-language command names and flags
|
||||
CC *:= icc # C compiler
|
||||
CPP *:= # C-preprocessor
|
||||
CFLAGS *= # C compiler flags
|
||||
"C++" *:= # C++ Compiler
|
||||
"C++FLAGS" *= # C++ Compiler flags
|
||||
|
||||
AS *:= masm # Assembler and flags
|
||||
ASFLAGS *=
|
||||
LD *= link386 # Loader and flags
|
||||
LDFLAGS *=
|
||||
LDLIBS *= # Default libraries
|
||||
AR *:= lib # archiver
|
||||
ARFLAGS *= ????
|
||||
|
||||
# Definition of Print command for this system.
|
||||
PRINT *= print
|
||||
|
||||
# Language and Parser generation Tools and their flags
|
||||
YACC *:= yacc # standard yacc
|
||||
YFLAGS *=
|
||||
LEX *:= lex # standard lex
|
||||
LFLAGS *=
|
||||
|
||||
# Other Compilers, Tools and their flags
|
||||
PC *:= ??? # pascal compiler
|
||||
RC *:= ??? # ratfor compiler
|
||||
FC *:= ??? # fortran compiler
|
Loading…
Add table
Add a link
Reference in a new issue