mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Creation of OpenFOAM-dev repository 15/04/2008
This commit is contained in:
25
wmake/rules/linuxmingw32/general
Normal file
25
wmake/rules/linuxmingw32/general
Normal file
@ -0,0 +1,25 @@
|
||||
CPP = /lib/cpp $(GFLAGS)
|
||||
LD = mingw32-ld
|
||||
|
||||
PROJECT_LIBS = -l$(WM_PROJECT)
|
||||
|
||||
include $(RULES)/X
|
||||
|
||||
include $(GENERAL_RULES)/sourceToDep
|
||||
|
||||
include $(GENERAL_RULES)/java
|
||||
include $(GENERAL_RULES)/flex
|
||||
include $(GENERAL_RULES)/flex++
|
||||
include $(GENERAL_RULES)/byacc
|
||||
include $(GENERAL_RULES)/btyacc++
|
||||
include $(GENERAL_RULES)/moc
|
||||
|
||||
include $(RULES)/c
|
||||
include $(RULES)/c++
|
||||
|
||||
SO = dll
|
||||
EXE_EXT = .exe
|
||||
|
||||
# Ensure we know what OS we are compiling for
|
||||
# during MakefileFiles and MakefileOptions
|
||||
GFLAGS += -DWIN32 -DLITTLE_ENDIAN
|
||||
Reference in New Issue
Block a user