| 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 | |
|---|
| 1 | NAME= DrafterTest1 |
|---|
| 2 | TYPE= APP |
|---|
| 3 | SRCS= main.cpp App.cpp Head.cpp |
|---|
| 4 | RSRCS= |
|---|
| 5 | LIBS= /boot/develop/lib/x86/libroot.so /boot/develop/lib/x86/libbe.so /boot/develop/lib/x86/libstdc++.r4.so |
|---|
| 6 | LIBPATHS= |
|---|
| 7 | SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include |
|---|
| 8 | LOCAL_INCLUDE_PATHS= |
|---|
| 9 | OPTIMIZE=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. |
|---|
| 15 | DEFINES= |
|---|
| 16 | # specify special warning levels |
|---|
| 17 | # if unspecified default warnings will be used |
|---|
| 18 | # NONE = supress all warnings |
|---|
| 19 | # ALL = enable all warnings |
|---|
| 20 | WARNINGS = |
|---|
| 21 | # Build with debugging symbols if set to TRUE |
|---|
| 22 | SYMBOLS= |
|---|
| 23 | COMPILER_FLAGS= |
|---|
| 24 | LINKER_FLAGS= |
|---|
| 25 | |
|---|
| 26 | ## include the makefile-engine |
|---|
| 27 | include $(BUILDHOME)/etc/makefile-engine |
|---|
Note: See
TracBrowser
for help on using the repository browser.