makefile.mk (7871dc3e) | makefile.mk (b2b569f2) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 29 unchanged lines hidden (view full) --- 38CFLAGS+= -DBUILD_VER_STRING="$(BUILD_VER_STRING)" 39.ENDIF 40 41# --- Files -------------------------------------------------------- 42 43SRS1NAME=dialogs 44SRC1FILES = \ 45 about.src \ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 29 unchanged lines hidden (view full) --- 38CFLAGS+= -DBUILD_VER_STRING="$(BUILD_VER_STRING)" 39.ENDIF 40 41# --- Files -------------------------------------------------------- 42 43SRS1NAME=dialogs 44SRC1FILES = \ 45 about.src \ |
46 colorpicker.src \ |
|
46 charmap.src \ 47 commonlingui.src \ 48 cuiimapdlg.src \ 49 dlgname.src \ 50 fmsearch.src \ 51 gallery.src \ 52 grfflt.src \ 53 hangulhanjadlg.src \ --- 15 unchanged lines hidden (view full) --- 69 svuidlg.src \ 70 tbxform.src \ 71 thesdlg.src \ 72 zoom.src \ 73 74 75SLOFILES+=\ 76 $(SLO)$/about.obj \ | 47 charmap.src \ 48 commonlingui.src \ 49 cuiimapdlg.src \ 50 dlgname.src \ 51 fmsearch.src \ 52 gallery.src \ 53 grfflt.src \ 54 hangulhanjadlg.src \ --- 15 unchanged lines hidden (view full) --- 70 svuidlg.src \ 71 tbxform.src \ 72 thesdlg.src \ 73 zoom.src \ 74 75 76SLOFILES+=\ 77 $(SLO)$/about.obj \ |
78 $(SLO)$/colorpicker.obj \ |
|
77 $(SLO)$/commonlingui.obj \ 78 $(SLO)$/cuicharmap.obj \ 79 $(SLO)$/cuifmsearch.obj \ 80 $(SLO)$/cuigaldlg.obj \ 81 $(SLO)$/cuigrfflt.obj \ 82 $(SLO)$/cuihyperdlg.obj \ 83 $(SLO)$/cuiimapwnd.obj \ 84 $(SLO)$/cuitbxform.obj \ --- 38 unchanged lines hidden --- | 79 $(SLO)$/commonlingui.obj \ 80 $(SLO)$/cuicharmap.obj \ 81 $(SLO)$/cuifmsearch.obj \ 82 $(SLO)$/cuigaldlg.obj \ 83 $(SLO)$/cuigrfflt.obj \ 84 $(SLO)$/cuihyperdlg.obj \ 85 $(SLO)$/cuiimapwnd.obj \ 86 $(SLO)$/cuitbxform.obj \ --- 38 unchanged lines hidden --- |