mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 17:29:24 +08:00
Added Windows Resource Compiler ("RC") to configure/makeinclude for
easier cross-compiling (not yet fully supported). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7973 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ sudoku: sudoku.o
|
||||
|
||||
sudoku.exe: sudoku.o sudoku.rc
|
||||
echo Linking $@...
|
||||
windres sudoku.rc sudokures.o
|
||||
$(RC) sudoku.rc sudokures.o
|
||||
$(CXX) $(ARCHFLAGS) $(LDFLAGS) sudoku.o sudokures.o -o $@ $(AUDIOLIBS) $(LINKFLTKIMG) $(LDLIBS)
|
||||
|
||||
symbols$(EXEEXT): symbols.o
|
||||
|
||||
Reference in New Issue
Block a user