Changeset 25:bf389a7e0287 in vscpl for src/hu
- Timestamp:
- 09/21/17 16:58:29 (7 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/hu/varadiistvan/scpl/io
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hu/varadiistvan/scpl/io/Makefile.am
r10 r25 1 1 SUBDIRS= 2 2 3 INCLUDES = -I$(top_builddir)/src3 AM_CPPFLAGS = -I$(top_builddir)/src 4 4 5 5 if TARGET_API_POSIX -
src/hu/varadiistvan/scpl/io/_posix/Makefile.am
r8 r25 1 INCLUDES=-I$(top_builddir)/src1 AM_CPPFLAGS=-I$(top_builddir)/src 2 2 3 3 SUBDIRS= -
src/hu/varadiistvan/scpl/io/_win32/Makefile.am
r9 r25 1 INCLUDES = -I$(top_builddir)/src1 AM_CPPFLAGS = -I$(top_builddir)/src 2 2 3 3 SUBDIRS=
Note:
See TracChangeset
for help on using the changeset viewer.