File: gcc_platform_win32.cmake

package info (click to toggle)
gccxml 0.9.0%2Bcvs20100501-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 79,132 kB
  • ctags: 73,371
  • sloc: ansic: 751,436; cpp: 34,175; asm: 26,833; sh: 5,077; makefile: 4,696; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86; python: 29
file content (18 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SET(target i686-pc-win32)
SET(cpu_type i386)
SET(tm_defines )
SET(tm_file i386/i386.h i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h)
SET(xm_defines POSIX)
SET(xm_file i386/xm-mingw32.h)
SET(host_xm_defines POSIX)
SET(host_xm_file i386/xm-mingw32.h)
SET(build_xm_defines POSIX)
SET(build_xm_file i386/xm-mingw32.h)
SET(tm_p_file i386/i386-protos.h)
SET(extra_modes i386/i386-modes.def)
SET(extra_objs winnt.o winnt-stubs.o)
SET(extra_options i386/i386.opt i386/cygming.opt)
SET(c_target_objs)
SET(cxx_target_objs winnt-cxx.o)
SET(target_cpu_default)
SET(out_host_hook_obj host-mingw32.o)