source:
trunk/qmake/Makefile.os2-g++@
394
| Last change on this file since 394 was 394, checked in by , 16 years ago | |
|---|---|
| File size: 6.6 KB | |
| Line | |
|---|---|
| 1 | ifeq "$(SOURCE_PATH)" "" |
| 2 | SOURCE_PATH = .. |
| 3 | endif |
| 4 | |
| 5 | # CMD.EXE version |
| 6 | |
| 7 | ifeq "$(BUILD_PATH)" "" |
| 8 | BUILD_PATH = .. |
| 9 | endif |
| 10 | |
| 11 | # |
| 12 | # specific stuff for GNU make |
| 13 | # |
| 14 | CXX = g++ |
| 15 | CFLAGS = -O -s -Zomf \ |
| 16 | -I. -Igenerators -Igenerators/unix \ |
| 17 | -Igenerators/win32 -Igenerators/os2 -Igenerators/mac \ |
| 18 | -I$(BUILD_PATH)/include -I$(BUILD_PATH)/include/QtCore \ |
| 19 | -I$(SOURCE_PATH)/include -I$(SOURCE_PATH)/include/QtCore \ |
| 20 | -I$(BUILD_PATH)/src/corelib/global \ |
| 21 | -I$(BUILD_PATH)/include/QtScript \ |
