source: trunk/qmake/Makefile.os2-g++@ 441

Last change on this file since 441 was 406, checked in by Dmitry A. Kuminov, 15 years ago

qmake: Build qmake second time after building all DLLs using its .pro and link it to Qt DLLs on OS/2 (this became possible after the fix in #405). This greatly reduces its size and finally fixes the national characters in the date printed in the generarted Makefile headers.

File size: 6.7 KB
RevLine 
[16]1ifeq "$(SOURCE_PATH)" ""
2SOURCE_PATH = ..
3endif
4
[154]5# CMD.EXE version
[16]6
7ifeq "$(BUILD_PATH)" ""
8BUILD_PATH = ..
9endif
10
11#
12# specific stuff for GNU make
13#
14CXX = g++
[390]