Changeset 2311 in vbox for trunk/src/VBox/Frontends/VirtualBox/Makefile
- Timestamp:
- Apr 23, 2007 8:51:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile
r2240 r2311 154 154 VirtualBox_SOURCES.darwin = \ 155 155 src/darwin/DarwinKeyboard.cpp \ 156 src/darwin/DarwinCursor.cpp 156 src/darwin/DarwinCursor.cpp \ 157 src/darwin/VBoxAquaStyle.cpp 157 158 158 159 ## @todo how to detect what tool is used? … … 256 257 VirtualBox.nls_SOURCES += $(patsubst %.ts,$(PATH_VirtualBox)/nls/%.qm,$(notdir $(VirtualBox_QT_TRANSLATIONS_QT))) 257 258 VirtualBox.nls_MODE = 644 259 260 261 # 262 # Testcase for the darwin keyboard routines. 263 # 264 ifdef VBOX_WITH_TESTCASES 265 PROGRAMS.darwin += tstDarwinKeyboard 266 tstDarwinKeyboard_TEMPLATE = VBOXR3TSTEXE 267 tstDarwinKeyboard_INCS = include 268 tstDarwinKeyboard_SOURCES = \ 269 src/darwin/tstDarwinKeyboard.cpp \ 270 src/darwin/DarwinKeyboard.cpp 271 tstDarwinKeyboard_LDFLAGS = -framework IOKit -framework Carbon 272 tstDarwinKeyboard_LIBS = \ 273 $(LIB_RUNTIME) 274 endif 258 275 259 276
Note:
See TracChangeset
for help on using the changeset viewer.