| 35 | | # ifeq ($(BUILD_TARGET),linux) |
|---|
| 36 | | # LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 |
|---|
| 37 | | # else ifeq ($(BUILD_TARGET),os2) |
|---|
| 38 | | # LIBRARIES = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 |
|---|
| 39 | | # else ifeq ($(BUILD_TARGET),win) |
|---|
| 40 | | # LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 |
|---|
| 41 | | # else |
|---|
| | 35 | ifeq ($(BUILD_TARGET),linux) |
|---|
| | 36 | LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 |
|---|
| | 37 | else ifeq ($(BUILD_TARGET),os2) |
|---|
| | 38 | LIBRARIES = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 |
|---|
| | 39 | else ifeq ($(BUILD_TARGET),win) |
|---|
| | 40 | LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 |
|---|
| | 41 | else |
|---|