| 1 |
schorsch |
1.1 |
#share/ platform specific settings for Linux
|
| 2 |
|
|
|
| 3 |
|
|
# where you want everything
|
| 4 |
|
|
[install]
|
| 5 |
|
|
RAD_BASEDIR: c:\radiance3.6a
|
| 6 |
|
|
RAD_BINDIR: bin
|
| 7 |
|
|
RAD_RLIBDIR: share\lib
|
| 8 |
|
|
RAD_MANDIR: share\man
|
| 9 |
|
|
|
| 10 |
|
|
# shouldn't need any changes
|
| 11 |
|
|
[build]
|
| 12 |
|
|
CPPFLAGS: /nologo /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS"
|
| 13 |
|
|
CCFLAGS: /nologo /G6 /W3 /GX /O2 /YX /FD /c
|
| 14 |
|
|
|
| 15 |
|
|
# never touch below this
|
| 16 |
|
|
[code]
|
| 17 |
|
|
RAD_SPEED: -DSPEED=200 -DHDSUF=.exe
|
| 18 |
|
|
RAD_COMPAT: bmalloc.c fixargv0.c erf.c
|
| 19 |
|
|
RAD_PROCESS: win_process.c win_popen.c
|
| 20 |
|
|
|