File tree 2 files changed +15
-2
lines changed 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ CORE goto-link
2
+
3
+ /ERRORREPORT:QUEUE /OUT:linked.exe /INCREMENTAL /NOLOGO /LIBPATH:..\foo\bar x.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"bla.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"bla.lib" /MACHINE:X86 /SAFESEH:NO dir/main1.obj dir/main2.obj
4
+ ^EXIT=0$
5
+ ^SIGNAL=0$
6
+ --
7
+ ^warning: ignoring
8
+ ^CONVERSION ERROR$
Original file line number Diff line number Diff line change 1
1
default : tests.log
2
2
3
3
test :
4
- @../test.pl -p -c ../../../src/goto-cc/goto-cl
4
+ @../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
5
+ @cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
6
+ @../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
5
7
6
8
tests.log : ../test.pl
7
- @../test.pl -p -c ../../../src/goto-cc/goto-cl
9
+ @../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
10
+ @cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
11
+ @../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
8
12
9
13
show :
10
14
@for dir in * ; do \
17
21
find -name ' *.out' -execdir $(RM ) ' {}' \;
18
22
find -name ' *.gb' -execdir $(RM ) ' {}' \;
19
23
find -name ' *.obj' -execdir $(RM ) ' {}' \;
24
+ find -name ' *.exe' -execdir $(RM ) ' {}' \;
20
25
find -name ' *.goto-cc-saved' -execdir $(RM ) ' {}' \;
21
26
$(RM ) tests.log
You can’t perform that action at this time.
0 commit comments