mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
common lib must come before what it requires
This commit is contained in:
parent
f03a67c712
commit
f3c8bb304b
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
TARGET xwords.app
|
TARGET xwords.app
|
||||||
TARGETTYPE app
|
TARGETTYPE app
|
||||||
// Change this UID!!!!!
|
|
||||||
UID 0x100039CE 0x10206D64
|
UID 0x100039CE 0x10206D64
|
||||||
|
|
||||||
// Comment the next line out for a non-debug build. Isn't this build
|
// Comment the next line out for a non-debug build. Isn't this build
|
||||||
|
@ -9,7 +9,7 @@ MACRO DEBUG MEM_DEBUG
|
||||||
MACRO CPLUS
|
MACRO CPLUS
|
||||||
MACRO __LITTLE_ENDIAN KEYBOARD_NAV
|
MACRO __LITTLE_ENDIAN KEYBOARD_NAV
|
||||||
MACRO KEY_SUPPORT FEATURE_TRAY_EDIT NODE_CAN_4
|
MACRO KEY_SUPPORT FEATURE_TRAY_EDIT NODE_CAN_4
|
||||||
MACRO XWFEATURE_STANDALONE_ONLY STUBBED_DICT
|
MACRO XWFEATURE_STANDALONE_ONLY
|
||||||
MACRO SERIES_80
|
MACRO SERIES_80
|
||||||
|
|
||||||
//FOOBAR
|
//FOOBAR
|
||||||
|
@ -46,6 +46,8 @@ SOURCE 2 rightarrow_80.bmp
|
||||||
SOURCE 2 star_80.bmp
|
SOURCE 2 star_80.bmp
|
||||||
END
|
END
|
||||||
|
|
||||||
|
LIBRARY common.lib
|
||||||
|
|
||||||
LIBRARY gdi.lib
|
LIBRARY gdi.lib
|
||||||
LIBRARY euser.lib
|
LIBRARY euser.lib
|
||||||
LIBRARY apparc.lib
|
LIBRARY apparc.lib
|
||||||
|
@ -66,5 +68,3 @@ LIBRARY eikctl.lib
|
||||||
// Bitmaps
|
// Bitmaps
|
||||||
LIBRARY bitgdi.lib
|
LIBRARY bitgdi.lib
|
||||||
LIBRARY fbscli.lib
|
LIBRARY fbscli.lib
|
||||||
|
|
||||||
LIBRARY common.lib
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue