source: Main/src/fake_app_server/Makefile @ 21

Revision 21, 1004 bytes checked in by duggan, 18 months ago (diff)

Windows representing heads are now supported. To close program, make sure you run it from terminal and ctrl+c to kill it. There's a reason for that.

Line 
1NAME= DrafterTest1
2TYPE= APP
3SRCS= main.cpp App.cpp Head.cpp
4RSRCS=
5LIBS= /boot/develop/lib/x86/libroot.so /boot/develop/lib/x86/libbe.so /boot/develop/lib/x86/libstdc++.r4.so
6LIBPATHS=
7SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include
8LOCAL_INCLUDE_PATHS=
9OPTIMIZE=NONE
10#       specify any preprocessor symbols to be defined.  The symbols will not
11#       have their values set automatically; you must supply the value (if any)
12#       to use.  For example, setting DEFINES to "DEBUG=1" will cause the
13#       compiler option "-DDEBUG=1" to be used.  Setting DEFINES to "DEBUG"
14#       would pass "-DDEBUG" on the compiler's command line.
15DEFINES=
16#       specify special warning levels
17#       if unspecified default warnings will be used
18#       NONE = supress all warnings
19#       ALL = enable all warnings
20WARNINGS =
21# Build with debugging symbols if set to TRUE
22SYMBOLS=
23COMPILER_FLAGS=
24LINKER_FLAGS=
25
26## include the makefile-engine
27include $(BUILDHOME)/etc/makefile-engine
Note: See TracBrowser for help on using the repository browser.